| Commit message (Expand) | Author | Age | Files | Lines |
* | binkaudio: remove unused copy of AVCodecContext* | Peter Ross | 2011-02-15 | 1 | -3/+1 |
* | binkaudio: fix channel count check | Peter Ross | 2011-02-15 | 1 | -2/+2 |
* | Separate format conversion DSP functions from DSPContext. | Justin Ruggles | 2011-02-02 | 1 | -1/+5 |
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -5/+0 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | 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 |
* | Make code using 1d-DCT consistent with the API change | Vitor Sessak | 2010-04-03 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -2/+2 |
* | Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot... | Peter Ross | 2010-03-11 | 1 | -0/+5 |
* | Give RDFT types more meaningful names | Måns Rullgård | 2010-03-07 | 1 | -1/+1 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -0/+2 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -2/+2 |
* | Perform coefficient transformations in Bink Audio DCT decoder (issue1770) | Peter Ross | 2010-03-03 | 1 | -2/+5 |
* | Use reported_size to truncate final Bink Audio frame | Peter Ross | 2010-02-23 | 1 | -5/+1 |
* | Fix compilation of binkaudio_rdft when dct is disabled | Daniel Verkamp | 2010-02-19 | 1 | -6/+8 |
* | Update binkaudio to new DECLARE_ALIGNED syntax | Daniel Verkamp | 2010-01-31 | 1 | -2/+2 |
* | Bink Audio decoder | Peter Ross | 2010-01-31 | 1 | -0/+303 |