summaryrefslogtreecommitdiff
path: root/libavformat/iff.c
Commit message (Expand)AuthorAgeFilesLines
* libavformat/iff: Check for overflow in body_end calculationMichael Niedermayer2022-08-281-0/+3
* avformat/iff: simplify duration calculationMichael Niedermayer2022-07-121-2/+3
* iff: convert to new channel layout APIVittorio Giovara2022-03-151-31/+32
* avformat/iff: Use 64bit in duration computationMichael Niedermayer2021-06-181-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/id3v2: Don't reverse the order of id3v2 APICsAndreas Rheinhardt2021-04-181-1/+0
* avformat/iff: Check block align also for ID_MAUDMichael Niedermayer2021-01-231-1/+1
* avformat/iff: Check data_sizeMichael Niedermayer2020-12-121-1/+1
* avformat/iff: Check size before skipMichael Niedermayer2020-11-211-0/+3
* avformat/iff: check size against INT64_MAXMichael Niedermayer2020-11-041-0/+3
* avformat/iff: More completely check body_sizeMichael Niedermayer2020-10-301-1/+3
* avformat/iff: Check data_size not overflowing int64Michael Niedermayer2020-09-281-0/+3
* avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt2020-05-251-2/+2
* avformat/iff: Use ff_alloc_extradataAndreas Rheinhardt2019-12-111-8/+7
* 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