summaryrefslogtreecommitdiff
path: root/libavcodec/pcm-mpeg.c
Commit message (Expand)AuthorAgeFilesLines
* pcm-mpeg: implement new audio decoding apiHendrik Leppkes2011-12-071-17/+35
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Replace dprintf with av_dlogLuca Barbato2011-01-291-3/+3
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-211-13/+14
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-10/+10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove pointless debug statement that fails to compile.Diego Biurrun2009-09-081-6/+0
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-261-0/+316