summaryrefslogtreecommitdiff
path: root/test/invalid_file_test.cc
AgeCommit message (Expand)Author
2020-07-27NULL -> nullptr in CPP filesJerome Jiang
2020-06-18update googletest to v1.10.0James Zern
2020-02-14vp8_decode: add missing vpx_clear_system_stateJames Zern
2019-09-30namespace ARCH_* definesJames Zern
2019-01-10vp8 dec: Add flag to bring up threads.Jerome Jiang
2018-12-21vp8: kill all threads on corrupted frame.Jerome Jiang
2018-11-27Replace deprecated scoped_ptr with unique_ptrJingning Han
2018-10-08Loopfilter Multi-Thread OptimizationSupradeep T R
2018-09-22Revert "Revert "Revert "Loopfilter MultiThread Optimization"""James Zern
2018-09-12Revert "Revert "Loopfilter MultiThread Optimization""Venkatarama NG. Avadhani
2018-05-10Fix vpxdec fuzz failure.Jerome Jiang
2018-01-30vp8 bool: verify buffer sizeJohann
2017-09-27fix signed integer overflow of idctLinfeng Zhang
2017-09-01apply clang-formatclang-format
2017-06-08vp8_decode_frame: fix oob read on truncated key frameJames Zern
2016-11-22vp9,read_inter_block_mode_info: quiet msan warningJames Zern
2016-11-01vp9,tile_worker_hook: correctly set jmp targetJames Zern
2016-10-01invalid_file_test: quiet unused const warningJames Zern
2016-09-28vp9_detokenize,decode_coefs: fix signed int overflowJames Zern
2016-09-01invalid_file_test: quiet -Wunused-const-variable warningsJames Zern
2016-08-23vp8: fix decoder crash with invalid leading keyframesJames Zern
2016-08-19vp9_alloc_context_buffers: clear cm->mi* on failureJames Zern
2016-08-08tests: use scoped_ptr for local video source varsJames Zern
2016-07-27test: apply clang-formatclang-format
2015-10-06invalid_file_test: loosen error check w/tile-threadingJames Zern
2015-09-08Remove some trailing whitespacesDebargha Mukherjee
2015-07-17Correctly report "Unsupported bitstream profile"Yaowu Xu
2015-02-05vp9: fix segfault w/corrupt data post frame-parallel mergeJames Zern
2014-11-06Modify the frame context memory deallocationYunqing Wang
2014-09-09vp9: wait for key/intra-only frame after corruptionJames Zern
2014-09-08Add an invalid file test for referencing a different color space.Alex Converse
2014-09-04vp9: correct context buffer resize checkJames Zern
2014-09-04vp9: fail decode if block/frame refs are corruptJames Zern
2014-08-29vp9: fix m/t loop filter invalid freeJames Zern
2014-08-27vp9: fix crash in inline loopfilter w/corrupt fileJames Zern
2014-08-27vp9: fix crash in mt loopfilter w/corrupt fileJames Zern
2014-08-22invalid_file_test: correct HandlePeekResult signatureJames Zern
2014-08-22Merge "tests: use vpx_codec_dec_cfg_t() to initialize vars"James Zern
2014-08-22invalid_file_test.cc: remove unused param warningsJames Zern
2014-08-22tests: use vpx_codec_dec_cfg_t() to initialize varsJames Zern
2014-07-18Merge "Separates profile 2 into 2 profiles 2 and 3"Deb Mukherjee
2014-07-17Separates profile 2 into 2 profiles 2 and 3Deb Mukherjee
2014-07-14invalid_file_test: add an operator<< for DecodeParamJames Zern
2014-07-12invalid_file_test: convert test param from tuple to structJames Zern
2014-07-11Add unit test to test tile decoding error handling.hkuang
2014-07-01invalid_file_test: output error detail on mismatchJames Zern
2014-07-01Add a test that tests invalid partitions for profile 1Jim Bankoski
2014-06-27Better validation of invalid filesJim Bankoski
2014-06-24vp9: check tile column countJames Zern
2014-06-23error check vp9 superframe parsingJim Bankoski