aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/iff.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/iff: dont add into unused pointersMichael Niedermayer2024-04-011-6/+6
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-2/+2
* avcodec/iff: Use unsigned to avoid compiler warningAndreas Rheinhardt2022-09-151-2/+3
* avcodec/iff: Remove transient objects from the contextAndreas Rheinhardt2022-09-151-5/+2
* avcodec/iff: Reindent after the previous commitsAndreas Rheinhardt2022-09-151-132/+128
* avcodec/iff: Pass extradata and extradata_size explicitlyAndreas Rheinhardt2022-09-151-7/+8
* avcodec/iff: Return early when possibleAndreas Rheinhardt2022-09-151-4/+6
* avcodec/iff: Avoid redundant freesAndreas Rheinhardt2022-09-151-11/+2
* avcodec/iff: Split extract_header into extradata and packet partAndreas Rheinhardt2022-09-151-55/+61
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-2/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* avcodec/iff: Remove redundant #ifAndreas Rheinhardt2022-05-301-4/+0
* 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/+2
* 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
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/iff: limit written bytes to twice the output array size in decode_de...Michael Niedermayer2021-11-291-0/+5
* avcodec/iff: Only write palette to plane 1 if its PAL8Michael Niedermayer2021-06-181-1/+2
* avcodec/iff: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-1/+1
* avcodec/iff: Reorder checks to avoid unnecessary alloc+freeAndreas Rheinhardt2021-05-021-4/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/iff: Fix off by x errorMichael Niedermayer2020-06-141-1/+1
* avcodec/iff: Test video_size being non zeroMichael Niedermayer2020-05-121-0/+2
* avcodec/iff: Fix several integer overflowsMichael Niedermayer2020-05-111-2/+1
* avcodec/iff: Check length before memcpy() in decode_deep_rle32()Michael Niedermayer2020-04-221-0/+2
* avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32()Michael Niedermayer2020-04-221-1/+1
* avcodec/iff: Over-allocate ham_palbuf for HAM6 IFF-PBMMichael Niedermayer2020-01-301-1/+5
* avcodec/iff: Check input space before loop in decode_delta_d()Michael Niedermayer2020-01-181-0/+3
* avcodec/iff: Check that video_size is large enough for the read parametersMichael Niedermayer2019-12-281-0/+2
* avcodec/iff: Skip overflowing runs in decode_delta_d()Michael Niedermayer2019-12-151-0/+2
* avcodec/iff: Move index use after check in decodeplane8()Michael Niedermayer2019-11-201-1/+2
* avcodec/iff: Check available space before entering loop in decode_long_vertic...Michael Niedermayer2019-11-091-0/+6
* avcodec/iff: Check for overlap in cmap_read_palette()Michael Niedermayer2019-09-051-0/+4
* libavcodec/iff: Use unsigned to avoid undefined behaviourAndreas Rheinhardt2019-08-051-17/+17
* avcodec/iff: Add "else" to make code look prettierMichael Niedermayer2019-07-141-1/+1
* avcodec/iff: Check ham vs bppMichael Niedermayer2019-07-081-3/+10
* avcodec/iff: finetune the palette size check in the mask caseMichael Niedermayer2019-06-231-1/+1
* avcodec/iff: Fix mask_buf / mask_palbuf leakMichael Niedermayer2019-06-231-0/+2
* avcodec/iff: Cleanup on init failureMichael Niedermayer2017-06-181-0/+1
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-2/+2
* avcodec/iff: support for byterun1 ACBM compressionPaul B Mahol2017-02-121-0/+30
* avcodec/iff: add support for vertical word compression in ILBMPaul B Mahol2017-01-061-1/+84
* avcodec/iff: remove palette swapping for animPaul B Mahol2016-08-151-12/+8
* avcodec/iff: Check that there are enough bytes in dgb before readingMichael Niedermayer2016-07-111-0/+4
* avcodec/iff: remove useless ()Michael Niedermayer2016-07-111-1/+1
* avcodec/iff: Print error for cols/bpp/bytes being bad in decode_delta_j()Michael Niedermayer2016-07-061-2/+6
* avcodec/iff: decode_delta_j: Check that the number of bytes that will be read...Michael Niedermayer2016-07-061-2/+2