summaryrefslogtreecommitdiff
path: root/libavcodec/iff.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/iff: Only write palette to plane 1 if its PAL8Michael Niedermayer2021-10-061-1/+2
* avcodec/iff: Fix off by x errorMichael Niedermayer2020-07-051-1/+1
* avcodec/iff: Test video_size being non zeroMichael Niedermayer2020-05-191-0/+2
* avcodec/iff: Fix several integer overflowsMichael Niedermayer2020-05-191-2/+1
* avcodec/iff: Check length before memcpy() in decode_deep_rle32()Michael Niedermayer2020-05-191-0/+2
* avcodec/iff: Fix invalid pointer intermediates in decode_deep_rle32()Michael Niedermayer2020-05-191-1/+1
* avcodec/iff: Over-allocate ham_palbuf for HAM6 IFF-PBMMichael Niedermayer2020-05-191-1/+5
* avcodec/iff: Check that video_size is large enough for the read parametersMichael Niedermayer2019-12-311-0/+2
* avcodec/iff: Skip overflowing runs in decode_delta_d()Michael Niedermayer2019-12-311-0/+2
* avcodec/iff: Move index use after check in decodeplane8()Michael Niedermayer2019-12-311-1/+2
* avcodec/iff: Check available space before entering loop in decode_long_vertic...Michael Niedermayer2019-12-311-0/+6
* avcodec/iff: Check for overlap in cmap_read_palette()Michael Niedermayer2019-09-061-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
* Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch2016-06-211-0/+1
|\
| * Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-041-1/+1
* | avcodec/iff: Fix bytestream advanceMichael Niedermayer2016-06-121-0/+2
* | avcodec/iff: mention RGB8/RGBN decoderPiotr Bandurski2016-05-221-3/+3
* | avcodec/iff: add support for ANBR filesPaul B Mahol2016-05-191-6/+18
* | avcodec/iff: add forgotten checks for end of input bufferPaul B Mahol2016-05-181-2/+2
* | avcodec/iff: scala anim32 & anim16 decompressionPaul B Mahol2016-05-181-2/+128
* | avcodec/iff: fix artifacts with uncompressed ham ANIMsPaul B Mahol2016-05-171-2/+2
* | avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMsPaul B Mahol2016-05-161-9/+6
* | avcodec/iff: check if there is enough bytes leftPaul B Mahol2016-05-161-0/+6
* | avcodec/iff: rewrite out of bounds checking in writerPaul B Mahol2016-05-151-14/+12
* | avcodec/iff: check for end of buffer in input for delta_l decompressionPaul B Mahol2016-05-141-1/+1
* | avcodec/iff: implement 3rd delta ANIM decompressionPaul B Mahol2016-05-131-0/+57
* | avcodec/iff: change delta l offset to uint32_tPaul B Mahol2016-05-131-1/+1
* | lavc: add IFF ANIM decoderPaul B Mahol2016-05-131-75/+750
* | avcodec: remove leftover iff_byterun1 decoderAndreas Cadhalpun2015-10-121-13/+0
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-5/+5
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | avcodec/iff: check pixfmt for rgb8 / rgbnMichael Niedermayer2014-08-101-2/+2
* | avcodec/iff: Factorize av_pix_fmt_desc_get() outMichael Niedermayer2014-08-101-3/+4