summaryrefslogtreecommitdiffstats
path: root/libavformat/iff.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/iff: fix memleak when get st->codecpar->extradata failed in iff_read...Steven Liu2019-10-101-1/+4
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat: fix id3 chaptersLukas Stabe2017-10-051-1/+2
* lavf: use av_fourcc2str() where appropriateClément Bœsch2017-03-291-2/+2
* avformat: fix overflows during bit rate calculationAndreas Cadhalpun2016-12-141-1/+1
* avformat/iff: parse DPAN chunkPaul B Mahol2016-05-191-0/+6
* avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMsPaul B Mahol2016-05-161-4/+11
* avcodec: add Direct Stream Transfer (DST) decoderPeter Ross2016-05-151-7/+78
* lavc: add IFF ANIM decoderPaul B Mahol2016-05-131-21/+67
* avformat/iff: fix deadlock in parsing dsd chunksPaul B Mahol2016-04-301-2/+2
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-80/+80
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-27/+27
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* | avformat/iff: check for possible overflow in 2nd argument of av_new_packetPaul B Mahol2015-09-251-0/+4
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | libavformat/iff: print error message when DSDIFF compression type is not supp...Peter Ross2014-09-261-1/+7
* | avformat/iff: rudimentary support for animationsPaul B Mahol2014-08-181-0/+6
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | avformat/iff: Fix "source comment"Michael Niedermayer2014-08-051-1/+1
* | avformat/iff: extend IFF demuxer to decode DSDIFF 64-bit chunksPeter Ross2014-04-201-8/+271
* | avformat/iff: indentPeter Ross2014-04-131-15/+15
* | avformat/iff: remove unused codePeter Ross2014-04-131-6/+0
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-111-1/+3
|\ \ | |/
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-111-1/+3
* | avformat/iff: check avio_read() return in get_metadata()Michael Niedermayer2013-12-291-1/+1
* | avformat/iff: fix memleak of packetMichael Niedermayer2013-12-151-1/+3
* | avformat/iff: shrink packets to the initialized dataMichael Niedermayer2013-12-151-0/+2
* | avformat/iff: Byte seek is unsupportedMichael Niedermayer2013-06-201-1/+1
* | Merge commit '50c449ac24fbb4c03c15d2e2026cef2204b80385'Michael Niedermayer2013-03-181-2/+5
|\ \ | |/
| * iff: validate CMAP palette sizeKostya Shishkov2013-03-181-0/+5
* | lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-151-2/+2
* | iff: fix integer overflowMichael Niedermayer2013-03-051-0/+3
* | iff: support seeking with maudPaul B Mahol2013-01-071-7/+8
* | iff demuxer: support RGB8 and RGBNPeter Ross2012-12-111-1/+5
* | iff demuxer: include DEEP TVDC lookup table in extradata bufferPeter Ross2012-12-041-1/+12
* | iff: fix some incorrect interpretations of invalid filesPaul B Mahol2012-11-301-3/+4
* | iff: MAUD supportPaul B Mahol2012-11-301-5/+61
* | iff demuxer: 16SV supportPaul B Mahol2012-11-281-1/+7
* | iff demuxer: don't bother checking bitmap compression type; iff decoder does ...Peter Ross2012-11-261-24/+2
* | iff: DEEP RLE 32-bit decoderPeter Ross2012-11-201-1/+1
* | iff: process DEEP DLOC chunk to obtain image dimensionsPeter Ross2012-11-181-0/+8
* | iff: recognise more DEEP colorspacesPeter Ross2012-11-181-0/+9
* | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer2012-11-131-2/+10
|\ \ | |/
| * iff: set channel layoutJustin Ruggles2012-11-121-1/+9
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
* | lavf: add missing new line to some error messagesPiotr Bandurski2012-09-011-1/+1
* | iff: replace av_abort by av_assert0Michael Niedermayer2012-08-101-1/+2
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-5/+5
|\ \ | |/
OpenPOWER on IntegriCloud