| Commit message (Expand) | Author | Age | Files | Lines |
* | aacdec: Convert some loop copies into memcpy()s. | Alex Converse | 2011-01-28 | 1 | -6/+3 |
* | cosmetics: indentation and spacing | Justin Ruggles | 2011-01-28 | 1 | -2/+2 |
* | Remove the add bias hack for the C version of DSPContext.float_to_int16_*(). | Justin Ruggles | 2011-01-28 | 1 | -26/+16 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -2/+2 |
* | Remove redundant checks against MIN_CACHE_BITS | Mans Rullgard | 2011-01-23 | 1 | -8/+0 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -5/+5 |
* | aaclatm: Eliminate dummy packets due to muxlength calculation. | Alex Converse | 2010-11-07 | 1 | -2/+2 |
* | aacdec: consume the audio specific config during LATM parsing | Janne Grunau | 2010-11-04 | 1 | -0/+2 |
* | aacdec: change type of data in decode_audio_specific_config parameters | Janne Grunau | 2010-11-02 | 1 | -1/+1 |
* | Add single stream LATM/LOAS decoder | Janne Grunau | 2010-11-02 | 1 | -0/+279 |
* | aacdec: pass avctx as logging context for decode_audio_specific_config | Janne Grunau | 2010-11-02 | 1 | -19/+30 |
* | aacdec: refactor the actual aac decoding code into its own function | Janne Grunau | 2010-11-02 | 1 | -23/+34 |
* | aacdec: return consumed bits in decode_audio_specific_config | Janne Grunau | 2010-11-02 | 1 | -2/+2 |
* | aacdec: add MPEG4AudioConfig as parameter for decode_audio_specific_config | Janne Grunau | 2010-11-02 | 1 | -13/+16 |
* | aacdec: Rework channel mapping compatibility hacks. | Alex Converse | 2010-09-10 | 1 | -23/+4 |
* | aacdec: Only load and write each predictor variable once. | Alex Converse | 2010-07-24 | 1 | -9/+12 |
* | aacdec: 4% faster main profile decoding. | Alex Converse | 2010-07-24 | 1 | -4/+7 |
* | aacdec: Eliminate the use of doubles in the MAIN predictor. | Alex Converse | 2010-07-12 | 1 | -2/+2 |
* | aacdec: Eliminate the use of doubles in decode_cce(). | Alex Converse | 2010-07-12 | 1 | -2/+2 |
* | aacdec: Use a LUT to generate CCE scale. | Alex Converse | 2010-07-12 | 1 | -1/+8 |
* | Split the ADTS header decoder off of the ADTS parser. | Alex Converse | 2010-07-12 | 1 | -1/+1 |
* | aacdec: Remove the warning about non-meaningful window transitions. | Alex Converse | 2010-07-12 | 1 | -4/+0 |
* | aacdec: remove checks for impossible error conditions | Måns Rullgård | 2010-07-07 | 1 | -37/+0 |
* | Remove non-existing stray arguments from Doxygen function documentation. | Diego Biurrun | 2010-07-02 | 1 | -5/+0 |
* | aactab: Tablegenify ff_aac_pow2sf_tab. | Alex Converse | 2010-06-23 | 1 | -5/+1 |
* | aacdec: cosmetics: (more) whitespace | Alex Converse | 2010-06-21 | 1 | -1/+1 |
* | aacdec: cosmetics: whitespace | Alex Converse | 2010-06-21 | 1 | -4/+5 |
* | aacdec: Factorize if (elem_type < TYPE_DSE). | Alex Converse | 2010-06-21 | 1 | -3/+3 |
* | aacdec: Handle the first frame being empty case. | Alex Converse | 2010-06-21 | 1 | -1/+5 |
* | Add HE-AAC v2 support to the AAC decoder. | Alex Converse | 2010-06-19 | 1 | -3/+13 |
* | aac: Move an initialization macro used only by the decoder out of the header. | Alex Converse | 2010-06-05 | 1 | -0/+6 |
* | Rename aac.c to aacdec.c. | Alex Converse | 2010-06-05 | 1 | -0/+2125 |