./wip/alac_decoder, Apple Lossless Audio Codec files decoder

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.0, Package name: alac_decoder-0.2.0, Maintainer: ryoon

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.


Required to build:
[pkgtools/cwrappers]

Master sites: (Expand)

RMD160: 72664dff4eeff6e484314f625f74337e60ba39fb
Filesize: 18.573 KB

Version history: (Expand)


CVS history: (Expand)


   2012-09-24 18:56:26 by Aleksej Saushev | Files touched by this commit (144)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't and might probably not have staged installation.
   2011-11-13 23:03:51 by Ryo ONODERA | Files touched by this commit (4) | Imported package
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.