Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rawdec: remove ff_raw_read_header | Luca Barbato | 2012-10-25 | 1 | -8/+0 |
| | | | | It is not used anymore and is a kludge. | ||||
* | lavf: rename AVInputFormat.value to raw_codec_id. | Anton Khirnov | 2012-01-31 | 1 | -1/+1 |
| | | | | It's only used by raw demuxers for storing the codec id. | ||||
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -3/+3 |
| | |||||
* | rawdec: refactor private option for raw video demuxers | Anton Khirnov | 2011-09-17 | 1 | -2/+12 |
| | | | | | | | | pixel_format/video_size only apply to 'rawvideo' (==uncompressed) demuxer and make no sense for the other raw (== containerless) demuxers. Keep only the framerate option for those. Also use unique classes for all raw video demuxers | ||||
* | pcmdec: use unique classes for all pcm demuxers. | Anton Khirnov | 2011-09-17 | 1 | -1/+0 |
| | |||||
* | rawdec: add framerate private option. | Anton Khirnov | 2011-06-04 | 1 | -0/+3 |
| | |||||
* | rawdec: add a pixel_format private option. | Anton Khirnov | 2011-05-27 | 1 | -0/+1 |
| | |||||
* | rawdec: factor video demuxer definitions into a macro. | Anton Khirnov | 2011-05-27 | 1 | -0/+12 |
| | |||||
* | rawdec: add video_size private option. | Anton Khirnov | 2011-05-27 | 1 | -0/+6 |
| | |||||
* | rawdec: add sample_rate/channels private options. | Anton Khirnov | 2011-05-25 | 1 | -0/+9 |
| | |||||
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | split raw.c into rawdec.c and rawenc.c | Aurelien Jacobs | 2010-08-30 | 1 | -0/+35 |
Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk |