summaryrefslogtreecommitdiff
path: root/vp8/decoder/decodeframe.c
AgeCommit message (Expand)Author
2016-07-23vp8/decodeframe: fix signed/unsigned comparisonJames Zern
2016-07-23vp8:fix threading issuesJim Bankoski
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
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-07-29Add const to a variable declarationYaowu Xu
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-05-27remove vp8 unused uvstride parm in simple loop filterJim Bankoski
2014-04-23Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish
2014-04-16Prevent reading of uninitialized valueYaowu Xu
2013-12-03Fix a spelling mistake in filenameYaowu Xu