summaryrefslogtreecommitdiff
path: root/libavcodec/iff.c
Commit message (Expand)AuthorAge
* 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
* | avcodec/iff: implement 3rd delta ANIM decompressionPaul B Mahol2016-05-13
* | avcodec/iff: change delta l offset to uint32_tPaul B Mahol2016-05-13
* | lavc: add IFF ANIM decoderPaul B Mahol2016-05-13
* | avcodec: remove leftover iff_byterun1 decoderAndreas Cadhalpun2015-10-12
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0'Michael Niedermayer2015-02-14
|\|
| * avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | avcodec/iff: check pixfmt for rgb8 / rgbnMichael Niedermayer2014-08-10
* | avcodec/iff: Factorize av_pix_fmt_desc_get() outMichael Niedermayer2014-08-10
* | avcodec/iff: ensure that runs with insufficient input dont leave uninitialize...Michael Niedermayer2014-01-02
* | avcodec/iff: warn about truncated input to decode_byterun() and clear remaini...Michael Niedermayer2013-12-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-24
|\|
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-23
* | Merge commit '2e09096da912f563c4dd889a8f25c314529bbaa6'Michael Niedermayer2013-11-17
|\|
| * iff: use the AVFrame API properly.Anton Khirnov2013-11-16
* | Do not leave positive values undefined when negative are defined as errorMichael Niedermayer2013-10-19
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
| * iff: Do not read over the source bufferLuca Barbato2013-07-10
* | Merge commit '3865ba7b21aef5d60183719e238361ec8797ab5a'Michael Niedermayer2013-07-11
|\|
| * iff: K&R formatting cosmeticsLuca Barbato2013-07-10
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-08
* | lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-15
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08