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