]> git.sesse.net Git - ffmpeg/history - libavcodec/webp.c
h263: Drop uninitialized variable use from log message
[ffmpeg] / libavcodec / webp.c
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