| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | lavf: rename AVInputFormat.value to raw_codec_id. | Anton Khirnov | 2012-01-31 | 1 | -1/+1 |
* | rawdec: refactor private option for raw video demuxers | Anton Khirnov | 2011-09-17 | 1 | -1/+3 |
* | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -6/+5 |
* | rawdec: add framerate private option. | Anton Khirnov | 2011-06-04 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -1/+1 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -7/+7 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | split raw.c into rawdec.c and rawenc.c | Aurelien Jacobs | 2010-08-30 | 1 | -1/+1 |
* | move ingenient demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 1 | -0/+71 |