summaryrefslogtreecommitdiff
path: root/test/test_vector_test.cc
AgeCommit message (Expand)Author
2020-07-27NULL -> nullptr in CPP filesJerome Jiang
2020-06-18update googletest to v1.10.0James Zern
2019-05-15Revert "disable row mt test"Johann Koenig
2019-05-09disable row mt testJohann
2019-04-19test_vector_test: Add row-mt and lpf-opt tests for vp9 decoderHarish Mahendrakar
2018-12-07test/*: use std::*tupleJames Zern
2018-11-27Replace deprecated scoped_ptr with unique_ptrJingning Han
2018-03-28test: use testing::*tuple instead of std::tr1James Zern
2017-09-01apply clang-formatclang-format
2017-06-30test_vector_test,vp8: correct thread rangeJames Zern
2017-06-29test_vector_test: rm ref to VPX_CODEC_USE_FRAME_THREADINGJames Zern
2017-02-16disable VP9MultiThreadedFrameParallel testsJames Zern
2016-12-13Reapply 'Amend and improve VP8 multithreading implementation'Jim Bankoski
2016-12-09vp8: adds multithread testing.Jim Bankoski
2016-08-08tests: use scoped_ptr for local video source varsJames Zern
2016-07-27test: apply clang-formatclang-format
2016-02-11vp9_encoder_parms_get_to_decoder: add missing initializersJames Zern
2015-10-28VP9 decoder: Add more test vectors for resizing.jackychen
2015-08-06Fix compiler error in vp8/9 decoder testJingning Han
2015-03-25Parall -> ParallelJohann
2015-02-13test_vector_test: fix build with --disable-(vp8|vp9)James Zern
2015-01-30Try again to merge branch 'frame-parallel' into master branch.hkuang
2015-01-23Revert "Merge branch 'frame-parallel' to enable frame parallel decode in mast...Johann
2015-01-22Merge branch 'frame-parallel' to enable frame parallel decode in master branch.hkuang
2014-09-05Increase the thread test range to cover 5, 6, 7, 8 threads.hkuang
2014-08-14Add VP9 frame-parallel unit test.hkuang
2014-04-23Enable tests using WebM files only if webm_io is enabledVignesh Venkatasubramanian
2014-03-27Automatically count test vectors and make the tables const.Alex Converse
2014-01-29tests: fix a few msvc warningsJames Zern
2014-01-18test/: remove some unnecessary extern "C"sJames Zern
2013-12-12Cleanup copyright headers.Frank Galligan
2013-12-11Move test vector list into a separate header.Frank Galligan
2013-12-05add tile test vectorsJames Zern
2013-12-04Add a test vector for loopfilterJingning Han
2013-12-03Fix VP8 border replication for very small imageYaowu Xu
2013-11-26Add a noise test vectorYunqing Wang
2013-11-12Add test vector for row/col tile decodingJingning Han
2013-10-28add tile test vectorsJames Zern
2013-10-14add a test vector with frame parallel mode enabledJames Zern
2013-10-02BITSTREAM - RESTORING BILINEAR INTERPOLATION FILTER SUPPORTDmitry Kovalev
2013-09-17Modified resize unit test to output test vectorAdrian Grange
2013-09-04Fixing problem with invalid delta_q reading.Dmitry Kovalev
2013-08-26Add a test vector that tests color space 444Jim Bankoski
2013-07-12Fixing vp9_get_pred_context_comp_ref_p function.Dmitry Kovalev
2013-07-09Merge "Fix loopfilter bug"Yaowu Xu
2013-07-08Fix loopfilter bugJohn Koleszar
2013-06-25tests/*source: test file pointer before readingJames Zern
2013-06-24Fix loopfilter of leftmost 4x4 edges in SBJohn Koleszar
2013-06-19Add some unaligned test vectorsJohn Koleszar
2013-06-13Add vp9 test vectors unit testJohn Koleszar