Subject: CVS commit: wip/alac_decoder
From: Ryo ONODERA
Date: 2011-11-13 23:03:51
Message id: E1RPi9o-00006h-N8@sfs-ml-4.v29.ch3.sourceforge.com

Log Message:
Import alac_decoder-0.2.0 as wip/alac_decoder.

Located here is a basic decoder for Apple Lossless Audio Codec
files (ALAC). ALAC is a proprietary lossless audio compression
scheme. Apple never released any documents on the format.  What I
provide here is a C implementation of a decoder, written from
reverse engineering the file format. It turns out that most of the
algorithms in the codec are fairly well known. ALAC uses an adaptive
FIR prediction algorithm and stores the error values using a modified
rice or golumb algorithm. Further details are in alac.c.


Files:
RevisionActionfile
1.1importwip/alac_decoder/Makefile
1.1importwip/alac_decoder/PLIST
1.1importwip/alac_decoder/distinfo
1.1importwip/alac_decoder/DESCR