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
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2016-08-04avformat/tta: remove custom crc callback functionJames Almer
2016-06-21Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch
2016-05-04Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-02-06avformat/tta: only check for header and seek table crc if requestedJames Almer
2015-02-04Merge commit 'ec524ed12aa1aeb37125203f1adf5aa10dfcb0de'Michael Niedermayer
2015-02-03tta: Fix framepos and start_offset typesVittorio Giovara
2015-02-03avformat/tta: fix crash with corrupted fileswm4
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-06-16tta: read ape tags lastPaul B Mahol
2013-06-07tta: unbreak demuxing of files with id3 tags at start of filePaul B Mahol
2013-06-07tta: replace datalen with nb_samplesPaul B Mahol
2013-06-04tta: add support for reading ape tagsPaul B Mahol
2013-06-04tta: return meaningful error codrsPaul B Mahol
2013-06-01lavf/tta: check header and seek table checksumJames Almer
2013-05-31tta: remove pointless codePaul B Mahol
2013-05-28tta: make probing more robustPaul B Mahol
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2012-10-17tta: datalen is unsigned integer per reference libraryPaul B Mahol
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
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2012-03-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-04tta demuxer: set packet durationJustin Ruggles
2012-02-11tta: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2012-01-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-07tta: Fix returned error code at EOFMichael Niedermayer
2012-01-07tta: fix off be 1 error in the end detection.Michael Niedermayer
2012-01-07tta: Fix returned error code at EOFMichael Niedermayer
2012-01-07tta: fix off be 1 error in the end detection.Michael Niedermayer
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-27tta: better check for totalframes.Michael Niedermayer
2011-10-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-25tta: check for extradata allocation failure in tta demuxerJustin Ruggles
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-09-14[tta] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov