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
/
libalac
/
alac.c
(
unfollow
)
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2011-06-02
FS#12141 by Sean Bartell
Nils Wallménius
2011-06-01
FS#12140 by Sean Bartell, Make various codec stuff static.
Nils Wallménius
2011-04-16
Fix yellow.
Andree Buschmann
2011-04-16
Refactor alac decoder as preparation for upcoming m4a changes. The alac decod...
Andree Buschmann
2010-02-03
FS #10690: Add support for 24 bit ALAC files based on libalac 0.2.0
Tom Ross
2009-12-09
Extend av_log2 in codeclib into a generic for scanning for set bits, which ca...
Andrew Mahone
2009-11-29
Use clz instruction to count leading zeroes on armv5+, gives about 2% speedup...
Nils Wallménius
2009-03-04
Cosmetic fix: remove duplicate semicolons
Bertrik Sikken
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2007-12-01
Remove the mallocs for the codecdata in the m4a parser and assume a maximum s...
Dave Chapman
2006-11-09
Added macros controlling what goes to IRAM on different targets.
Tomasz Malesinski
2006-02-05
A better count_leading_zeros() function, courtesy of Jens Arnold
Dave Chapman
2006-02-03
Optimised C version of count_leading_zeros() taken from alac-0.1.1. This mak...
Dave Chapman
2005-11-03
Move code into IRAM and explicitly inline some functions (gcc was inlining th...
Dave Chapman
2005-10-28
1) Always enable the DSP. 2) Change codec to output one 32-bit array per cha...
Dave Chapman
2005-10-27
Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.
Thom Johansen
2005-09-24
Add yield() calls inside the monolithic ALAC decode_frame() function - improv...
Dave Chapman
2005-09-22
First Rockbox version of ALAC decoder - porting to work in Rockbox environmen...
Dave Chapman
2005-09-22
Initial (unmodified - for reference) import of David Hammerton's Apple Lossle...
Dave Chapman