| Commit message (Expand) | Author | Age | Files | Lines |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -9/+17 |
* | atrac1: use correct context for av_log() | Justin Ruggles | 2011-11-10 | 1 | -1/+1 |
* | atrac1: return appropriate error codes instead of -1 | Justin Ruggles | 2011-10-29 | 1 | -5/+5 |
* | atrac1: check for ff_mdct_init() failure | Justin Ruggles | 2011-10-29 | 1 | -15/+22 |
* | atrac1: use optimized float_interleave() function for stereo interleaving | Justin Ruggles | 2011-10-29 | 1 | -7/+19 |
* | atrac1: fix a typo | Justin Ruggles | 2011-10-29 | 1 | -1/+1 |
* | atrac1: validate number of channels | Justin Ruggles | 2011-10-29 | 1 | -0/+5 |
* | atrac1: decode mono audio directly to output buffer | Justin Ruggles | 2011-10-29 | 1 | -6/+2 |
* | atrac1: check output buffer size before decoding | Justin Ruggles | 2011-10-29 | 1 | -2/+9 |
* | Add AVX FFT implementation. | Vitor Sessak | 2011-04-26 | 1 | -10/+10 |
* | Move sine windows to a separate file | Mans Rullgard | 2011-03-20 | 1 | -0/+1 |
* | fft: remove inline wrappers for function pointers | Mans Rullgard | 2011-03-19 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Remove unneeded add bias from 3 functions. | Justin Ruggles | 2011-01-31 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Rename sf_table in atrac.c unit to ff_atrac_sf_table. | Diego Elio Pettenò | 2011-01-24 | 1 | -1/+1 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -1/+1 |
* | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje | 2010-04-21 | 1 | -9/+4 |
* | 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 |
* | Make some functions static | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Move FFT parts from dsputil.h to fft.h | Måns Rullgård | 2010-03-06 | 1 | -0/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -10/+10 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -10/+10 |
* | Add support for hard-coded MDCT-related ff_sine_windows tables. | Reimar Döffinger | 2010-01-09 | 1 | -1/+1 |
* | Reindent code folowing previous commit (r20019) | Vitor Sessak | 2009-09-24 | 1 | -18/+18 |
* | Factorize duplicated code in at1_imdct_block() | Vitor Sessak | 2009-09-24 | 1 | -18/+17 |
* | Mention SDDS so search engines will pick it up for when someone | Benjamin Larsson | 2009-09-22 | 1 | -1/+1 |
* | Use ff_sine_32 in atrac1. | Benjamin Larsson | 2009-09-22 | 1 | -5/+3 |
* | Add forgotten cleanup function in atrac1. | Benjamin Larsson | 2009-09-21 | 1 | -1/+12 |
* | Cosmetics, indentation. | Benjamin Larsson | 2009-09-21 | 1 | -1/+1 |
* | Cosmetics. Merge declaration and initialization. | Benjamin Larsson | 2009-09-21 | 1 | -3/+1 |
* | Move the scale factor and word length indexes to the stack. | Benjamin Larsson | 2009-09-21 | 1 | -7/+7 |
* | Merge FFTContext and MDCTContext | Måns Rullgård | 2009-09-20 | 1 | -2/+2 |
* | Fix embarassing typo in last commit: Restore mistakenly removed ','. | Diego Biurrun | 2009-09-20 | 1 | -1/+1 |
* | K&R coding style whitespace cosmetics | Diego Biurrun | 2009-09-20 | 1 | -47/+48 |
* | Align sample output buffer in atrac1. | Benjamin Larsson | 2009-09-19 | 1 | -1/+1 |
* | Fix the short block transform for atrac1. | Benjamin Larsson | 2009-09-19 | 1 | -15/+7 |
* | Only use one mdct window size in atrac1. | Benjamin Larsson | 2009-09-17 | 1 | -50/+22 |
* | Cosmetics. Renames, indentation and spacing. | Benjamin Larsson | 2009-09-13 | 1 | -20/+28 |
* | Initial commit of the atrac1 decoder, not hooked up yet | Benjamin Larsson | 2009-09-10 | 1 | -0/+402 |