summaryrefslogtreecommitdiff
path: root/apps/codecs/libm4a/m4a.c (unfollow)
Commit message (Expand)Author
2006-10-11AAC codec: Improved MP4 file parsing. Should now handle most streamable files...Magnus Holmgren
2006-08-23Add resume support to AAC files.Magnus Holmgren
2005-10-31Add capability to parse AAC files in M4A.Dave Chapman
2005-10-29Remove generic M4A parsing code from libalac and create a libm4a - so it can ...Dave Chapman
2005-10-281) Always enable the DSP. 2) Change codec to output one 32-bit array per cha...Dave Chapman
2005-10-15Fix compiler warnings in sim.Dave Chapman
2005-10-13Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen
2005-09-24Add yield() calls inside the monolithic ALAC decode_frame() function - improv...Dave Chapman
2005-09-22First version of ALAC (Apple Lossless) decoderDave Chapman