summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad (follow)
Commit message (Expand)AuthorAge
* Submit FS#12081. Check validity of channel configuration, comment unneeded co...Andree Buschmann2011-04-26
* Rework of libfaad in several areas. Allow removal of malloc with a new define...Andree Buschmann2011-04-24
* Clean up array sizes in the SBR + PS part of libfaad. Add MAX_NTSRPS (=38), u...Andree Buschmann2011-04-24
* Headroom in AAC SBR HF-generator's fixed point implementation of autocorrelat...Andree Buschmann2011-03-20
* Use the very large IRAM of S5L870x to speed up AAC-HE by ~1-5%.Andree Buschmann2011-02-05
* Use MEM_ALIGN_ATTR in libfaad. Remove global array and re-use existing one.Andree Buschmann2011-02-05
* Speed up AAC-HE SBR by 2% on S5L8701. Use MEM_ALIGN on critical arrays and av...Andree Buschmann2011-02-05
* Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius2011-01-12
* Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc ...Andree Buschmann2010-11-02
* Minor macro redefinition in libfaad to avoid FIXED_POINT ifdef'ing.Andree Buschmann2010-09-14
* More unification of FIXED_POINT and FLOAT. Small refactoring.Andree Buschmann2010-09-14
* Also correct autocorrelation for yet undefined SBR_LOW_POWER. Unify FIXED_POI...Andree Buschmann2010-09-14
* Fix scaling error that was introduced with r28069. With this fix the level of...Andree Buschmann2010-09-14
* Correct comment.Andree Buschmann2010-09-14
* Correct autocorrelation function in libfaad. It used the wrong fract part for...Andree Buschmann2010-09-14
* Further libfaad cleanup. Make libfaad compilable for floating point. Floating...Andree Buschmann2010-09-14
* Further libfaad cleanup.Andree Buschmann2010-09-13
* Clean up libfaad's fixed point implementation.Andree Buschmann2010-09-13
* Restore libfaad's IRAM configuration.Andree Buschmann2010-08-29
* Fix FS#11539. Undo r23967 and use another way to achieve results for negative...Andree Buschmann2010-08-29
* Fix residual aac-he distortion reported via forum. Bug was introduded with r2...Andree Buschmann2010-08-26
* Fix libfaad error that was introduced with r27225. Noise bursts during playba...Andree Buschmann2010-08-23
* faad: move inline function in headerRafaël Carré2010-08-03
* Clean up libfaad's sbr-qmf code. Move array to correct #ifdef-path, introduce...Andree Buschmann2010-07-11
* Minor correction to macros, beautification of loop.Andree Buschmann2010-07-11
* Further changes to aac-he decoding. Refactor and rearrange dct tabs to be abl...Andree Buschmann2010-07-11
* Revert accidental change.Jens Arnold2010-07-11
* EMACify HE-AAC QMF on coldfire: 5% speedup on MCF5249.Jens Arnold2010-07-11
* Refacture parts of libfaad filterbank. Faster windowing for 8-short-window se...Andree Buschmann2010-07-11
* Just another MHz saved on ARM for aac he decoding.Andree Buschmann2010-07-10
* More work on libfaad's aac he decoder. Resort table to allow more efficient l...Andree Buschmann2010-07-09
* Revert r27359Rafaël Carré2010-07-09
* Fix red. Remove a small array from IRAM that is not critical to performance.Andree Buschmann2010-07-09
* Submit FS#11461. Major speedup for aac he profile (PP5002 +20%, PP5020 +15%, ...Andree Buschmann2010-07-09
* Remove unneeded libfaad files from SOURCE.Andree Buschmann2010-07-06
* Submit FS#11450. Change compile option for libfaad to -O2 for ARM target and ...Andree Buschmann2010-07-05
* Remove false comment.Andree Buschmann2010-07-01
* Fix red and yellow. Needed to remove one codebook from IRAM due to full IRAM ...Andree Buschmann2010-07-01
* Submit FS#11445. Speed up of faad (aac) decoder via several optimizations lik...Andree Buschmann2010-07-01
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Remove all tabs within codec path.Andree Buschmann2010-02-22
* Use new MDCT library for libfaad. Speeds up AAC-LC by 2.5MHz.Michael Giacomelli2010-02-20
* Fix red, DESCALE_SHIFT macro was missing a right-parenthesis.Andrew Mahone2009-12-13
* Libfaad pow2/log2 improvements:Andrew Mahone2009-12-13
* Extend av_log2 in codeclib into a generic for scanning for set bits, which ca...Andrew Mahone2009-12-09
* Fix FS#10174 by correcting an oversimplification of the AAC window switching ...Michael Giacomelli2009-04-29
* Disable AAC-SBR, AAC-SSR, and AAC-PS on Sansa clip. Clean up warnings introd...Michael Giacomelli2009-04-25
* Silence warning from 'ar' if the archive had to be created.Jens Arnold2009-03-01
* Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg2009-02-23
* Make local functions static in codecs, where possible.Bertrik Sikken2008-12-29