summaryrefslogtreecommitdiff
path: root/vp8/decoder
AgeCommit message (Expand)Author
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
2016-08-31Remove CONFIG_DEBUG guards from assert()Johann
2016-08-23vp8_decoder_create_threads: check sem/pthread returnsJames Zern
2016-08-23vp8_create_decoder_instances: add missing setjmpJames Zern
2016-07-23vp8/decodeframe: fix signed/unsigned comparisonJames Zern
2016-07-23vp8:fix threading issuesJim Bankoski
2016-07-21Revert "Amend and improve VP8 multithreading implementation"Yunqing Wang
2016-07-19vp8: apply clang-tidy google-readability-braces-around-statementsclang-tidy
2016-07-18prepend ++ instead of post in for loops.Jim Bankoski
2016-07-15vp8: apply clang-formatclang-format
2016-06-22vp8 error concealment: remove unused variablesJohann
2016-06-14Use data size directly instead of recomputing.Johann
2016-06-01Fix VP8 encoder UBSAN/IOC errorsYaowu Xu
2016-05-19vp8/error_concealment: remove shift of negative valueJames Zern
2016-01-08Amend and improve VP8 multithreading implementationYunqing Wang
2015-12-03vp8: fix quantizer clampingJames Zern
2015-09-30vp8: change build_intra_predictors_mby_s to use vpx_dsp.Ronald S. Bultje
2015-08-27vp8: use VPX(MIN|MAX) from vpx_dsp_common.hJames Zern
2015-08-26Clean up unused function warnings in vp8 decoderJohann
2015-07-29Add const to a variable declarationYaowu Xu
2015-05-14vp8: make some functions staticJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-04-03vp8_decode_frame: remove dead incrementJames Zern
2014-12-21Revert "remove vp8 unused uvstride parm in simple loop filter"Jim Bankoski
2014-12-21Merge "remove vp8 unused uvstride parm in simple loop filter"Jim Bankoski
2014-12-16Silence -Werror=unused-parameterJohann
2014-07-10call vp[89]_clear_system_state after longjmpJames Zern
2014-05-27remove vp8 unused uvstride parm in simple loop filterJim Bankoski
2014-04-29Remove VP8 save_reg_neon functionYunqing Wang
2014-04-23Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish
2014-04-16Prevent reading of uninitialized valueYaowu Xu
2014-01-23vp8/decoder: add extern "C" to headersJames Zern
2013-12-16vp8/decoder: normalize include guardsJames Zern
2013-12-03Fix a spelling mistake in filenameYaowu Xu
2013-12-03Fix VP8 border replication for very small imageYaowu Xu
2013-10-29Merge "decodframe.c: use vpx_memset instead of cast"Johann
2013-10-29Merge "threading.c: use vpx_memset instead of cast"Johann
2013-10-29decodframe.c: use vpx_memset instead of castJohann
2013-10-29threading.c: use vpx_memset instead of castJohann
2013-10-29changed to comply with strict aliasing ruleYaowu Xu
2013-09-23fix integer overflow in vp8Yaowu Xu
2013-09-17Silence a bunch of MSVC warningsYaowu Xu
2013-07-12yv12config: remove YUV_TYPEJames Zern