pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/alac_decoder



Module name:    wip
Committed by:   ryo-on
Date:           Sun Nov 13 22:03:51 UTC 2011

Import into wip/alac_decoder

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.

Status:

Vendor Tag:     RYO-ON
Release Tags:   RYO-ON_20111114
                
N wip/alac_decoder/Makefile
N wip/alac_decoder/PLIST
N wip/alac_decoder/distinfo
N wip/alac_decoder/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index