summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libalac
AgeCommit message (Expand)AuthorFilesLines
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