summaryrefslogtreecommitdiffstats
path: root/libavcodec/aacdec.c
Commit message (Collapse)AuthorAgeFilesLines
* aacdec: Only load and write each predictor variable once.Alex Converse2010-07-241-9/+12
| | | | | | This is slightly faster and opens the door for further optimization. Originally committed as revision 24475 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: 4% faster main profile decoding.Alex Converse2010-07-241-4/+7
| | | | Originally committed as revision 24474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Eliminate the use of doubles in the MAIN predictor.Alex Converse2010-07-121-2/+2
| | | | Originally committed as revision 24226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Eliminate the use of doubles in decode_cce().Alex Converse2010-07-121-2/+2
| | | | Originally committed as revision 24225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Use a LUT to generate CCE scale.Alex Converse2010-07-121-1/+8
| | | | Originally committed as revision 24224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split the ADTS header decoder off of the ADTS parser.Alex Converse2010-07-121-1/+1
| | | | | | | The AAC decoder and ADTS-to-ASC BSF both require the header decoder but not full parsing capabilities. Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Remove the warning about non-meaningful window transitions.Alex Converse2010-07-121-4/+0
| | | | | | | | It created false positives on seeks and where the first frame is STOP or SHORT. It failed to warn in illegal SHORT->LONG transitions. In general it created much confusion and many junk bug reports from the users. Originally committed as revision 24214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: remove checks for impossible error conditionsMåns Rullgård2010-07-071-37/+0
| | | | Originally committed as revision 24097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-021-5/+0
| | | | Originally committed as revision 23976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-231-5/+1
| | | | Originally committed as revision 23740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: cosmetics: (more) whitespaceAlex Converse2010-06-211-1/+1
| | | | Originally committed as revision 23676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: cosmetics: whitespaceAlex Converse2010-06-211-4/+5
| | | | Originally committed as revision 23675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Factorize if (elem_type < TYPE_DSE).Alex Converse2010-06-211-3/+3
| | | | Originally committed as revision 23674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Handle the first frame being empty case.Alex Converse2010-06-211-1/+5
| | | | Originally committed as revision 23673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-191-3/+13
| | | | Originally committed as revision 23647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aac: Move an initialization macro used only by the decoder out of the header.Alex Converse2010-06-051-0/+6
| | | | Originally committed as revision 23490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename aac.c to aacdec.c.Alex Converse2010-06-051-0/+2125
Originally committed as revision 23489 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud