summaryrefslogtreecommitdiff
path: root/vp9/decoder/vp9_decoder.h
AgeCommit message (Expand)Author
2014-05-21Removing decoded_key_frame flag.Dmitry Kovalev
2014-05-21Merge "Deadline is not supported in VP9 decoder, removing it completely."Dmitry Kovalev
2014-05-20Refactor decode_tiles and loopfilter code.hkuang
2014-05-14Making vp9_initialize_dec() static.Dmitry Kovalev
2014-05-13Deadline is not supported in VP9 decoder, removing it completely.Dmitry Kovalev
2014-05-12Moving loopfilter call to vp9_decode_frame().Dmitry Kovalev
2014-05-08Removing VP9DecoderConfig.Dmitry Kovalev
2014-04-23Add VPXD_SET_DECRYPTOR support to the VP9 decoder.Joey Parrish
2014-04-11Renaming VP9D_CONFIG to VP9DecoderConfig.Dmitry Kovalev
2014-04-09Removing unused initial_{width, height} from VP9Decoder.Dmitry Kovalev
2014-04-08Renaming VP9D_COMP & VP9Decompressor to VP9Decoder.Dmitry Kovalev
2014-04-07Cleaning up vp9_{cx, dx}_iface.c files.Dmitry Kovalev
2014-03-28Moving dqcoeff array to MACROBLOCKD in decoder.Dmitry Kovalev
2014-03-25Moving above_context to VP9_COMMON.Dmitry Kovalev
2014-03-24Merge "General cleanup in vp9_decoder.{h, c}."Dmitry Kovalev
2014-03-21General cleanup in vp9_decoder.{h, c}.Dmitry Kovalev
2014-03-21Removing unused members from VP9D_CONFIG struct.Dmitry Kovalev
2014-03-21Merge "Reusing {above, left}_seg_context vars in both encoder and decoder."Dmitry Kovalev
2014-03-21Merge "Removing source & source_sz from VP9Decompressor struct."Dmitry Kovalev
2014-03-20Reusing {above, left}_seg_context vars in both encoder and decoder.Dmitry Kovalev
2014-03-20Removing source & source_sz from VP9Decompressor struct.Dmitry Kovalev
2014-03-19Remove duplicate declarationYaowu Xu
2014-03-10Moving mi_streams from VP9Decompressor to VP9Common.Dmitry Kovalev
2014-03-06Renaming vp9_onyxd.h and vp9_onyxd_if.c to vp9_decoder.{h, c}.Dmitry Kovalev