summaryrefslogtreecommitdiff
path: root/vp8/decoder/error_concealment.c
AgeCommit message (Expand)Author
2016-09-15apply clang-formatclang-format
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-05-19vp8/error_concealment: remove shift of negative valueJames Zern
2015-08-27vp8: use VPX(MIN|MAX) from vpx_dsp_common.hJames Zern
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2014-04-23Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish
2013-03-04Code cleanup.Dmitry Kovalev
2012-04-26Moves error concealment allocations from common parts to decoderAttila Nagy
2012-01-30RTCD: add recon functionsJohn Koleszar
2011-11-21Decoder fixes to better support reference picture selection.Stefan Holmer
2011-10-18Remove usage of predict buffer for decodeScott LaVarnway
2011-09-16Fixes the boundary checks for extrapolated and interpolated MVs.Stefan Holmer
2011-08-15Don't set the bmi mode when doing error concealmentStefan Holmer
2011-06-27Adding support for error concealment in multi-threaded decodingStefan Holmer
2011-05-26Broken EC after MODE_INFO size reductionScott LaVarnway
2011-05-19Adding error-concealment to the decoder.Stefan Holmer