- 05 Feb, 2014 - 1 commit
-
-
Ralph Giles authored
This lets the caller pass a string literal for the codec id. From https://bugzilla.mozilla.org/show_bug.cgi?id=966044 Change-Id: I345bd7a5943f0c33b3fb368d4280100ac5038a3d
-
- 04 Feb, 2014 - 18 commits
-
-
Johann authored
-
Johann authored
git diff adds the following line to diffs: \ No newline at end of file which interferes with diff.py parsing. diff.py only looks for '+', '-' and ' ' at the beginning of the line. Issue seen on https://gerrit.chromium.org/gerrit/68611 Change-Id: I0d7b4485c470e0b409f2c9cddde6c9aceba0152e
-
Dmitry Kovalev authored
-
hkuang authored
-
hkuang authored
is not longer needed. Change-Id: I40c37ef18c67ab27fc336694dfca3c43a87c47ca
-
Deb Mukherjee authored
-
Adrian Grange authored
-
Deb Mukherjee authored
Fixes rate control partially in one-pass non-cbr case to achieve a bitrate close to the one desired. Previous version was way off at the high bitrate end. Also includes several one-pass rate control cleanups and refactoring. On derfraw300, one-pass encoding is now 19% off from two-pass speed 0 encoding, down from 35%. Change-Id: I6f0dcdb7f8aa85a7e7cd3a3155d4f9d2a4d2f4f4
-
Adrian Grange authored
Change-Id: I1b7c8165162e835e22cf164cce989c0cebd7ca95
-
James Zern authored
-
James Zern authored
-
James Zern authored
* changes: resize_test: use const_iterator where appropriate resize_test: silence a warning
-
James Zern authored
* changes: vpxenc: find_mismatch/compare_img: normalize types vpxenc: cosmetics
-
Dmitry Kovalev authored
Change-Id: Iae787d491f7cfe24855ef8f2d04e2c6c19350378
-
Dmitry Kovalev authored
-
Yongzhe Wang authored
-
James Zern authored
-> InterpKernel avoids conflicts in variable names, fixing the build with various toolchains. broken since: 86915654 Removing subpix_fn_table struct. Change-Id: Ib5f6fdbcb494a97b62c75b99d4d826ff25d4c981
-
Alex Converse authored
-
- 03 Feb, 2014 - 10 commits
-
-
Yongzhe Wang authored
Fixes a build issue when internal stats is enabled Change-Id: I822cc60274e34b5f29ccbaa1f986fb9da6a8de4b
-
Dmitry Kovalev authored
-
Yunqing Wang authored
-
Alex Converse authored
-
Marco Paniconi authored
-
Marco Paniconi authored
This reverts commit 6be2b750 Change-Id: Ic52acd98b37c3ba49d4999b463389eb564f49c4b
-
Alex Converse authored
The new implementation disagrees when the argument is equal to 2**n but that is never called in practice and based on how it is used the new implementation is correct in that case. Change-Id: Ifbac4ad87d459fe6bd2fd0f400c0340f96617342
-
Alex Converse authored
This avoids calls to get_unsigned_bits() with constants and replaces hard to trace loops with simpler structures. Change-Id: Ic1afc5a17d7df5bcfc85b76efda316b0bf118467
-
Dmitry Kovalev authored
-
Yunqing Wang authored
Using bilinear filters could speed up the codec in real-time mode. This patch added sse2 optimizations of bilinear filters that operate on different-sized blocks. Tests showed that the real-time encoder was speeded up by 3%. Change-Id: If99a7ee4385fcc225c3ee7445d962d5752e57c3f
-
- 02 Feb, 2014 - 1 commit
-
-
Marco Paniconi authored
This patch adds a buffer-based rate control for temporal layers, under CBR mode. Added vpx_temporal_scalable_patters.c encoder for testing temporal layers, for both vp9 and vp8 (replaces the old vp8_scalable_patterns). Updated datarate unittest with tests for temporal layer rate-targeting. Change-Id: I9cb6cce2494390ae6096ee17774af7fb9308bde7
-
- 01 Feb, 2014 - 10 commits
-
-
James Zern authored
silences warnings about declarations not matching prototype Change-Id: I30b9a24f78ebe3b9cc2bbfcd3a7363ba7c328e4d
-
Jim Bankoski authored
-
James Zern authored
Change-Id: I9ebfeb4947e7d7bc8af175730b0b25b2880ee26c
-
James Zern authored
the timebase of pts is 1/fps, so casting down to unsigned is safe here. Change-Id: I2e2f9bb68604c3c5539804685e6166beb54fe83e
-
Yaowu Xu authored
-
Adrian Grange authored
-
Jim Bankoski authored
Change-Id: Ifdd951f24932839f06d1c700371662511dde6ebe
-
James Zern authored
-
James Zern authored
-
Yunqing Wang authored
-