summaryrefslogtreecommitdiff
path: root/vp8/decoder
AgeCommit message (Expand)Author
2022-07-27vp8,read_mb_modes_mv: fix implicit conversion warningsJames Zern
2022-04-15vp8,get_sub_mv_ref_prob: change arguments to uint32_tJames Zern
2022-04-15vp8: fix some implicit unsigned -> int conversionsJames Zern
2021-11-08vp8: fix some implicit signed -> unsigned conv warningsJames Zern
2021-03-04Check for _WIN32 instead of WIN32.James Touton
2020-02-14vp8,GetSigned: silence unsigned int overflow warningJames Zern
2019-12-17vp8: move error check earlierJohann
2019-12-04vp8 boolreader: ignore invalid inputJohann
2019-11-04remove unused vp8dx_receive_compressed_data parametersJohann
2019-11-04remove unused mbmi parameterJohann
2019-11-04remove unused simple loopfilter parametersJohann
2019-10-03vp8/decoder/decodeframe: fix int sanitizer warningsHien Ho
2019-09-30namespace ARCH_* definesJames Zern
2019-03-14Enclose macro arguments in parenthesesJerome Jiang
2019-01-10vp8 dec: Add flag to bring up threads.Jerome Jiang
2019-01-07vp8 overlaps: resolve missing declarationJohann
2019-01-07Fix OOB memory access on fuzzed datakyslov
2018-12-21vp8: kill all threads on corrupted frame.Jerome Jiang
2018-12-17Remove -Wextra suppression.Jerome Jiang
2018-11-09vp8: Init buffers and pred arrays for mt after allocation.Jerome Jiang
2018-11-05vp8 dec: only compute ref frame buffer pointer for non intraJerome Jiang
2018-10-31Merge "vp8: fix to address overflow in decoder."Jerome Jiang
2018-10-31vp8dx_get_quantizer: normalize VP8D_COMPJohann
2018-10-31vp8: fix to address overflow in decoder.Jerome Jiang
2018-10-30clang-tidy: fix vp8/decoder parametersJohann
2018-10-26remove "register" keywordJohann
2018-09-21vp8: exit with bad fragment size in decoder.Jerome Jiang
2018-09-15cosmetics: normalize include guardsJames Zern
2018-08-22Revert "vp8: Fix memory address overflow in decoder."Jerome Jiang
2018-07-30Merge "vp8: Fix memory address overflow in decoder."Jerome Jiang
2018-07-19vp8: Fix memory address overflow in decoder.Jerome Jiang
2018-05-10Fix vpxdec fuzz failure.Jerome Jiang
2018-02-20remove deprecated 'register' keywordJohann
2018-01-30vp8 bool: verify buffer sizeJohann
2018-01-26Fix incorrect size readingJohann
2018-01-18clang-format v5.0.0 vp8/Johann
2017-10-27vp8: correct if/else '{' placementJames Zern
2017-09-01apply clang-formatclang-format
2017-08-31Add atomics to vp8 synchronization primitives.Peter Boström
2017-06-22onyxd_int.h: add missing prototypesJames Zern
2017-06-21vp[89],vpx_dsp: add missing includesJames Zern
2017-06-08vp8_decode_frame: fix oob read on truncated key frameJames Zern
2017-03-03vp8_create_decoder_instances: correct pbi[] memsetJames Zern
2017-01-12Add decoder getters for the last quantizer.Peter Boström
2016-12-14Change order of operation to avoid ubsan warningsYaowu Xu
2016-12-13Reapply 'Amend and improve VP8 multithreading implementation'Jim Bankoski
2016-09-29vp8,frame_buffers: remove unused use_frame_threadsJames Zern
2016-09-29Remove vp8_clear_system_stateJohann
2016-09-15apply clang-formatclang-format
2016-09-13vp8 decoder: cast decoding_thread_count to intJohann