summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libfaad
AgeCommit message (Expand)AuthorFilesLines
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-5/+3
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+2
2006-10-10AAC codec: Fix buffer overrun on high-bitrate files.Magnus Holmgren1-1/+8
2006-10-01AAC codec: Reduce IRAM usage slightly, to fix the profile builds (on Coldfire).Magnus Holmgren1-4/+4
2006-09-24Fix the warning.Magnus Holmgren1-0/+4
2006-09-24Apply a bunch of simple AAC decoder optimizations. Biggest speedup is on Cold...Magnus Holmgren11-41/+62
2006-09-24Add profiling support for libfaad, and enable a small optimization.Magnus Holmgren2-9/+2
2006-09-02settings.h includs button.h that includes target-button.h so we need to makeDaniel Stenberg1-2/+2
2006-08-10Only cast if value is used. This should fix a build warning.Antoine Cellerier1-1/+2
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren1-8/+5
2005-11-12"signed char" policeDave Chapman1-1/+1
2005-11-02Use direct non-interleaved full precision output data instead of converting t...Thom Johansen1-1/+2
2005-11-02Better place for EMAC init.Thom Johansen1-4/+4
2005-11-01Init EMAC properly.Thom Johansen1-0/+4
2005-11-01Added some EMAC optimised fixed point routines.Thom Johansen1-1/+78
2005-11-01Removed msvc-style x86 inline asm. Now the iriver win32 sim builds again.Jens Arnold1-92/+1
2005-11-01Fix gcc4 warnings for simulator buildsDave Chapman1-3/+3
2005-10-31Changes to make libfaad compile in Rockbox. Also remove compiler warnings, u...Dave Chapman25-63/+334
2005-10-31Initial check-in of unmodified libfaad (part of the FAAD2 project). This is ...Dave Chapman94-0/+60360