summaryrefslogtreecommitdiff
path: root/libavformat/pcmdec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* pcmdec: replace a reachable assert with an error checkAnton Khirnov2014-02-10
* pcm: change references to raw to pcmLuca Barbato2012-10-25
* pcmdec: change default of channels parameter to 1Janne Grunau2012-10-25
* pcmdec: remove dependency from rawdecLuca Barbato2012-10-25
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* lavf: rename AVInputFormat.value to raw_codec_id.Anton Khirnov2012-01-31
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations.Diego Biurrun2011-09-24
* pcmdec: use unique classes for all pcm demuxers.Anton Khirnov2011-09-17
* rawdec: add sample_rate/channels private options.Anton Khirnov2011-05-25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-30
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30