| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -10/+10 |
* | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -3/+4 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -3/+3 |
* | rmenc: replace avio_seek(0) with avio_tell() | Anton Khirnov | 2011-03-20 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | avio: rename put_flush_packet -> avio_flush | Anton Khirnov | 2011-03-16 | 1 | -4/+4 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | lavf: replace remaining uses of put_tag with avio_write | Anton Khirnov | 2011-02-25 | 1 | -1/+1 |
* | lavf: use a new ffio_wfourcc macro instead of put_tag() where possible | Anton Khirnov | 2011-02-25 | 1 | -8/+10 |
* | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov | 2011-02-21 | 1 | -96/+96 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -7/+7 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Reindent after r23361. | Francesco Lavra | 2010-05-28 | 1 | -7/+7 |
* | Use ff_rm_codec_tags[] in RM muxer. This, incidentally, also allows muxing | Francesco Lavra | 2010-05-28 | 1 | -3/+16 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -5/+5 |
* | Remove index writing in RM muxer, since it is broken (multiple streams per | Ronald S. Bultje | 2009-03-21 | 1 | -11/+3 |
* | use new metadata API in rm (de)muxer | Aurelien Jacobs | 2009-02-17 | 1 | -6/+10 |
* | Use more descriptive format long_names. | Diego Biurrun | 2009-02-12 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. | Ronald S. Bultje | 2008-12-13 | 1 | -6/+25 |
* | cosmetics: make all references to AC-3 capitalized and hyphenated | Justin Ruggles | 2008-08-03 | 1 | -2/+2 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | consistency cosmetics: indices --> indexes | Diego Biurrun | 2008-05-26 | 1 | -1/+1 |
* | Fix muxer so that generated files are playable by realplayer, other open | Kostya Shishkov | 2007-12-02 | 1 | -3/+8 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -7/+7 |
* | split rm muxer and demuxer in their own files | Aurelien Jacobs | 2007-05-30 | 1 | -0/+439 |