| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-27 | 1 | -1/+1 |
|\ |
|
| * | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-21 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Move dct and rdft definitions to separate files | Mans Rullgard | 2011-03-20 | 1 | -1/+2 |
| * | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Bink version 'b' audio decoder | Peter Ross | 2011-02-25 | 1 | -5/+17 |
| * | binkaudio: simplify frame_len_bits and frame_len calculation | Peter Ross | 2011-02-25 | 1 | -4/+2 |
| * | binkaudio: remove unnecessary loop | Peter Ross | 2011-02-25 | 1 | -5/+2 |
| * | binkaudio: perform band table scaling in decode_init | Peter Ross | 2011-02-25 | 1 | -5/+5 |
| * | 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 |
* | | Bink version 'b' audio decoder | Peter Ross | 2011-02-26 | 1 | -5/+17 |
* | | binkaudio: simplify frame_len_bits and frame_len calculation | Peter Ross | 2011-02-26 | 1 | -4/+2 |
* | | binkaudio: remove unnecessary loop | Peter Ross | 2011-02-26 | 1 | -5/+2 |
* | | binkaudio: perform band table scaling in decode_init | Peter Ross | 2011-02-26 | 1 | -5/+5 |
* | | 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-04 | 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-28 | 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 |