| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0' | Michael Niedermayer | 2012-10-02 | 1 | -2/+4 |
|\ |
|
| * | mpc7/8: use planar sample format | Justin Ruggles | 2012-10-01 | 1 | -2/+4 |
* | | 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 |
* | | mpc7: remove duplicated definitions | Paul B Mahol | 2012-08-06 | 1 | -4/+0 |
* | | mpc7: Initialize AVFrame properly | Michael Niedermayer | 2012-07-26 | 1 | -3/+3 |
* | | mpc7: fix handling of last frame | Michael Niedermayer | 2012-06-02 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
| * | mpc: pad mpc_CC/SCF[] tables to allow for negative indices. | Ronald S. Bultje | 2012-03-10 | 1 | -2/+2 |
* | | mpc7: check subband index | Michael Niedermayer | 2012-03-10 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | mpc7: assign an error level + context to av_log() msg. | Ronald S. Bultje | 2012-02-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-03 | 1 | -17/+29 |
|\ \
| |/ |
|
| * | mpc7: use av_fast_padded_malloc() | Justin Ruggles | 2012-02-01 | 1 | -7/+13 |
| * | mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes | Justin Ruggles | 2012-02-01 | 1 | -14/+26 |
| * | mpc7: check for allocation failure | Justin Ruggles | 2012-01-30 | 1 | -0/+2 |
| * | mpc7: align local temp buffer | Justin Ruggles | 2012-01-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-31 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Use av_fast_padded_malloc in fraps and mpc decoders. | Reimar Döffinger | 2012-01-18 | 1 | -6/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-03 | 1 | -11/+18 |
|\ \
| |/ |
|
| * | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -11/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-12 | 1 | -1/+8 |
|\ \
| |/ |
|
| * | mpc7: only support stereo input. | Justin Ruggles | 2011-11-11 | 1 | -1/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | mpc7: Fix memset call in mpc7_decode_frame function | Alex Converse | 2011-11-10 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-03 | 1 | -2/+9 |
|\ \
| |/ |
|
| * | mpc7: return error if packet is too small. | Justin Ruggles | 2011-10-02 | 1 | -0/+1 |
| * | mpc7: check output buffer size before decoding | Justin Ruggles | 2011-10-02 | 1 | -2/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -8/+6 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-20 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Move some mpegaudio functions to new mpegaudiodsp subsystem | Mans Rullgard | 2011-05-19 | 1 | -1/+2 |
| * | 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 remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
| * | 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 remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Musepack SV8 supports "mono" files (though it still codes them as stereo), | Kostya Shishkov | 2010-11-21 | 1 | -1/+1 |
* | 16l trocadero: Musepack SV7 decoder may skip more than 16 bits at the | Kostya Shishkov | 2010-11-15 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | 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 |
* | Move variable declaration to block where it is used and simplify code. | Reimar Döffinger | 2010-01-28 | 1 | -2/+3 |
* | Extract duplicated code into a separate function. | Reimar Döffinger | 2010-01-28 | 1 | -10/+13 |
* | Fix an issue uncovered by commit 20623: | Attila Kinali | 2009-11-30 | 1 | -2/+3 |