Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-28libavformat/iff: Check for overflow in body_end calculationMichael Niedermayer
2022-07-12avformat/iff: simplify duration calculationMichael Niedermayer
2022-03-15iff: convert to new channel layout APIVittorio Giovara
2021-06-18avformat/iff: Use 64bit in duration computationMichael Niedermayer
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-18avformat/id3v2: Don't reverse the order of id3v2 APICsAndreas Rheinhardt
2021-01-23avformat/iff: Check block align also for ID_MAUDMichael Niedermayer
2020-12-12avformat/iff: Check data_sizeMichael Niedermayer
2020-11-22avformat/iff: Check size before skipMichael Niedermayer
2020-11-05avformat/iff: check size against INT64_MAXMichael Niedermayer
2020-10-30avformat/iff: More completely check body_sizeMichael Niedermayer
2020-09-28avformat/iff: Check data_size not overflowing int64Michael Niedermayer
2020-05-25avformat/id3v2: Remove unnecessary indirectionAndreas Rheinhardt
2019-12-11avformat/iff: Use ff_alloc_extradataAndreas Rheinhardt
2019-10-10avformat/iff: fix memleak when get st->codecpar->extradata failed in iff_read...Steven Liu
2019-03-21lavf: Constify the probe function argument.Carl Eugen Hoyos
2017-10-05avformat: fix id3 chaptersLukas Stabe
2017-03-29lavf: use av_fourcc2str() where appropriateClément Bœsch
2016-12-14avformat: fix overflows during bit rate calculationAndreas Cadhalpun
2016-05-19avformat/iff: parse DPAN chunkPaul B Mahol
2016-05-16avcodec/iff: add support for ANIMs with keyframes and concatenated ANIMsPaul B Mahol
2016-05-15avcodec: add Direct Stream Transfer (DST) decoderPeter Ross
2016-05-13lavc: add IFF ANIM decoderPaul B Mahol
2016-04-30avformat/iff: fix deadlock in parsing dsd chunksPaul B Mahol
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-10-27Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes
2015-09-25avformat/iff: check for possible overflow in 2nd argument of av_new_packetPaul B Mahol
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2014-09-26libavformat/iff: print error message when DSDIFF compression type is not supp...Peter Ross
2014-08-18avformat/iff: rudimentary support for animationsPaul B Mahol
2014-08-08replace calls to url_feof() with avio_feof()James Almer
2014-08-05avformat/iff: Fix "source comment"Michael Niedermayer
2014-04-20avformat/iff: extend IFF demuxer to decode DSDIFF 64-bit chunksPeter Ross
2014-04-13avformat/iff: indentPeter Ross
2014-04-13avformat/iff: remove unused codePeter Ross
2014-03-12Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer
2014-03-11lavf: more correct printf format specifiersDiego Biurrun
2013-12-29avformat/iff: check avio_read() return in get_metadata()Michael Niedermayer
2013-12-15avformat/iff: fix memleak of packetMichael Niedermayer
2013-12-15avformat/iff: shrink packets to the initialized dataMichael Niedermayer
2013-06-20avformat/iff: Byte seek is unsupportedMichael Niedermayer
2013-03-18Merge commit '50c449ac24fbb4c03c15d2e2026cef2204b80385'Michael Niedermayer
2013-03-18iff: validate CMAP palette sizeKostya Shishkov
2013-03-15lavc & lavf: replace deprecated av_log* functionsPaul B Mahol
2013-03-05iff: fix integer overflowMichael Niedermayer
2013-01-07iff: support seeking with maudPaul B Mahol
2012-12-11iff demuxer: support RGB8 and RGBNPeter Ross