]> git.sesse.net Git - ffmpeg/history - libavcodec/aac.c
Use ff_imdct_half() and vector_fmul_window() for IMDCT and windowing. Reduce
[ffmpeg] / libavcodec / aac.c
2008-08-22 Robert SwainUse ff_imdct_half() and vector_fmul_window() for IMDCT...
2008-08-22 Robert SwainWhitespace cosmetics after the last commit
2008-08-22 Robert SwainSeparate code in imdct_and_windowing() into distinct...
2008-08-21 Robert SwainReindent after last commit
2008-08-21 Robert SwainWork around GCC variable may be used uninitialised...
2008-08-21 Robert SwainRemove unused variable
2008-08-21 Robert SwainReindent
2008-08-21 Andreas ÖmanThe comment about channel order for AAC 5.1 audio was...
2008-08-21 Robert SwainLast hunk of the AAC decoder code to be OKed and build...
2008-08-18 Robert SwainMore OKed AAC decoder code hunks
2008-08-15 Robert SwainMore OKed AAC decoder hunks
2008-08-15 Robert SwainSynchronise AAC decoder code with that from SoC
2008-08-15 Robert SwainMore OKed sections of AAC decoder code
2008-08-11 Robert SwainSynchronise code with AAC decoder in SoC
2008-08-11 Robert SwainMore OKed hunks of the AAC decoder from SoC
2008-08-09 Robert SwainSync already committed code with that in SoC and commit...
2008-08-05 Robert SwainOKed sections of code from the SoC AAC decoder