summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libfaad/filtbank.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-24Rework of libfaad in several areas. Allow removal of malloc with a new define...Andree Buschmann1-4/+7
2011-02-05Use MEM_ALIGN_ATTR in libfaad. Remove global array and re-use existing one.Andree Buschmann1-2/+2
2010-07-11Refacture parts of libfaad filterbank. Faster windowing for 8-short-window se...Andree Buschmann1-46/+80
2010-02-20Use new MDCT library for libfaad. Speeds up AAC-LC by 2.5MHz.Michael Giacomelli1-11/+11
2009-04-29Fix FS#10174 by correcting an oversimplification of the AAC window switching ...Michael Giacomelli1-4/+16
2008-09-04Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...Michael Giacomelli1-107/+20
2008-08-10Use WMA windowing optimizations for AAC. Saves about 3.5MHz on Coldfire, and...Michael Giacomelli1-38/+146
2008-07-17Too much on the last commit.Michael Giacomelli1-5/+4
2008-07-17Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ...Michael Giacomelli1-4/+5
2006-09-24Apply a bunch of simple AAC decoder optimizations. Biggest speedup is on Cold...Magnus Holmgren1-1/+6
2005-10-31Changes to make libfaad compile in Rockbox. Also remove compiler warnings, u...Dave Chapman1-3/+6
2005-10-31Initial check-in of unmodified libfaad (part of the FAAD2 project). This is ...Dave Chapman1-0/+404