summaryrefslogtreecommitdiff
path: root/vpx/src/vpx_decoder.c
AgeCommit message (Expand)Author
2020-04-02Return VPX_CODEC_INCAPABLE on capability failureWan-Teh Chang
2016-07-21vpx/: apply clang-formatclang-format
2014-08-28Removing alg_priv from vpx_codec_priv struct.Dmitry Kovalev
2014-08-25Passing const cfg pointer to vpx_codec_{dec,enc}_init_ver().Dmitry Kovalev
2014-08-20Removing iface pointer from vpx_codec_priv.Dmitry Kovalev
2014-08-12Merge "vpx_codec_decode: check data size"James Zern
2014-08-11remove remaining references to XMAJames Zern
2014-08-11vpx_codec_decode: check data sizeJames Zern
2014-08-05Removing legacy XMA features from libvpx.Dmitry Kovalev
2014-02-13Add VP9 decoder support for external frame buffersFrank Galligan
2014-01-24Revert external frame buffer code.Frank Galligan
2013-12-15Add support to pass in external frame buffers.Frank Galligan
2013-12-05Fix bug with put slice cb function.Frank Galligan
2012-11-15Pack invisible frames without lengthsJohn Koleszar
2012-11-09Merge "Packing Altref along with succeeding frame and length encoding frames"...John Koleszar
2012-11-09Packing Altref along with succeeding frame and length encoding framesVignesh Venkatasubramanian
2012-11-06vpx: merge with masterJohn Koleszar
2012-07-17Restyle codeJohn Koleszar
2012-03-15WebM Experimental Codec Branch SnapshotYaowu Xu
2011-06-28Proposing an extension to the encoder and decoder interfaces.Stefan Holmer
2011-05-19Adding error-concealment to the decoder.Stefan Holmer
2011-03-21vpx_codec_dec_init: check that the iface is a decoderJohn Koleszar
2011-02-16documentation: minor cosmeticsJames Zern
2011-02-02Avoid using an anonymous union.Gaute Strokkenes
2011-01-19Implement error tracking in the decoderHenrik Lundin
2010-09-09Use WebM in copyright notice for consistencyJohn Koleszar
2010-06-18cosmetics: trim trailing whitespaceJohn Koleszar
2010-06-14Remove useless 500 frame limitFabio Pedretti
2010-06-04LICENSE: update with latest textJohn Koleszar
2010-05-26Conditionally build enc/dec specific API sourcesJames Zern
2010-05-24install includes in DIST_DIR/include/vpx, move vpx_codec/ to vpx/John Koleszar