alac_decoder is a basic decoder for Apple Lossless Audio Codec files
(ALAC). It is a C implementation of a decoder, written from reverse
engineering the file format. ALAC uses an adaptive FIR prediction
algorithm and stores the error values using a modified rice or golumb
algorithm.
The program located here will not be able to handle all ALAC files, it
can only handle mono or stereo files. ALAC allows up to 8 channels. The
ALAC decoder supports both 16 and 24 bit sample sizes.
The decoder can read an ALAC stream from either a file or from stdin,
and write it as raw PCM data or as a WAV file to either stdout or a
file.
An encoder is not provided.
ok sthen@
a 2D puzzle-platformer game about a telekinetic scientist.
Submitted by Brian Callahan <bcallah at devio dot us> (MAINTAINER).
Testing on amd64 and ok edd@.
(it's easy to distinguish between a file and a directory under ports).
expand sequences for those files and hosts
when restarting dpb, kill locks that don't correspond to errors, but to a dpb
running on the same host that's no longer there.
do __WARN__ like __DIE__
option -DDONT_BUILD_ONCE
option -DDONT_CLEAN_LOCKS
document some
Percona Toolkit is a collection of advanced command-line tools used
to perform a variety of MySQL and system tasks that are too difficult
or complex to perform manually.
ok okan@ william@
sxiv is an alternative to feh and qiv. Its only dependencies besides
xlib are imlib2 and giflib. The primary goal for writing sxiv is to
create an image viewer, which only has the most basic features required
for fast image viewing (the ones I want). It has vi key bindings and
works nicely with tiling window managers. Its code base should be kept
small and clean to make it easy for you to dig into it and customize it
for your needs.
From Matthew Via, with tweaks by me/Antoine. ok ajacoutot@
- backporting a fix for the ppc backend from upstream
- telling libgo configure not to try to link to libffi_convenience on ppc
issue brought up and fix tested by ajacoutot@, "go ahead" kettenis@