]> git.sesse.net Git - ffmpeg/history - libavcodec/webp.c
decode: be more explicit about storing the last packet properties
[ffmpeg] / libavcodec / webp.c
2016-12-03 Alexandra Hájkováwebp: Convert to the new bitstream reader
2016-06-07 Diego Biurrunget_bits: Move BITSTREAM_READER_LE definition before...
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2015-07-02 Andreas Cadhalpunwebp: Make sure enough bytes are available
2015-03-19 Andreas Cadhalpunwebp: ensure that each transform is only used once
2015-03-05 Andreas Cadhalpunwebp: validate the distance prefix code
2014-07-03 Justin Ruggleswebpdec: Fix decoding of the huffman group indices.
2013-12-06 Justin Ruggleswebp: add a special case for a huffman table with only...
2013-12-06 Justin Ruggleswebp: do not call av_frame_free() on the user-provided...
2013-10-31 Anton Khirnovwebp: stop using deprecated avcodec_set_dimensions
2013-09-18 Justin RugglesAdd a WebP decoder