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
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
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-10-07Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger
2010-06-11Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-1710l : make sure probe buffer is large enough.Jai Menon