summaryrefslogtreecommitdiff
path: root/libavcodec/iff.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/iff: Remove redundant #ifAndreas Rheinhardt2022-05-30
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avcodec/iff: limit written bytes to twice the output array size in decode_de...Michael Niedermayer2021-11-29
* avcodec/iff: Only write palette to plane 1 if its PAL8Michael Niedermayer2021-06-18
* avcodec/iff: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-02
* avcodec/iff: Reorder checks to avoid unnecessary alloc+freeAndreas Rheinhardt2021-05-02
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/iff: Fix off by x errorMichael Niedermayer2020-06-14
* avcodec/iff: Test video_size being non zeroMichael Niedermayer2020-05-12
* avcodec/iff: Fix several integer overflowsMichael Niedermayer2020-05-11
* avcodec/iff: Check length before memcpy() in decode_deep_rle32()Michael Niedermayer2020-04-22
* avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32()Michael Niedermayer2020-04-22
* avcodec/iff: Over-allocate ham_palbuf for HAM6 IFF-PBMMichael Niedermayer2020-01-30
* avcodec/iff: Check input space before loop in decode_delta_d()Michael Niedermayer2020-01-18
* avcodec/iff: Check that video_size is large enough for the read parametersMichael Niedermayer2019-12-28
* avcodec/iff: Skip overflowing runs in decode_delta_d()Michael Niedermayer2019-12-15
* avcodec/iff: Move index use after check in decodeplane8()Michael Niedermayer2019-11-20
* avcodec/iff: Check available space before entering loop in decode_long_vertic...Michael Niedermayer2019-11-09
* avcodec/iff: Check for overlap in cmap_read_palette()Michael Niedermayer2019-09-05
* libavcodec/iff: Use unsigned to avoid undefined behaviourAndreas Rheinhardt2019-08-05
* avcodec/iff: Add "else" to make code look prettierMichael Niedermayer2019-07-14
* avcodec/iff: Check ham vs bppMichael Niedermayer2019-07-08
* avcodec/iff: finetune the palette size check in the mask caseMichael Niedermayer2019-06-23
* avcodec/iff: Fix mask_buf / mask_palbuf leakMichael Niedermayer2019-06-23
* avcodec/iff: Cleanup on init failureMichael Niedermayer2017-06-18
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* avcodec/iff: support for byterun1 ACBM compressionPaul B Mahol2017-02-12
* avcodec/iff: add support for vertical word compression in ILBMPaul B Mahol2017-01-06
* avcodec/iff: remove palette swapping for animPaul B Mahol2016-08-15
* avcodec/iff: Check that there are enough bytes in dgb before readingMichael Niedermayer2016-07-11
* avcodec/iff: remove useless ()Michael Niedermayer2016-07-11
* avcodec/iff: Print error for cols/bpp/bytes being bad in decode_delta_j()Michael Niedermayer2016-07-06
* avcodec/iff: decode_delta_j: Check that the number of bytes that will be read...Michael Niedermayer2016-07-06
* Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch2016-06-21
|\
| * Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-04
* | avcodec/iff: Fix bytestream advanceMichael Niedermayer2016-06-12
* | avcodec/iff: mention RGB8/RGBN decoderPiotr Bandurski2016-05-22
* | avcodec/iff: add support for ANBR filesPaul B Mahol2016-05-19
* | avcodec/iff: add forgotten checks for end of input bufferPaul B Mahol2016-05-18
* | avcodec/iff: scala anim32 & anim16 decompressionPaul B Mahol2016-05-18
* | avcodec/iff: fix artifacts with uncompressed ham ANIMsPaul B Mahol2016-05-17
* | avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMsPaul B Mahol2016-05-16
* | avcodec/iff: check if there is enough bytes leftPaul B Mahol2016-05-16
* | avcodec/iff: rewrite out of bounds checking in writerPaul B Mahol2016-05-15
* | avcodec/iff: check for end of buffer in input for delta_l decompressionPaul B Mahol2016-05-14