summaryrefslogtreecommitdiff
path: root/libavformat/rmenc.c
Commit message (Expand)AuthorAge
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* rmenc: replace avio_seek(0) with avio_tell()Anton Khirnov2011-03-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov2011-02-25
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Reindent after r23361.Francesco Lavra2010-05-28
* Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxingFrancesco Lavra2010-05-28
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje2009-03-21
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-17
* Use more descriptive format long_names.Diego Biurrun2009-02-12
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje2008-12-13
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-03
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-26
* Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov2007-12-02
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* split rm muxer and demuxer in their own filesAurelien Jacobs2007-05-30