summaryrefslogtreecommitdiff
path: root/libavcodec/iff.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avcodec/iff: ensure that runs with insufficient input dont leave uninitialize...Michael Niedermayer2014-01-021-4/+4
* | avcodec/iff: warn about truncated input to decode_byterun() and clear remaini...Michael Niedermayer2013-12-191-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+2
|\ \ | |/
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+2
* | Merge commit '2e09096da912f563c4dd889a8f25c314529bbaa6'Michael Niedermayer2013-11-171-11/+13
|\ \ | |/
| * iff: use the AVFrame API properly.Anton Khirnov2013-11-161-22/+26
* | Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-191-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
| * iff: Do not read over the source bufferLuca Barbato2013-07-101-1/+1
* | Merge commit '3865ba7b21aef5d60183719e238361ec8797ab5a'Michael Niedermayer2013-07-111-62/+62
|\ \ | |/
| * iff: K&R formatting cosmeticsLuca Barbato2013-07-101-42/+44
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-0/+2
* | lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-151-2/+2
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-36/+37
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-22/+17
* | iff/deep: fix rle32 on big-endianPiotr Bandurski2013-01-291-1/+1