summaryrefslogtreecommitdiff
path: root/libavformat/rmenc.c
Commit message (Expand)AuthorAgeFilesLines
* Remove index writing in RM muxer, since it is broken (multiple streams perRonald S. Bultje2009-03-211-11/+3
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-171-6/+10
* Use more descriptive format long_names.Diego Biurrun2009-02-121-1/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje2008-12-131-6/+25
* cosmetics: make all references to AC-3 capitalized and hyphenatedJustin Ruggles2008-08-031-2/+2
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* consistency cosmetics: indices --> indexesDiego Biurrun2008-05-261-1/+1
* Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov2007-12-021-3/+8
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-7/+7
* split rm muxer and demuxer in their own filesAurelien Jacobs2007-05-301-0/+439