| Commit message (Expand) | Author | Age | Files | Lines |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | pcm-mpeg: correct bitrate calculation | Christian Schmidt | 2012-10-16 | 1 | -2/+2 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | pcm-mpeg: improve log message wording | Christian Schmidt | 2012-05-30 | 1 | -5/+5 |
* | pcm_mpeg: fix number of consumed bytes to include the header. | Hendrik Leppkes | 2012-05-29 | 1 | -1/+1 |
* | pcm_bluray: set bits_per_raw_sample for > 16-bit | Hendrik Leppkes | 2012-05-01 | 1 | -0/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -3/+4 |
* | pcm-mpeg: convert to bytestream2 API | Paul B Mahol | 2012-03-12 | 1 | -54/+56 |
* | lpcm: fix sample size calculation for 20bit LCPM. | Ronald S. Bultje | 2012-03-07 | 1 | -1/+1 |
* | pcm-mpeg: implement new audio decoding api | Hendrik Leppkes | 2011-12-07 | 1 | -17/+35 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+4 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -3/+3 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Use the new libavcore audio channel API. | Stefano Sabatini | 2010-11-21 | 1 | -13/+14 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -10/+10 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Remove pointless debug statement that fails to compile. | Diego Biurrun | 2009-09-08 | 1 | -6/+0 |
* | Make sample_fmts and channel_layouts compound literals const to reduce size of | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Decoder for LPCM as used in Bluray discs. | Christian Schmidt | 2009-08-26 | 1 | -0/+316 |