summaryrefslogtreecommitdiffstats
path: root/libavformat/rawdec.c
Commit message (Expand)AuthorAgeFilesLines
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-2/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-10/+10
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-1/+4
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-9/+9
* rawdec: set timebase to 1/fps.Anton Khirnov2012-02-261-1/+1
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-311-8/+8
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-5/+3
* rawdec: Set start_time to 0 for raw audio files.Reimar Döffinger2012-01-011-0/+1
* rawdec: don't set codec timebase.Anton Khirnov2011-12-101-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-3/+4
* Create separate functions for the raw GSM demuxer.Justin Ruggles2011-11-021-12/+0
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-3/+3
* shn: do not allow seeking in the raw shn demuxer.Justin Ruggles2011-10-131-1/+1
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* Add LATM demuxerJanne Grunau2011-09-221-0/+12
* rawdec: refactor private option for raw video demuxersAnton Khirnov2011-09-171-13/+2
* pcmdec: use unique classes for all pcm demuxers.Anton Khirnov2011-09-171-13/+0
* rawdec: g722 is always 1 channel/16kHzAnton Khirnov2011-09-171-4/+5
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-151-21/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-30/+21
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-051-4/+0
* rawdec: add framerate private option.Anton Khirnov2011-06-041-18/+30
* rawdec: initialize return value to 0.Anton Khirnov2011-06-031-1/+1
* rawdec: don't leak option strings.Anton Khirnov2011-06-031-1/+0
* rawdec: add a pixel_format private option.Anton Khirnov2011-05-271-10/+19
* rawdec: factor video demuxer definitions into a macro.Anton Khirnov2011-05-271-21/+2
* rawdec: add video_size private option.Anton Khirnov2011-05-271-3/+37
* lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-251-0/+2
* rawdec: add sample_rate/channels private options.Anton Khirnov2011-05-251-5/+31
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* avio: make get_partial_buffer internal.Anton Khirnov2011-02-211-1/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-7/+7
* Add a muxer and demuxer for raw G.722Martin Storsjö2010-09-091-0/+14
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-301-0/+221
OpenPOWER on IntegriCloud