summaryrefslogtreecommitdiff
path: root/test/altref_test.cc
AgeCommit message (Collapse)Author
2016-09-15altref test: comment out 'pass'Johann
All the other test which do not use 'pass' (which appears to be almost all of them) do this. Cleans -Wextra/-Wunused-parameter: unused parameter ‘pass’ Change-Id: I1ff3acf3f3d1e831f94dcb00ea36337afe0aefe0
2016-07-27test: apply clang-formatclang-format
Change-Id: I0d9ab85855eb723f653a7bb09b3d0d31dd6cfd2f
2016-06-17remove vp10James Zern
development has moved to the nextgenv2 branch and a snapshot from here was used to seed aomedia BUG=b/29457125 Change-Id: Iedaca11ec7870fb3a4e50b2c9ea0c2b056a0d3c0
2016-03-17altref_test: mark AltRefForcedKeyTest as largeJames Zern
Change-Id: I2bbd7cd2f3b22d3dbfd40d9af430a5d276cd1855
2016-02-25altref_test: move AltRefTest instantiation w/in VP8 checkJames Zern
some configurations may fail if AltRefTest is undefined though VP8_INSTANTIATE_TEST_CASE is defined away. Change-Id: I7272775a506718336bd6cee2225cf83bd72fede5
2016-02-24vp9/10: fix forced keyframes w/alt-refs enabledJames Zern
in 1-pass encodes. issues with 2-pass as well as other forced flags persist. Change-Id: Ic7ceb906fccea6456d5df96483c10cacd46e01c7
2013-06-25encode_test_driver: check for fatal failuresJames Zern
Make the base test be: !(fatal || abort_) removing some redundancy in the encode tests Change-Id: I8ffaf33fcf9a3030b38ea3e8eb94704cdc2fc920
2013-01-23Support multiple codecs in test infrastructureJohn Koleszar
This commit starts to convert the tests to a system where the codec to be used is provided by a factory object. Currently no tests are instantiated for VP9 since they all fail for various reasons, but it was verified that they're called and the correct codec is instantiated. Change-Id: Ia7506df2ca3a7651218ba3ca560634f08c9fbdeb
2012-08-08fix timestamp calculation rollover w/altrefJames Zern
using large values for the timebase, e.g., {33333, 1000000} could rollover the timestamp calculation in vp8e_encode as it was not using 64-bit math. originally reported on ffmpeg's trac: https://ffmpeg.org/trac/ffmpeg/ticket/1014 BUG=468 Change-Id: Iedb4e11de086a3dda75097bfaf08f2488e2088d8