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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2012-12-04iff demuxer: include DEEP TVDC lookup table in extradata bufferPeter Ross
2012-11-30iff: fix some incorrect interpretations of invalid filesPaul B Mahol
2012-11-30iff: MAUD supportPaul B Mahol
2012-11-28iff demuxer: 16SV supportPaul B Mahol
2012-11-26iff demuxer: don't bother checking bitmap compression type; iff decoder does ...Peter Ross
2012-11-20iff: DEEP RLE 32-bit decoderPeter Ross
2012-11-18iff: process DEEP DLOC chunk to obtain image dimensionsPeter Ross
2012-11-18iff: recognise more DEEP colorspacesPeter Ross
2012-11-13Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b'Michael Niedermayer
2012-11-12iff: set channel layoutJustin Ruggles
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-01lavf: add missing new line to some error messagesPiotr Bandurski
2012-08-10iff: replace av_abort by av_assert0Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Improve descriptiveness of a number of codec and container long namesDiego Biurrun