summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libalac
AgeCommit message (Expand)AuthorFilesLines
2011-04-16Fix yellow.Andree Buschmann1-3/+3
2011-04-16Refactor alac decoder as preparation for upcoming m4a changes. The alac decod...Andree Buschmann2-0/+10
2011-01-12Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius1-1/+1
2010-07-18FS#11454 Tuning of codec compiler optionsNils Wallménius1-1/+6
2010-02-03FS #10690: Add support for 24 bit ALAC files based on libalac 0.2.0Tom Ross2-187/+281
2009-12-09Extend av_log2 in codeclib into a generic for scanning for set bits, which ca...Andrew Mahone1-40/+1
2009-11-29Use clz instruction to count leading zeroes on armv5+, gives about 2% speedup...Nils Wallménius1-3/+10
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken1-2/+2
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold1-1/+1
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-1/+1
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg1-0/+1
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg3-44/+25
2007-12-01Remove the mallocs for the codecdata in the m4a parser and assume a maximum s...Dave Chapman1-42/+24
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski2-6/+11
2006-10-30Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren1-2/+2
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-5/+3
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+2
2006-02-13Convert to use common internal sample format.Thom Johansen1-2/+2
2006-02-05A better count_leading_zeros() function, courtesy of Jens ArnoldDave Chapman1-37/+27
2006-02-03Optimised C version of count_leading_zeros() taken from alac-0.1.1. This mak...Dave Chapman1-9/+39
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren1-7/+4
2005-11-03Move code into IRAM and explicitly inline some functions (gcc was inlining th...Dave Chapman2-9/+30
2005-10-29OopsDave Chapman1-1/+0
2005-10-29Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman3-738/+0
2005-10-281) Always enable the DSP. 2) Change codec to output one 32-bit array per cha...Dave Chapman2-332/+344
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing1-1/+1
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen1-5/+5
2005-09-24Add yield() calls inside the monolithic ALAC decode_frame() function - improv...Dave Chapman2-2/+18
2005-09-24Cascade errors back down to qtmovie_read() and correctly return an error on i...Dave Chapman1-25/+44
2005-09-24Workaround for ALAC files that previousy wouldn't play. Libalac now skips unk...Jonas Häggqvist1-1/+2
2005-09-22First Rockbox version of ALAC decoder - porting to work in Rockbox environmen...Dave Chapman8-197/+405
2005-09-22Initial (unmodified - for reference) import of David Hammerton's Apple Lossle...Dave Chapman6-0/+1750