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
(
follow
)
Commit message (
Expand
)
Author
Age
*
Add codecs to librbcodec.
Sean Bartell
2012-04-25
*
FS#12231
Nils Wallménius
2011-08-18
*
FS#12141 by Sean Bartell
Nils Wallménius
2011-06-02
*
FS#12140 by Sean Bartell, Make various codec stuff static.
Nils Wallménius
2011-06-01
*
Fix yellow.
Andree Buschmann
2011-04-16
*
Refactor alac decoder as preparation for upcoming m4a changes. The alac decod...
Andree Buschmann
2011-04-16
*
Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1
Nils Wallménius
2011-01-12
*
FS#11454 Tuning of codec compiler options
Nils Wallménius
2010-07-18
*
FS #10690: Add support for 24 bit ALAC files based on libalac 0.2.0
Tom Ross
2010-02-03
*
Extend av_log2 in codeclib into a generic for scanning for set bits, which ca...
Andrew Mahone
2009-12-09
*
Use clz instruction to count leading zeroes on armv5+, gives about 2% speedup...
Nils Wallménius
2009-11-29
*
Cosmetic fix: remove duplicate semicolons
Bertrik Sikken
2009-03-04
*
Silence warning from 'ar' if the archive had to be created.
Jens Arnold
2009-03-01
*
Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...
Daniel Stenberg
2009-02-23
*
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
2008-11-25
*
Remove .a files before running ar, to avoid problems with renamed files remai...
Björn Stenberg
2008-11-20
*
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-11-20
*
Remove the mallocs for the codecdata in the m4a parser and assume a maximum s...
Dave Chapman
2007-12-01
*
Added macros controlling what goes to IRAM on different targets.
Tomasz Malesinski
2006-11-09
*
Update several codec Makefiles so that the codec libs build again on Coldfire...
Magnus Holmgren
2006-10-30
*
Next step of Makefile tuning: * Use 'make' internal commands for printing mes...
Jens Arnold
2006-10-27
*
Consistent style of 'make' messages. Always use ranlib after ar.
Jens Arnold
2006-10-23
*
Convert to use common internal sample format.
Thom Johansen
2006-02-13
*
A better count_leading_zeros() function, courtesy of Jens Arnold
Dave Chapman
2006-02-05
*
Optimised C version of count_leading_zeros() taken from alac-0.1.1. This mak...
Dave Chapman
2006-02-03
*
Codec makefile cleanup: remove redundant things, don't generate dependency fi...
Magnus Holmgren
2005-12-05
*
Move code into IRAM and explicitly inline some functions (gcc was inlining th...
Dave Chapman
2005-11-03
*
Oops
Dave Chapman
2005-10-29
*
Remove generic M4A parsing code from libalac and create a libm4a - so it can ...
Dave Chapman
2005-10-29
*
1) Always enable the DSP. 2) Change codec to output one 32-bit array per cha...
Dave Chapman
2005-10-28
*
Support for a colon-separated path in APPEXTRA
Linus Nielsen Feltzing
2005-10-27
*
Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.
Thom Johansen
2005-10-27
*
Add yield() calls inside the monolithic ALAC decode_frame() function - improv...
Dave Chapman
2005-09-24
*
Cascade errors back down to qtmovie_read() and correctly return an error on i...
Dave Chapman
2005-09-24
*
Workaround for ALAC files that previousy wouldn't play. Libalac now skips unk...
Jonas Häggqvist
2005-09-24
*
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
2005-09-22