summaryrefslogtreecommitdiff
path: root/libavcodec/aac.c
Commit message (Collapse)AuthorAge
...
* Avoid duplicating compute_lpc_coefs() function in both the RA288 and AAC ↵Vitor Sessak2008-09-04
| | | | | | decoders. Originally committed as revision 15193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in element typeRobert Swain2008-08-29
| | | | Originally committed as revision 15037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary portion of a condition. This fixes issue607 and avoidsRobert Swain2008-08-29
| | | | | | another unintended bug where channel coupling could have been run on an SCE. Originally committed as revision 15036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. ReduceRobert Swain2008-08-22
| | | | | | | buffer sizes accordingly. This produces a ~10% overall decoding perfomance improvement. Originally committed as revision 14908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Whitespace cosmetics after the last commitRobert Swain2008-08-22
| | | | Originally committed as revision 14907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separate code in imdct_and_windowing() into distinct IMDCT, windowing andRobert Swain2008-08-22
| | | | | | buffer update sections Originally committed as revision 14906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitRobert Swain2008-08-21
| | | | Originally committed as revision 14882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Work around GCC variable may be used uninitialised warningRobert Swain2008-08-21
| | | | Originally committed as revision 14881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variableRobert Swain2008-08-21
| | | | Originally committed as revision 14880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ReindentRobert Swain2008-08-21
| | | | Originally committed as revision 14877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The comment about channel order for AAC 5.1 audio was not correct, fix it.Andreas Öman2008-08-21
| | | | Originally committed as revision 14875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain2008-08-21
| | | | | | alterations as appropriate Originally committed as revision 14873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed AAC decoder code hunksRobert Swain2008-08-18
| | | | Originally committed as revision 14829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed AAC decoder hunksRobert Swain2008-08-15
| | | | Originally committed as revision 14774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synchronise AAC decoder code with that from SoCRobert Swain2008-08-15
| | | | Originally committed as revision 14772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed sections of AAC decoder codeRobert Swain2008-08-15
| | | | Originally committed as revision 14770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synchronise code with AAC decoder in SoCRobert Swain2008-08-11
| | | | Originally committed as revision 14695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More OKed hunks of the AAC decoder from SoCRobert Swain2008-08-11
| | | | Originally committed as revision 14694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Sync already committed code with that in SoC and commit more OKed hunks of codeRobert Swain2008-08-09
| | | | Originally committed as revision 14674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OKed sections of code from the SoC AAC decoderRobert Swain2008-08-05
Originally committed as revision 14626 to svn://svn.ffmpeg.org/ffmpeg/trunk