summaryrefslogtreecommitdiff
path: root/libavformat/rawdec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* latm: Do not give a score for a single instanceLuca Barbato2014-12-07
* latm: Add a probe functionLuca Barbato2014-05-03
* lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-11
* raw demuxer: initialize end of partial packetsJanne Grunau2012-12-05
* rawdec: remove ff_raw_read_headerLuca Barbato2012-10-25
* g722: refactor out of rawdec.cLuca Barbato2012-10-25
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: deprecate r_frame_rate.Anton Khirnov2012-07-29
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* rawdec: set timebase to 1/fps.Anton Khirnov2012-02-26
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-31
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* rawdec: Set start_time to 0 for raw audio files.Reimar Döffinger2012-01-01
* rawdec: don't set codec timebase.Anton Khirnov2011-12-10
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Create separate functions for the raw GSM demuxer.Justin Ruggles2011-11-02
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* shn: do not allow seeking in the raw shn demuxer.Justin Ruggles2011-10-13
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Add LATM demuxerJanne Grunau2011-09-22
* rawdec: refactor private option for raw video demuxersAnton Khirnov2011-09-17
* pcmdec: use unique classes for all pcm demuxers.Anton Khirnov2011-09-17
* rawdec: g722 is always 1 channel/16kHzAnton Khirnov2011-09-17
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* lavf,lavc: free avoptions in a generic way.Anton Khirnov2011-06-05
* rawdec: add framerate private option.Anton Khirnov2011-06-04
* rawdec: initialize return value to 0.Anton Khirnov2011-06-03
* rawdec: don't leak option strings.Anton Khirnov2011-06-03
* 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
* lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-25
* rawdec: add sample_rate/channels private options.Anton Khirnov2011-05-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: make get_partial_buffer internal.Anton Khirnov2011-02-21
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Add a muxer and demuxer for raw G.722Martin Storsjö2010-09-09
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-30