| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\ |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | | Merge commit 'a25d912dca9cd553440167e0476c47581359c0fc' | Michael Niedermayer | 2012-10-17 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | pcm-mpeg: correct bitrate calculation | Christian Schmidt | 2012-10-16 | 1 | -2/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-30 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | pcm-mpeg: improve log message wording | Christian Schmidt | 2012-05-30 | 1 | -5/+5 |
* | | Merge commit 'f919cc7df6ab844bc12f89fe7bef4fb915a47725' | Michael Niedermayer | 2012-05-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -3/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-13 | 1 | -54/+56 |
|\ \
| |/ |
|
| * | pcm-mpeg: convert to bytestream2 API | Paul B Mahol | 2012-03-12 | 1 | -54/+56 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lpcm: fix sample size calculation for 20bit LCPM. | Ronald S. Bultje | 2012-03-07 | 1 | -1/+1 |
* | | pcm-mpeg: fix 10l condition flip | Michael Niedermayer | 2012-03-04 | 1 | -1/+1 |
* | | pcm-mpeg: Check for valid bps. | Michael Niedermayer | 2012-03-03 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-08 | 1 | -17/+35 |
|\ \
| |/ |
|
| * | pcm-mpeg: implement new audio decoding api | Hendrik Leppkes | 2011-12-07 | 1 | -17/+35 |
* | | pcm_bluray: set bits_per_raw_sample for > 16-bit | Hendrik Leppkes | 2011-10-24 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+4 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-16 | 1 | -1/+1 |
* | | Replace dprintf with av_dlog | Luca Barbato | 2011-01-30 | 1 | -3/+3 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |