summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libfaad
AgeCommit message (Expand)AuthorFilesLines
2011-06-02FS#12141 by Sean BartellNils Wallménius4-1/+13
2011-05-12Trapped into ifdef-hell. Configure libfaad's IRAM/DRAM usage like it is meant...Andree Buschmann2-2/+3
2011-05-12The last submit had one define too much. Nevertheless fix the IRAM configurat...Andree Buschmann2-5/+8
2011-05-12libfaad: AAC including HE-profile needs ~470 KB for playback (measured on ARM...Andree Buschmann1-5/+3
2011-05-12Make libfaad compilable again without PS_DEC.Andree Buschmann1-0/+2
2011-05-11libfaad: Move PS related variables to sbr_info struct. This allows dynamic al...Andree Buschmann5-45/+26
2011-05-10Implement error handling for libfaad's memory allocation. Do not allocate PS ...Andree Buschmann7-35/+66
2011-05-08Minor loop optimization in libfaad's is/ms decoding.Andree Buschmann2-13/+14
2011-04-26Submit FS#12081. Check validity of channel configuration, comment unneeded co...Andree Buschmann1-1/+20
2011-04-24Rework of libfaad in several areas. Allow removal of malloc with a new define...Andree Buschmann24-617/+262
2011-04-24Clean up array sizes in the SBR + PS part of libfaad. Add MAX_NTSRPS (=38), u...Andree Buschmann8-29/+62
2011-03-20Headroom in AAC SBR HF-generator's fixed point implementation of autocorrelat...Andree Buschmann1-6/+6
2011-02-05Use the very large IRAM of S5L870x to speed up AAC-HE by ~1-5%.Andree Buschmann2-3/+13
2011-02-05Use MEM_ALIGN_ATTR in libfaad. Remove global array and re-use existing one.Andree Buschmann13-93/+93
2011-02-05Speed up AAC-HE SBR by 2% on S5L8701. Use MEM_ALIGN on critical arrays and av...Andree Buschmann3-33/+33
2011-01-12Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius1-5/+1
2010-11-02Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc ...Andree Buschmann1-2/+2
2010-09-14Minor macro redefinition in libfaad to avoid FIXED_POINT ifdef'ing.Andree Buschmann1-9/+3
2010-09-14More unification of FIXED_POINT and FLOAT. Small refactoring.Andree Buschmann3-78/+54
2010-09-14Also correct autocorrelation for yet undefined SBR_LOW_POWER. Unify FIXED_POI...Andree Buschmann1-102/+36
2010-09-14Fix scaling error that was introduced with r28069. With this fix the level of...Andree Buschmann1-4/+4
2010-09-14Correct comment.Andree Buschmann1-2/+2
2010-09-14Correct autocorrelation function in libfaad. It used the wrong fract part for...Andree Buschmann1-41/+32
2010-09-14Further libfaad cleanup. Make libfaad compilable for floating point. Floating...Andree Buschmann3-86/+42
2010-09-13Further libfaad cleanup.Andree Buschmann2-58/+15
2010-09-13Clean up libfaad's fixed point implementation.Andree Buschmann6-116/+75
2010-08-29Restore libfaad's IRAM configuration.Andree Buschmann1-2/+2
2010-08-29Fix FS#11539. Undo r23967 and use another way to achieve results for negative...Andree Buschmann2-99/+51
2010-08-26Fix residual aac-he distortion reported via forum. Bug was introduded with r2...Andree Buschmann1-2/+12
2010-08-23Fix libfaad error that was introduced with r27225. Noise bursts during playba...Andree Buschmann1-6/+13
2010-08-03faad: move inline function in headerRafaël Carré2-22/+21
2010-07-11Clean up libfaad's sbr-qmf code. Move array to correct #ifdef-path, introduce...Andree Buschmann1-52/+44
2010-07-11Minor correction to macros, beautification of loop.Andree Buschmann2-4/+4
2010-07-11Further changes to aac-he decoding. Refactor and rearrange dct tabs to be abl...Andree Buschmann1-128/+94
2010-07-11Revert accidental change.Jens Arnold1-2/+0
2010-07-11EMACify HE-AAC QMF on coldfire: 5% speedup on MCF5249.Jens Arnold2-20/+54
2010-07-11Refacture parts of libfaad filterbank. Faster windowing for 8-short-window se...Andree Buschmann1-46/+80
2010-07-10Just another MHz saved on ARM for aac he decoding.Andree Buschmann1-2/+43
2010-07-09More work on libfaad's aac he decoder. Resort table to allow more efficient l...Andree Buschmann2-369/+179
2010-07-09Revert r27359Rafaël Carré1-1/+1
2010-07-09Fix red. Remove a small array from IRAM that is not critical to performance.Andree Buschmann1-1/+1
2010-07-09Submit FS#11461. Major speedup for aac he profile (PP5002 +20%, PP5020 +15%, ...Andree Buschmann7-544/+202
2010-07-06Remove unneeded libfaad files from SOURCE.Andree Buschmann1-6/+0
2010-07-05Submit FS#11450. Change compile option for libfaad to -O2 for ARM target and ...Andree Buschmann1-0/+12
2010-07-01Remove false comment.Andree Buschmann1-1/+0
2010-07-01Fix red and yellow. Needed to remove one codebook from IRAM due to full IRAM ...Andree Buschmann2-3/+3
2010-07-01Submit FS#11445. Speed up of faad (aac) decoder via several optimizations lik...Andree Buschmann18-133/+108
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