summaryrefslogtreecommitdiff
path: root/libavcodec/pcm-mpeg.c
Commit message (Expand)AuthorAge
* pcm_bluray: rename pcm-mpeg.c to pcm-bluray.cChristian Schmidt2013-08-31
* pcm_bluray: Return AVERROR_INVALIDDATA instead of -1 on header errorsChristian Schmidt2013-08-06
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* pcm-bluray: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles2012-11-11
* pcm-mpeg: correct bitrate calculationChristian Schmidt2012-10-16
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* pcm-mpeg: improve log message wordingChristian Schmidt2012-05-30
* pcm_mpeg: fix number of consumed bytes to include the header.Hendrik Leppkes2012-05-29
* pcm_bluray: set bits_per_raw_sample for > 16-bitHendrik Leppkes2012-05-01
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* pcm-mpeg: convert to bytestream2 APIPaul B Mahol2012-03-12
* lpcm: fix sample size calculation for 20bit LCPM.Ronald S. Bultje2012-03-07
* pcm-mpeg: implement new audio decoding apiHendrik Leppkes2011-12-07
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use the new libavcore audio channel API.Stefano Sabatini2010-11-21
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove pointless debug statement that fails to compile.Diego Biurrun2009-09-08
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-06
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-26