rockbox/apps/codecs/libmusepack
Andree Buschmann cc572378fc Submit FS#10974: Speed up mpc-codec through changing the dct32-algorithm. +5% on PP5020, +12% on M5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24544 a1c6a512-1295-4272-9138-f99709370657
2010-02-07 14:04:46 +00:00
..
AUTHORS Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +00:00
ChangeLog Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +00:00
config-mpc.h Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and rockboy headers to avoid clashes with rockbox headers. 2005-07-03 14:05:12 +00:00
config_types.h FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should also be faster. 2006-08-31 18:18:57 +00:00
COPYING Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +00:00
decoder.h Solve possible glitch after seeking in mpc files. Documented the special treatment after seek. 2008-06-28 12:55:34 +00:00
huffman.h FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should also be faster. 2006-08-31 18:18:57 +00:00
huffsv7.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
huffsv46.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
idtag.c Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
internal.h FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should also be faster. 2006-08-31 18:18:57 +00:00
libmusepack.make Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
mainpage.h Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +00:00
math.h Move ARM assembler of musepack synthesis filter to own file. Additionally add ICONST_ATTR to noise generator data. 2008-05-17 21:26:34 +00:00
mpc_config.h Set svn:keywords property on .c and .h files that didn't already have it. Correct svn:executable property on some files. 2010-01-03 14:28:09 +00:00
mpc_decoder.c Solve possible glitch after seeking in mpc files. Documented the special treatment after seek. 2008-06-28 12:55:34 +00:00
musepack.h New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
reader.h Some changes for musepack: Disable SV4-SV6 support (I guess I am the only one who oned such). Remove tabs, perform some minor code beautification and add ICONST_ATTR to some requantization constants. 2008-05-10 15:15:10 +00:00
README Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +00:00
README.rockbox Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +00:00
requant.c Removed non-active seek mechanism from musepack library, small other cleanups. 2008-05-10 20:33:28 +00:00
requant.h Removed non-active seek mechanism from musepack library, small other cleanups. 2008-05-10 20:33:28 +00:00
SOURCES Move ARM assembler of musepack synthesis filter to own file. Additionally add ICONST_ATTR to noise generator data. 2008-05-17 21:26:34 +00:00
streaminfo.c 1st part of fix for FS#10637. Correction of mpc header parsing. 2010-01-31 11:43:42 +00:00
streaminfo.h Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
synth_filter.c Submit FS#10974: Speed up mpc-codec through changing the dct32-algorithm. +5% on PP5020, +12% on M5. 2010-02-07 14:04:46 +00:00
synth_filter_arm.S Submit FS#10974: Speed up mpc-codec through changing the dct32-algorithm. +5% on PP5020, +12% on M5. 2010-02-07 14:04:46 +00:00

Musepack Decoder Library 1.1:

run "./configure; make"

To create a sample app using the musepack decoder library in src/
Check src/sample.cpp for more details.