index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libfaad
(
unfollow
)
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2011-10-08
Remove errorneous ; after "for" statement.
Thomas Jarosch
2011-09-14
Roll back r30509 after discussion on irc. Activating AAC-HE SBR will not work...
Andree Buschmann
2011-09-12
AAC: Enable SBR decoding for all targets
Rafaël Carré
2011-08-26
Fix an issue in libfaad found by static code analysis. Two arrays within the ...
Andree Buschmann
2011-08-18
FS#12231
Nils Wallménius
2011-06-02
FS#12141 by Sean Bartell
Nils Wallménius
2011-05-12
Trapped into ifdef-hell. Configure libfaad's IRAM/DRAM usage like it is meant...
Andree Buschmann
2011-05-12
The last submit had one define too much. Nevertheless fix the IRAM configurat...
Andree Buschmann
2011-05-12
libfaad: AAC including HE-profile needs ~470 KB for playback (measured on ARM...
Andree Buschmann
2011-05-12
Make libfaad compilable again without PS_DEC.
Andree Buschmann
2011-05-11
libfaad: Move PS related variables to sbr_info struct. This allows dynamic al...
Andree Buschmann
2011-05-10
Implement error handling for libfaad's memory allocation. Do not allocate PS ...
Andree Buschmann
2011-05-08
Minor loop optimization in libfaad's is/ms decoding.
Andree Buschmann
2011-04-26
Submit FS#12081. Check validity of channel configuration, comment unneeded co...
Andree Buschmann
2011-04-24
Rework of libfaad in several areas. Allow removal of malloc with a new define...
Andree Buschmann
2011-04-24
Clean up array sizes in the SBR + PS part of libfaad. Add MAX_NTSRPS (=38), u...
Andree Buschmann
2011-03-20
Headroom in AAC SBR HF-generator's fixed point implementation of autocorrelat...
Andree Buschmann
2011-02-05
Use the very large IRAM of S5L870x to speed up AAC-HE by ~1-5%.
Andree Buschmann
2011-02-05
Use MEM_ALIGN_ATTR in libfaad. Remove global array and re-use existing one.
Andree Buschmann
2011-02-05
Speed up AAC-HE SBR by 2% on S5L8701. Use MEM_ALIGN on critical arrays and av...
Andree Buschmann
2011-01-12
Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1
Nils Wallménius
2010-11-02
Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc ...
Andree Buschmann
2010-09-14
Minor macro redefinition in libfaad to avoid FIXED_POINT ifdef'ing.
Andree Buschmann
2010-09-14
More unification of FIXED_POINT and FLOAT. Small refactoring.
Andree Buschmann
2010-09-14
Also correct autocorrelation for yet undefined SBR_LOW_POWER. Unify FIXED_POI...
Andree Buschmann
2010-09-14
Fix scaling error that was introduced with r28069. With this fix the level of...
Andree Buschmann
2010-09-14
Correct comment.
Andree Buschmann
2010-09-14
Correct autocorrelation function in libfaad. It used the wrong fract part for...
Andree Buschmann
2010-09-14
Further libfaad cleanup. Make libfaad compilable for floating point. Floating...
Andree Buschmann
2010-09-13
Further libfaad cleanup.
Andree Buschmann
2010-09-13
Clean up libfaad's fixed point implementation.
Andree Buschmann
2010-08-29
Restore libfaad's IRAM configuration.
Andree Buschmann
2010-08-29
Fix FS#11539. Undo r23967 and use another way to achieve results for negative...
Andree Buschmann
2010-08-26
Fix residual aac-he distortion reported via forum. Bug was introduded with r2...
Andree Buschmann
2010-08-23
Fix libfaad error that was introduced with r27225. Noise bursts during playba...
Andree Buschmann
2010-08-03
faad: move inline function in header
Rafaël Carré
2010-07-11
Clean up libfaad's sbr-qmf code. Move array to correct #ifdef-path, introduce...
Andree Buschmann
2010-07-11
Minor correction to macros, beautification of loop.
Andree Buschmann
2010-07-11
Further changes to aac-he decoding. Refactor and rearrange dct tabs to be abl...
Andree Buschmann
2010-07-11
Revert accidental change.
Jens Arnold
2010-07-11
EMACify HE-AAC QMF on coldfire: 5% speedup on MCF5249.
Jens Arnold
2010-07-11
Refacture parts of libfaad filterbank. Faster windowing for 8-short-window se...
Andree Buschmann
2010-07-10
Just another MHz saved on ARM for aac he decoding.
Andree Buschmann
2010-07-09
More work on libfaad's aac he decoder. Resort table to allow more efficient l...
Andree Buschmann
2010-07-09
Revert r27359
Rafaël Carré
2010-07-09
Fix red. Remove a small array from IRAM that is not critical to performance.
Andree Buschmann
2010-07-09
Submit FS#11461. Major speedup for aac he profile (PP5002 +20%, PP5020 +15%, ...
Andree Buschmann
2010-07-06
Remove unneeded libfaad files from SOURCE.
Andree Buschmann
2010-07-05
Submit FS#11450. Change compile option for libfaad to -O2 for ARM target and ...
Andree Buschmann
[next]