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
2012-01-31lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2011-12-21flacdec: skip all track indices at once instead of looping.Paul B Mahol
2011-12-10flacdec: Support for tracks in cuesheet metadata blockPaul B Mahol
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-20lavc: use avpriv_ prefix for some flac symbols used in lavf.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.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-08avio: deprecate url_feofAnton 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-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-10-07Move handling of ID3v2 to common utils.c code, reducing code duplicationReimar Döffinger
2010-08-31split raw.c into rawdec.c and rawenc.cAurelien Jacobs
2010-06-11Generalize ID3v2 functions to support ID3v2-like ID headers with aMichael Karcher
2010-04-03Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-20Add VorbisComment writing to FLAC files.James Darnley
2010-03-13Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini
2010-03-12oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad
2010-03-12Add ff_ prefix to vorbis_commentDavid Conrad
2009-06-14Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles
2009-03-21seek backwards 4 bytes if 'fLaC' marker is not foundJustin Ruggles
2009-03-06flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles
2009-02-28cosmetics: indentationJustin Ruggles
2009-02-28Separate the raw FLAC demuxer from raw.c and put in a new file,Justin Ruggles