summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad
AgeCommit message (Expand)Author
2010-07-11Clean up libfaad's sbr-qmf code. Move array to correct #ifdef-path, introduce...Andree Buschmann
2010-07-11Minor correction to macros, beautification of loop.Andree Buschmann
2010-07-11Further changes to aac-he decoding. Refactor and rearrange dct tabs to be abl...Andree Buschmann
2010-07-11Revert accidental change.Jens Arnold
2010-07-11EMACify HE-AAC QMF on coldfire: 5% speedup on MCF5249.Jens Arnold
2010-07-11Refacture parts of libfaad filterbank. Faster windowing for 8-short-window se...Andree Buschmann
2010-07-10Just another MHz saved on ARM for aac he decoding.Andree Buschmann
2010-07-09More work on libfaad's aac he decoder. Resort table to allow more efficient l...Andree Buschmann
2010-07-09Revert r27359Rafaël Carré
2010-07-09Fix red. Remove a small array from IRAM that is not critical to performance.Andree Buschmann
2010-07-09Submit FS#11461. Major speedup for aac he profile (PP5002 +20%, PP5020 +15%, ...Andree Buschmann
2010-07-06Remove unneeded libfaad files from SOURCE.Andree Buschmann
2010-07-05Submit FS#11450. Change compile option for libfaad to -O2 for ARM target and ...Andree Buschmann
2010-07-01Remove false comment.Andree Buschmann
2010-07-01Fix red and yellow. Needed to remove one codebook from IRAM due to full IRAM ...Andree Buschmann
2010-07-01Submit FS#11445. Speed up of faad (aac) decoder via several optimizations lik...Andree Buschmann
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-02-22Remove all tabs within codec path.Andree Buschmann
2010-02-20Use new MDCT library for libfaad. Speeds up AAC-LC by 2.5MHz.Michael Giacomelli
2009-12-13Fix red, DESCALE_SHIFT macro was missing a right-parenthesis.Andrew Mahone
2009-12-13Libfaad pow2/log2 improvements:Andrew Mahone
2009-12-09Extend av_log2 in codeclib into a generic for scanning for set bits, which ca...Andrew Mahone
2009-04-29Fix FS#10174 by correcting an oversimplification of the AAC window switching ...Michael Giacomelli
2009-04-25Disable AAC-SBR, AAC-SSR, and AAC-PS on Sansa clip. Clean up warnings introd...Michael Giacomelli
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg
2008-12-29Make local functions static in codecs, where possible.Bertrik Sikken
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-09-04Combine the Vorbis, WMA and AAC IMDCT functions and put them into the codecli...Michael Giacomelli
2008-08-10Use WMA windowing optimizations for AAC. Saves about 3.5MHz on Coldfire, and...Michael Giacomelli
2008-07-17Too much on the last commit.Michael Giacomelli
2008-07-17Use Tremor IMDCT for WMA. Gives a ~20% speedup on ARM and coldfire. All my ...Michael Giacomelli
2008-06-02Put pointer arrays in the correct iram section, tiny const police to make it ...Nils Wallménius
2008-05-05Fix a couple quirks from the previous commit.Nicolas Pennequin
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin
2008-03-09AAC decoder: Remove suspicious use of the REAL_CONST macro. I don't know what...Magnus Holmgren
2008-02-12Revert the buggy warning fix for gcc 4.2. It caused a sim built with gcc 4.2 ...Jens Arnold
2008-02-07make the gcc work-around somewhat more inclusive for gcc 4.2.X where X is 1Daniel Stenberg
2008-02-06a rather lame attempt to silence the gcc 4.2.3 warnings on what seems to beDaniel Stenberg
2007-12-09Revert previous 'fix'. Did not actually fix the warning as I wasn't paying at...Dan Everton
2007-12-09Fix warnings in libfaadDan Everton
2007-09-21Fix playback of HE-AACv2 (aka SBR+PS) files.Magnus Holmgren
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2007-02-17build with -Wundef to make sure we have spelled the defines right in #if linesDaniel Stenberg
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold
2006-10-10AAC codec: Fix buffer overrun on high-bitrate files.Magnus Holmgren
2006-10-01AAC codec: Reduce IRAM usage slightly, to fix the profile builds (on Coldfire).Magnus Holmgren