| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/webp: fix decoding for trailing junk | Pascal Massimino | 2019-09-10 | 1 | -2/+5 |
* | vp8: Add hwaccel hooks | Mark Thompson | 2017-11-26 | 1 | -0/+1 |
* | avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd() | James Almer | 2017-10-26 | 1 | -1/+1 |
* | avcodec/webp: add support for ICCP chunks | James Almer | 2017-07-26 | 1 | -2/+24 |
* | avcodec/webp: Fixes null pointer dereference | Michael Niedermayer | 2017-05-28 | 1 | -0/+3 |
* | avcodec/webp: Fix signedness in prefix_code check | Michael Niedermayer | 2017-05-13 | 1 | -1/+1 |
* | avcodec/webp: Add missing input padding | Michael Niedermayer | 2017-05-13 | 1 | -1/+1 |
* | avcodec/webp: Always set pix_fmt | Michael Niedermayer | 2017-05-10 | 1 | -2/+1 |
* | avcodec/webp: Update canvas size in vp8_lossy_decode_frame() as in vp8_lossle... | Michael Niedermayer | 2017-05-09 | 1 | -0/+3 |
* | avcodec/webp: Factor update_canvas_size() out | Michael Niedermayer | 2017-05-09 | 1 | -10/+17 |
* | avcodec/webp: Check for VP8X after other VP8 chunks | Michael Niedermayer | 2017-05-09 | 1 | -0/+4 |
* | avcodec/webp: Fix null pointer dereference | Michael Niedermayer | 2017-05-06 | 1 | -0/+2 |
* | avcodec: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40' | Clément Bœsch | 2016-06-29 | 1 | -2/+3 |
|\ |
|
| * | get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes | Diego Biurrun | 2016-06-07 | 1 | -2/+3 |
* | | lavc/webp: Print a warning for unsupported chunks. | Carl Eugen Hoyos | 2016-04-17 | 1 | -1/+1 |
* | | avcodec/webp: move exif_metadata outside of WebPContext | James Almer | 2016-02-21 | 1 | -5/+4 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| * | webp: Make sure enough bytes are available | Andreas Cadhalpun | 2015-07-03 | 1 | -1/+1 |
| * | webp: ensure that each transform is only used once | Andreas Cadhalpun | 2015-03-19 | 1 | -1/+9 |
| * | webp: validate the distance prefix code | Andreas Cadhalpun | 2015-03-05 | 1 | -0/+5 |
* | | lavc: Add properties field to AVCodecContext. | Carl Eugen Hoyos | 2015-07-16 | 1 | -0/+1 |
* | | webp: fix infinite loop in webp_decode_frame | Andreas Cadhalpun | 2015-07-03 | 1 | -1/+1 |
* | | webp: ensure that each transform is only used once | Andreas Cadhalpun | 2015-03-06 | 1 | -1/+9 |
* | | avcodec/webp: validate the distance prefix code | Andreas Cadhalpun | 2015-03-03 | 1 | -0/+5 |
* | | avcodec/webp: use init_get_bits8() | Paul B Mahol | 2015-02-04 | 1 | -1/+1 |
* | | avcodec/webp: add assert to ensure palette is not larger than 256 | Michael Niedermayer | 2014-10-05 | 1 | -0/+1 |
* | | avcodec/webp: add optimization: use local palette with extra padding | Pascal Massimino | 2014-10-05 | 1 | -9/+25 |
* | | avcodec/webp: fix default palette color 0xff000000 -> 0x00000000 | Pascal Massimino | 2014-09-23 | 1 | -1/+1 |
* | | libavcodec/webp: treat out-of-bound palette index as translucent black | Pascal Massimino | 2014-09-19 | 1 | -5/+5 |
* | | Merge commit 'c6698dfe7cdbc7634f33245875488ed3fa4a8ced' | Michael Niedermayer | 2014-07-04 | 1 | -2/+6 |
|\| |
|
| * | webpdec: Fix decoding of the huffman group indices. | Justin Ruggles | 2014-07-03 | 1 | -2/+6 |
* | | avcdoec/webp: use av_malloc_array() | Michael Niedermayer | 2014-04-20 | 1 | -1/+1 |
* | | lavc/exif: Make EXIF IFD decoding part of private API/ABI. | Thilo Borgmann | 2014-04-05 | 1 | -1/+1 |
* | | webp: fix capitalization of the word Exif | James Almer | 2014-01-15 | 1 | -5/+5 |
* | | webp: add support for EXIF metadata chunks | James Almer | 2014-01-14 | 1 | -2/+44 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-12-06 | 1 | -1/+17 |
|\| |
|
| * | webp: add a special case for a huffman table with only 1 symbol | Justin Ruggles | 2013-12-05 | 1 | -1/+17 |
* | | Merge commit 'f51e3a1971045c7ed0c3d9d29d3254a4d940198e' | Michael Niedermayer | 2013-12-06 | 1 | -6/+2 |
|\| |
|
| * | webp: do not call av_frame_free() on the user-provided frame | Justin Ruggles | 2013-12-05 | 1 | -6/+2 |
* | | Merge commit '0a9e94bba8f8a40156438a43e4fe0e9ae36236cb' | Michael Niedermayer | 2013-11-01 | 1 | -2/+2 |
|\| |
|
| * | webp: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -2/+2 |
* | | Merge commit 'c4bfa098072ba338d83555d6e2199f7e1e64ffff' | Michael Niedermayer | 2013-09-19 | 1 | -4/+4 |
|/ |
|
* | Add a WebP decoder | Justin Ruggles | 2013-09-18 | 1 | -0/+1455 |