summaryrefslogtreecommitdiff
path: root/libavformat/iff.c
Commit message (Expand)AuthorAge
* avformat/iff: simplify duration calculationMichael Niedermayer2022-07-12
* iff: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat/iff: Use 64bit in duration computationMichael Niedermayer2021-06-18
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/id3v2: Don't reverse the order of id3v2 APICsAndreas Rheinhardt2021-04-18
* avformat/iff: Check block align also for ID_MAUDMichael Niedermayer2021-01-23
* avformat/iff: Check data_sizeMichael Niedermayer2020-12-12
* avformat/iff: Check size before skipMichael Niedermayer2020-11-21
* avformat/iff: check size against INT64_MAXMichael Niedermayer2020-11-04
* avformat/iff: More completely check body_sizeMichael Niedermayer2020-10-30
* avformat/iff: Check data_size not overflowing int64Michael Niedermayer2020-09-28
* avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt2020-05-25
* avformat/iff: Use ff_alloc_extradataAndreas Rheinhardt2019-12-11
* avformat/iff: fix memleak when get st->codecpar->extradata failed in iff_read...Steven Liu2019-10-10
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat: fix id3 chaptersLukas Stabe2017-10-05
* lavf: use av_fourcc2str() where appropriateClément Bœsch2017-03-29
* avformat: fix overflows during bit rate calculationAndreas Cadhalpun2016-12-14
* avformat/iff: parse DPAN chunkPaul B Mahol2016-05-19
* avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMsPaul B Mahol2016-05-16
* avcodec: add Direct Stream Transfer (DST) decoderPeter Ross2016-05-15
* lavc: add IFF ANIM decoderPaul B Mahol2016-05-13
* avformat/iff: fix deadlock in parsing dsd chunksPaul B Mahol2016-04-30
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-27
* | avformat/iff: check for possible overflow in 2nd argument of av_new_packetPaul B Mahol2015-09-25
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | libavformat/iff: print error message when DSDIFF compression type is not supp...Peter Ross2014-09-26
* | avformat/iff: rudimentary support for animationsPaul B Mahol2014-08-18
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | avformat/iff: Fix "source comment"Michael Niedermayer2014-08-05
* | avformat/iff: extend IFF demuxer to decode DSDIFF 64-bit chunksPeter Ross2014-04-20
* | avformat/iff: indentPeter Ross2014-04-13
* | avformat/iff: remove unused codePeter Ross2014-04-13
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-11
|\|
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* | avformat/iff: check avio_read() return in get_metadata()Michael Niedermayer2013-12-29
* | avformat/iff: fix memleak of packetMichael Niedermayer2013-12-15
* | avformat/iff: shrink packets to the initialized dataMichael Niedermayer2013-12-15
* | avformat/iff: Byte seek is unsupportedMichael Niedermayer2013-06-20
* | Merge commit '50c449ac24fbb4c03c15d2e2026cef2204b80385'Michael Niedermayer2013-03-18
|\|
| * iff: validate CMAP palette sizeKostya Shishkov2013-03-18
* | lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-15
* | iff: fix integer overflowMichael Niedermayer2013-03-05
* | iff: support seeking with maudPaul B Mahol2013-01-07
* | iff demuxer: support RGB8 and RGBNPeter Ross2012-12-11
* | iff demuxer: include DEEP TVDC lookup table in extradata bufferPeter Ross2012-12-04