summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libfaad
AgeCommit message (Expand)AuthorFilesLines
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2010-02-22Remove all tabs within codec path.Andree Buschmann8-53/+53
2010-02-20Use new MDCT library for libfaad. Speeds up AAC-LC by 2.5MHz.Michael Giacomelli1-11/+11
2009-12-13Fix red, DESCALE_SHIFT macro was missing a right-parenthesis.Andrew Mahone1-2/+2
2009-12-13Libfaad pow2/log2 improvements:Andrew Mahone3-64/+105
2009-12-09Extend av_log2 in codeclib into a generic for scanning for set bits, which ca...Andrew Mahone3-63/+2
2009-04-29Fix FS#10174 by correcting an oversimplification of the AAC window switching ...Michael Giacomelli3-9/+24
2009-04-25Disable AAC-SBR, AAC-SSR, and AAC-PS on Sansa clip. Clean up warnings introd...Michael Giacomelli3-0/+8
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold1-1/+1
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-1/+1
2008-12-29Make local functions static in codecs, where possible.Bertrik Sikken1-1/+1
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg1-0/+1
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg3-45/+19
2008-09-04Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...Michael Giacomelli12-7010/+29
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 Giacomelli2-6/+4
2008-07-17Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ...Michael Giacomelli2-4/+6
2008-06-02Put pointer arrays in the correct iram section, tiny const police to make it ...Nils Wallménius1-2/+2
2008-05-05Fix a couple quirks from the previous commit.Nicolas Pennequin1-2/+2
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-2/+2
2008-03-09AAC decoder: Remove suspicious use of the REAL_CONST macro. I don't know what...Magnus Holmgren1-1/+1
2008-02-12Revert the buggy warning fix for gcc 4.2. It caused a sim built with gcc 4.2 ...Jens Arnold1-12/+4
2008-02-07make the gcc work-around somewhat more inclusive for gcc 4.2.X where X is 1Daniel Stenberg1-2/+3
2008-02-06a rather lame attempt to silence the gcc 4.2.3 warnings on what seems to beDaniel Stenberg1-2/+11
2007-12-09Revert previous 'fix'. Did not actually fix the warning as I wasn't paying at...Dan Everton1-2/+2
2007-12-09Fix warnings in libfaadDan Everton1-2/+2
2007-09-21Fix playback of HE-AACv2 (aka SBR+PS) files.Magnus Holmgren2-7/+8
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2-2/+2
2007-02-17build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg1-10/+10
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