- Jan 14, 2013
-
-
Andoni Morales Alastruey authored
Change-Id: Iadbfce5ecddd53a5238c2036e2c07f05d5853a5a
-
- Jan 10, 2013
-
-
Johann Koenig authored
-
Johann Koenig authored
-
Luca Barbato authored
Many linux distribution for arm switched to armhf/hardfloat, support them. Change-Id: I8ab39d34782b4f24b7028ac76342118166fd5905
-
Luca Barbato authored
Autodetect common cross compile and native mingw-w64 CHOSTs Change-Id: Ib307b2f047c024c4dbc41880bd8d84b0fa7ecb93
-
Marco Paniconi authored
Change-Id: Ic6a0c3a4b3bb00584d1e9dcdda0b50bdebab87aa
-
- Jan 08, 2013
-
-
Scott LaVarnway authored
-
- Jan 04, 2013
-
-
Marco Paniconi authored
Use the proper seg/mode/ref filter offsets when selecting the frame loop filter level for fast mode (pick_filter_level_fast). Change-Id: I2473e2131c800ad19755cb6211ad735fecfe2ac0
-
- Dec 27, 2012
-
-
John Koleszar authored
Merge the vp9-preview branch into master. Change-Id: If700b9054676f24bed9deb59050af546c1ca5296
-
- Dec 26, 2012
-
-
John Koleszar authored
Various fixups to resolve issues when building vp9-preview under the more stringent checks placed on the experimental branch. Change-Id: I21749de83552e1e75c799003f849e6a0f1a35b07
-
- Dec 21, 2012
-
-
Yunqing Wang authored
Fixed the warning: the size of array ‘intermediate_buffer’ can’t be evaluated [-Wvla]. Change-Id: Ibcffd6969bd71cee0c10f7cf18960e58cd0bd915
-
John Koleszar authored
Change-Id: Ie0525d300c94bfde2947b1cc2572bb7d37e17998
-
John Koleszar authored
-
John Koleszar authored
-
Jim Bankoski authored
Change-Id: Ibc077cf1c1da0c86063f88c6d3073c6876989119
-
- Dec 20, 2012
-
-
James Zern authored
Change-Id: If7822e6fcd0d3568b934032322b19ba3e401df26
-
James Zern authored
not present in < GCC 4.2 Change-Id: I7b1a3078fd782644b1c432ce682d2160ffc2263a
-
Jim Bankoski authored
Change-Id: I6e43ca73f35401a974ed8ee27738d4318f09fd37
-
- Dec 19, 2012
-
-
Scott LaVarnway authored
Missed a file Change-Id: I33179de6755bc9eda9ad906e4fec6902ace435a5
-
Scott LaVarnway authored
Temporary fix for 32-bit mac build errors. Change-Id: I2038f033cac16ea796097d0edd0f1c3da03246d7
-
Johann Koenig authored
ndk-build is intended to be launched from the application directory, not the jni directory. Clarify the path in the comments. Change-Id: Ie0faa89a13d967088a4fd2fd1c647962a9c04217
-
- Dec 18, 2012
-
-
Yaowu Xu authored
-
- Dec 17, 2012
-
-
Yaowu Xu authored
where variable is used without initialization Change-Id: Ic6b52623802641060cad4a72271050aeaf20ad5c
-
Paul Wilkins authored
In some cases intra modes in inter frames give an over smoothed appearance. Especially with noisy but flat content. Also in some cases there were problems with key frame sizing again with very flat but noisy content. These are temporary changes to help alleviate the visual problems but will almost certainly hurt metric results especially at the very low data rate end. Change-Id: I11549179a19277ffc283d9788bc70168f2a8bdc9
-
- Dec 14, 2012
-
-
Yaowu Xu authored
This is to fix a decoder crash when decoder skips a number of frame to continue decoding from a later key frame. Change-Id: I3ba116eba6c3440e0528a21f53745f694302e4ad
-
Yaowu Xu authored
MSVC 2012 (_MSC_VER=1600) introduced the definition, this commit prevents the redefinition of the macro Change-Id: I7de92e7e9e865a342f2bcc4b071f8d3c9b2a508c
-
Yaowu Xu authored
Change-Id: I9c651bd7c161974bf5f929446361b00d85e57a3f
-
- Dec 13, 2012
-
-
Johann Koenig authored
Change-Id: I63423f8f2ec152cb490ddd9e6a94e431a11858f6
-
- Dec 12, 2012
-
-
Scott LaVarnway authored
As suggested by Yaowu, we can use eob to reduce the complexity of the vp9_ihtllm_c function. For the 1080p test clip used, the decoder performance improved by 17%. Change-Id: I32486f2f06f9b8f60467d2a574209aa3a3daa435
-
- Dec 11, 2012
-
-
Johann Koenig authored
This reverts commit 8bb82fde. This is an incorrect workaround. It has been fixed in the GYP files upstream. Change-Id: If42f997747ce878b874508fdf7ae5a73a6fa1b2b
-
Scott LaVarnway authored
-
Scott LaVarnway authored
Change-Id: I9702f3e9ed664c2537e7874698c944620b07fff8
-
Scott LaVarnway authored
Change-Id: Ic9956ddf1c2ddffcf7be7fdfc23ad9a2426fc47a WIP: Fixing unsafe threading in VP8 encoder.
-
Frank Galligan authored
Change-Id: I4efc4f4e87e8666b69257de82c5c5dd4aadee28c
-
Scott LaVarnway authored
-
- Dec 10, 2012
-
-
Scott LaVarnway authored
WIP: Fixing unsafe threading in VP8 encoder. Use the passed in macroblock instead of the macroblock located in cpi. Change-Id: I1bfa07de6ea463f2baeaae1bae5d950691bc4afc
-
Scott LaVarnway authored
Fixing unsafe threading in VP8 encoder. Change-Id: Ibf4c89a2043654834747811bc11eb283de0bb830
-
John Koleszar authored
First attempt at avoiding all the compile-time environment detection for cases where you can generate the environments statically, as when the real build is being performed by another build system. Change-Id: Ie3cf95d71d6c5169900f31e263b84bc123cdf73f
-
Scott LaVarnway authored
Change-Id: I76fe20ade099573997404b8733cf7f79e82fb21e WIP: Fixing unsafe threading in VP8 encoder.
-
- Dec 08, 2012
-
-
Jim Bankoski authored
-