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
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-21rmenc: replace avio_seek(0) with avio_tell()Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov
2011-02-25lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-05-28Reindent after r23361.Francesco Lavra
2010-05-28Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxingFrancesco Lavra
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-03-21Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje
2009-02-18use new metadata API in rm (de)muxerAurelien Jacobs
2009-02-12Use more descriptive format long_names.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-14Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje
2008-08-03cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2007-12-02Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-05-30split rm muxer and demuxer in their own filesAurelien Jacobs