summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec.c
Commit message (Expand)AuthorAge
* aacdec: Rework channel mapping compatibility hacks.Alex Converse2010-09-10
* aacdec: Only load and write each predictor variable once.Alex Converse2010-07-24
* aacdec: 4% faster main profile decoding.Alex Converse2010-07-24
* aacdec: Eliminate the use of doubles in the MAIN predictor.Alex Converse2010-07-12
* aacdec: Eliminate the use of doubles in decode_cce().Alex Converse2010-07-12
* aacdec: Use a LUT to generate CCE scale.Alex Converse2010-07-12
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-12
* aacdec: Remove the warning about non-meaningful window transitions.Alex Converse2010-07-12
* aacdec: remove checks for impossible error conditionsMåns Rullgård2010-07-07
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-02
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-23
* aacdec: cosmetics: (more) whitespaceAlex Converse2010-06-21
* aacdec: cosmetics: whitespaceAlex Converse2010-06-21
* aacdec: Factorize if (elem_type < TYPE_DSE).Alex Converse2010-06-21
* aacdec: Handle the first frame being empty case.Alex Converse2010-06-21
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-19
* aac: Move an initialization macro used only by the decoder out of the header.Alex Converse2010-06-05
* Rename aac.c to aacdec.c.Alex Converse2010-06-05