summaryrefslogtreecommitdiff
path: root/libavformat/rawdec.h
Commit message (Collapse)AuthorAge
* rawdec: remove ff_raw_read_headerLuca Barbato2012-10-25
| | | | It is not used anymore and is a kludge.
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-31
| | | | It's only used by raw demuxers for storing the codec id.
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
|
* rawdec: refactor private option for raw video demuxersAnton Khirnov2011-09-17
| | | | | | | | 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 Khirnov2011-09-17
|
* rawdec: add framerate private option.Anton Khirnov2011-06-04
|
* rawdec: add a pixel_format private option.Anton Khirnov2011-05-27
|
* rawdec: factor video demuxer definitions into a macro.Anton Khirnov2011-05-27
|
* rawdec: add video_size private option.Anton Khirnov2011-05-27
|
* rawdec: add sample_rate/channels private options.Anton Khirnov2011-05-25
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-30
Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk