summaryrefslogtreecommitdiff
path: root/libavformat/rmenc.c
Commit message (Collapse)AuthorAge
* Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov2007-12-02
| | | | | | | source players and by fixed ffmpeg rm demuxer (after r11127) Patch by kostya Originally committed as revision 11129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
| | | | | | | patch by: Björn Axelsson, bjorn d axelsson a intinor d se thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007 Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split rm muxer and demuxer in their own filesAurelien Jacobs2007-05-30
Originally committed as revision 9156 to svn://svn.ffmpeg.org/ffmpeg/trunk