]> git.sesse.net Git - ffmpeg/history - libavcodec/pcm-mpeg.c
flacdec: allow mid-stream channel layout change
[ffmpeg] / libavcodec / pcm-mpeg.c
2012-10-16 Christian Schmidtpcm-mpeg: correct bitrate calculation
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-05-30 Christian Schmidtpcm-mpeg: improve log message wording
2012-05-29 Hendrik Leppkespcm_mpeg: fix number of consumed bytes to include the...
2012-05-02 Hendrik Leppkespcm_bluray: set bits_per_raw_sample for > 16-bit
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-03-12 Paul B Maholpcm-mpeg: convert to bytestream2 API
2012-03-07 Ronald S. Bultjelpcm: fix sample size calculation for 20bit LCPM.
2011-12-07 Hendrik Leppkespcm-mpeg: implement new audio decoding api
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2010-11-21 Stefano SabatiniUse the new libavcore audio channel API.
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-09-08 Diego BiurrunRemove pointless debug statement that fails to compile.
2009-09-06 Reimar DöffingerMake sample_fmts and channel_layouts compound literals...
2009-08-26 Christian SchmidtDecoder for LPCM as used in Bluray discs.