From ad17fd47478bb3619ca4f097a555f02f84735c7f Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Tue, 12 Apr 2005 21:29:48 +0000 Subject: Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6276 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libmusepack/README.rockbox | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 apps/codecs/libmusepack/README.rockbox (limited to 'apps/codecs/libmusepack/README.rockbox') diff --git a/apps/codecs/libmusepack/README.rockbox b/apps/codecs/libmusepack/README.rockbox new file mode 100644 index 0000000..13c93a2 --- /dev/null +++ b/apps/codecs/libmusepack/README.rockbox @@ -0,0 +1,27 @@ +Library: libmusepack-1.1 (Released 2005-01-22 (I think)) +Imported: 2005-04-12 by Thom Johansen + + +This directory contains a local version of libmusepack for use by Rockbox +for software decoding and encoding of Musepack files. + + +LICENSING INFORMATION + +libmusepack is distributed under a modified BSD license - see the files AUTHORS +and COPYING in this directory for details. + + +IMPORT DETAILS + +The base version first imported into Rockbox was the libmusepack included +in the libmusepack-1.1.tar.bz2 distribution, downloaded on 2005-04-11 from +www.musepack.net. + +The contents of the libmusepack-1.1/, libmusepack-1.1/src/ and +libmusepack-1.1/include/ were all put in one directory for simplicity, and +the sample decoder and automake/autoconf stuff were removed. The default +FILE* based IO handlers in mpc_reader.c were also removed. Some small +modifications to make the library compilable and compatible with Rockbox +was made. + -- cgit v1.1