summaryrefslogtreecommitdiff
path: root/libavcodec/aacdec.c
Commit message (Collapse)AuthorAge
* aactab: Tablegenify ff_aac_pow2sf_tab.Alex Converse2010-06-23
| | | | Originally committed as revision 23740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: cosmetics: (more) whitespaceAlex Converse2010-06-21
| | | | Originally committed as revision 23676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: cosmetics: whitespaceAlex Converse2010-06-21
| | | | Originally committed as revision 23675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Factorize if (elem_type < TYPE_DSE).Alex Converse2010-06-21
| | | | Originally committed as revision 23674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacdec: Handle the first frame being empty case.Alex Converse2010-06-21
| | | | Originally committed as revision 23673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add HE-AAC v2 support to the AAC decoder.Alex Converse2010-06-19
| | | | 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-05
| | | | Originally committed as revision 23490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename aac.c to aacdec.c.Alex Converse2010-06-05
Originally committed as revision 23489 to svn://svn.ffmpeg.org/ffmpeg/trunk