44 Commits (d94dda742c8eab3141197270fb78063ed22442aa)

Author SHA1 Message Date
Mark Thompson 57623cba13 webp: Fix alpha initialisation 7 years ago
Mark Thompson 9f00fa5369 vp8: Add hwaccel hooks 7 years ago
James Almer ae100046ca avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd() 7 years ago
James Almer c220fe008c avcodec/webp: add support for ICCP chunks 7 years ago
Michael Niedermayer 67020711b7 avcodec/webp: Fixes null pointer dereference 8 years ago
Michael Niedermayer 8c5cd1c9d3 avcodec/webp: Fix signedness in prefix_code check 8 years ago
Michael Niedermayer a3508cc3fe avcodec/webp: Add missing input padding 8 years ago
Michael Niedermayer 6b5d3fb26f avcodec/webp: Always set pix_fmt 8 years ago
Michael Niedermayer 72810d20b7 avcodec/webp: Update canvas size in vp8_lossy_decode_frame() as in vp8_lossless_decode_frame() 8 years ago
Michael Niedermayer c4f63b78b7 avcodec/webp: Factor update_canvas_size() out 8 years ago
Michael Niedermayer 2f2bc2e246 avcodec/webp: Check for VP8X after other VP8 chunks 8 years ago
Michael Niedermayer 9bf4523e40 avcodec/webp: Fix null pointer dereference 8 years ago
Muhammad Faiz 31f61b0d4f avcodec: do not use AVFrame accessor 8 years ago
Mark Thompson 7cb9296db8 webp: Fix alpha decoding 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 39ecf0588f webp: Convert to the new bitstream reader 8 years ago
Diego Biurrun b668662939 get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes 9 years ago
Carl Eugen Hoyos 1106a2c5dd lavc/webp: Print a warning for unsupported chunks. 9 years ago
James Almer 778439b69a avcodec/webp: move exif_metadata outside of WebPContext 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Carl Eugen Hoyos 8dad213143 lavc: Add properties field to AVCodecContext. 9 years ago
Andreas Cadhalpun 0762152f7a webp: fix infinite loop in webp_decode_frame 10 years ago
Andreas Cadhalpun 76d4c62734 webp: Make sure enough bytes are available 10 years ago
Andreas Cadhalpun 30e6abd1a8 webp: ensure that each transform is only used once 10 years ago
Andreas Cadhalpun c089e720c1 webp: ensure that each transform is only used once 10 years ago
Andreas Cadhalpun 4f2ee9daee webp: validate the distance prefix code 10 years ago
Andreas Cadhalpun 5de2dab12b avcodec/webp: validate the distance prefix code 10 years ago
Paul B Mahol 6e7ac5ee55 avcodec/webp: use init_get_bits8() 10 years ago
Michael Niedermayer 436206c175 avcodec/webp: add assert to ensure palette is not larger than 256 10 years ago
Pascal Massimino 19fb476841 avcodec/webp: add optimization: use local palette with extra padding 10 years ago
Pascal Massimino e5b3112996 avcodec/webp: fix default palette color 0xff000000 -> 0x00000000 10 years ago
Pascal Massimino 4fd21d58a7 libavcodec/webp: treat out-of-bound palette index as translucent black 10 years ago
Justin Ruggles c6698dfe7c webpdec: Fix decoding of the huffman group indices. 11 years ago
Michael Niedermayer de9cd58848 avcdoec/webp: use av_malloc_array() 11 years ago
Thilo Borgmann 8c161d7884 lavc/exif: Make EXIF IFD decoding part of private API/ABI. 11 years ago
James Almer 8bfa5f7fab webp: fix capitalization of the word Exif 11 years ago
James Almer 0b54bc24db webp: add support for EXIF metadata chunks 11 years ago
Justin Ruggles d085f80fa1 webp: add a special case for a huffman table with only 1 symbol 11 years ago
Justin Ruggles f51e3a1971 webp: do not call av_frame_free() on the user-provided frame 11 years ago
Anton Khirnov 0a9e94bba8 webp: stop using deprecated avcodec_set_dimensions 11 years ago
Justin Ruggles c4bfa09807 Add a WebP decoder 11 years ago