- 20 Jun, 2014 14 commits
-
-
Jim Bankoski authored
-
Frank Galligan authored
Another project in ChromeOS is using these files. To make libvpx rolls simpler, add these files back unitl the other project removes the dependency. crbug.com/387246 tracking bug to remove dependency. Change-Id: If9c197081c845c4a4e5c5488d4e0190380bcb1e4
-
hkuang authored
-
hkuang authored
When decoding in serial mode, there will be only one FrameWorker doing decoding. When decoding in parallel mode, there will be several FrameWorkers doing decoding in parallel. Change-Id: If53fc5c49c7a0bf5e773f1ce7008b8a62fdae257
-
Jim Bankoski authored
Change-Id: I0ddd7dd55313ee62d231ed4b9040e08c3761b3fe
-
Jim Bankoski authored
-
Jim Bankoski authored
This patch adds a mechanism for insuring error checking on invalid files by creating a unit test that runs the decoder and tests that the error code matches what's expected on each frame in the decoder. Disabled for now as this unit test will segfault with existing code. Change-Id: I896f9686d9ebcbf027426933adfbea7b8c5d956e
-
Johann authored
-
Johann authored
Clears "warning: 'return' with a value, in function returning void" Change-Id: I93972610d67e243ec772a1021d2fdfcfc689c8c2
-
Johann authored
Clears error: unknown type name 'uint8_t' Change-Id: I9b6eff66a5c69bc24aeaeb5ade29255a164ef0e2
-
Tim Kopp authored
-
Jingning Han authored
-
Tim Kopp authored
s/stdint.h/vpx\/vpx_int.h Added missing 'break;'s Also included other minor changes, mostly cosmetic. Change-Id: I852bba3e85e794f1d4af854c45c16a23a787e6a3
-
Tim Kopp authored
-
- 19 Jun, 2014 18 commits
-
-
Johann authored
-
Jingning Han authored
This commit allows the key frame to search through more prediction modes and more flexible block sizes. No speed change observed. The coding performance for rtc set is improved by 1.7% for speed -5 and 3.0% for speed -6. Change-Id: Ifd1bc28558017851b210b4004f2d80838938bcc5
-
Tim Kopp authored
-
hkuang authored
-
Jingning Han authored
-
Tim Kopp authored
-
Tim Kopp authored
-
Johann authored
Use break instead of goto for early exit. Unbreaks Visual Studio builds. Change-Id: I96dee43a3c82145d4abe0d6a99af6e6e1a3991b5
-
hkuang authored
A superframe is a bunch of frames that bundled as one frame. It is mostly used to combine one or more non-displayable frames and one displayable frame. For frame parallel decoding, libvpx decoder will only support decoding one normal frame or a super frame with superframe index. If an application pass a superframe without superframe index or a chunk of displayable frames without superframe index to libvpx decoder, libvpx will not decode it in frame parallel mode. But libvpx decoder still could decode it in serial mode. Change-Id: I04c9f2c828373d64e880a8c7bcade5307015ce35
-
Yunqing Wang authored
-
Johann authored
-
Tim Kopp authored
Change-Id: Iab9b4e11cad927f3282e486c203564e1a658f377
-
Tim Kopp authored
Change-Id: I1216f17e2206ef521fe219b6d72d8e41d1ba1147
-
Tim Kopp authored
Change-Id: Ie0aa41fb7957755544321897b3bb2dd92f392027
-
Tim Kopp authored
Change-Id: Ie89ad1e3aebbd474e1a0db69c1961b4d1ddcd33e
-
Tim Kopp authored
-
Tim Kopp authored
-
Tim Kopp authored
-
- 18 Jun, 2014 8 commits
-
-
Tom Finegan authored
-
Dmitry Kovalev authored
-
Johann authored
Change-Id: Ibd95df0adf9cc9143006ee9032b4cb2ebfd5dd1b
-
Tim Kopp authored
Changed alloc, free, and running average code as necessary. Change-Id: Ifc4d9ccca462164214019963b3768a457791b9c1
-
Tim Kopp authored
Change-Id: I9577d648542064052795bf5770428fbd5c276b7b
-
Tim Kopp authored
Change-Id: I79eba79f7c52eec19ef2356278597e06620d5e27
-
Adrian Grange authored
-
Tom Finegan authored
- Rename build_targets to build_framework - Add functions for creating the vpx_config shim and obtaining preproc symbols. Change-Id: Ieca6938b9779077eefa26bf4cfee64286d1840b0
-