summaryrefslogtreecommitdiff
path: root/libavcodec/webp.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec/codec_internal: add cap for ICC profile supportNiklas Haas2022-07-301-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec: Add const to decoder packet data pointersAndreas Rheinhardt2022-07-091-3/+3
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-4/+3
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* avcodec/exif: Don't include tiff.h in exif.hAndreas Schneider2022-02-141-0/+1
* avcodec/thread: Don't use ThreadFrame when unnecessaryAndreas Rheinhardt2022-02-091-2/+1
* webp: fix transforms after a palette with pixel packing.Maryla2021-09-251-16/+18
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-5/+5
* avcodec/webp: Check available space in loop in decode_entropy_coded_image()Michael Niedermayer2021-08-221-0/+3
* avcodec/webp: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-121-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/webp: use av_packet_alloc() to allocate packetsJames Almer2021-03-171-5/+19
* avcodec/webp: Replace never-true check by assertAndreas Rheinhardt2020-10-271-2/+1
* avcodec/webp: Return directly when creating Huff table failsAndreas Rheinhardt2020-10-271-2/+2
* avcodec/webp: Use uint8_t for code lengthsAndreas Rheinhardt2020-10-271-4/+4
* avcodec/webp: Use LE VLC table for LE bitstream readerAndreas Rheinhardt2020-10-121-40/+2
* avcodec/webp: fix decoding for trailing junkPascal Massimino2019-09-101-2/+5
* vp8: Add hwaccel hooksMark Thompson2017-11-261-0/+1
* avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd()James Almer2017-10-261-1/+1
* avcodec/webp: add support for ICCP chunksJames Almer2017-07-261-2/+24
* avcodec/webp: Fixes null pointer dereferenceMichael Niedermayer2017-05-281-0/+3
* avcodec/webp: Fix signedness in prefix_code checkMichael Niedermayer2017-05-131-1/+1
* avcodec/webp: Add missing input paddingMichael Niedermayer2017-05-131-1/+1
* avcodec/webp: Always set pix_fmtMichael Niedermayer2017-05-101-2/+1
* avcodec/webp: Update canvas size in vp8_lossy_decode_frame() as in vp8_lossle...Michael Niedermayer2017-05-091-0/+3
* avcodec/webp: Factor update_canvas_size() outMichael Niedermayer2017-05-091-10/+17
* avcodec/webp: Check for VP8X after other VP8 chunksMichael Niedermayer2017-05-091-0/+4
* avcodec/webp: Fix null pointer dereferenceMichael Niedermayer2017-05-061-0/+2
* avcodec: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch2016-06-291-2/+3
|\
| * get_bits: Move BITSTREAM_READER_LE definition before all relevant #includesDiego Biurrun2016-06-071-2/+3
* | lavc/webp: Print a warning for unsupported chunks.Carl Eugen Hoyos2016-04-171-1/+1
* | avcodec/webp: move exif_metadata outside of WebPContextJames Almer2016-02-211-5/+4
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
| * webp: Make sure enough bytes are availableAndreas Cadhalpun2015-07-031-1/+1
| * webp: ensure that each transform is only used onceAndreas Cadhalpun2015-03-191-1/+9
| * webp: validate the distance prefix codeAndreas Cadhalpun2015-03-051-0/+5
* | lavc: Add properties field to AVCodecContext.Carl Eugen Hoyos2015-07-161-0/+1
* | webp: fix infinite loop in webp_decode_frameAndreas Cadhalpun2015-07-031-1/+1
* | webp: ensure that each transform is only used onceAndreas Cadhalpun2015-03-061-1/+9
* | avcodec/webp: validate the distance prefix codeAndreas Cadhalpun2015-03-031-0/+5
* | avcodec/webp: use init_get_bits8()Paul B Mahol2015-02-041-1/+1
* | avcodec/webp: add assert to ensure palette is not larger than 256Michael Niedermayer2014-10-051-0/+1