index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libfaad
Age
Commit message (
Expand
)
Author
2007-09-21
Fix playback of HE-AACv2 (aka SBR+PS) files.
Magnus Holmgren
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2007-02-17
build with -Wundef to make sure we have spelled the defines right in #if lines
Daniel Stenberg
2006-10-27
Next step of Makefile tuning: * Use 'make' internal commands for printing mes...
Jens Arnold
2006-10-23
Consistent style of 'make' messages. Always use ranlib after ar.
Jens Arnold
2006-10-10
AAC codec: Fix buffer overrun on high-bitrate files.
Magnus Holmgren
2006-10-01
AAC codec: Reduce IRAM usage slightly, to fix the profile builds (on Coldfire).
Magnus Holmgren
2006-09-24
Fix the warning.
Magnus Holmgren
2006-09-24
Apply a bunch of simple AAC decoder optimizations. Biggest speedup is on Cold...
Magnus Holmgren
2006-09-24
Add profiling support for libfaad, and enable a small optimization.
Magnus Holmgren
2006-09-02
settings.h includs button.h that includes target-button.h so we need to make
Daniel Stenberg
2006-08-10
Only cast if value is used. This should fix a build warning.
Antoine Cellerier
2006-02-24
prevent rockbox from using the wrong includes
Marcoen Hirschberg
2005-12-05
Codec makefile cleanup: remove redundant things, don't generate dependency fi...
Magnus Holmgren
2005-11-12
"signed char" police
Dave Chapman
2005-11-02
Use direct non-interleaved full precision output data instead of converting t...
Thom Johansen
2005-11-02
Better place for EMAC init.
Thom Johansen
2005-11-01
Init EMAC properly.
Thom Johansen
2005-11-01
Added some EMAC optimised fixed point routines.
Thom Johansen
2005-11-01
Removed msvc-style x86 inline asm. Now the iriver win32 sim builds again.
Jens Arnold
2005-11-01
Fix gcc4 warnings for simulator builds
Dave Chapman
2005-10-31
Changes to make libfaad compile in Rockbox. Also remove compiler warnings, u...
Dave Chapman
2005-10-31
Initial check-in of unmodified libfaad (part of the FAAD2 project). This is ...
Dave Chapman