rockbox/apps/codecs/libmusepack
2006-04-29 02:00:14 +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 Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +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 Make libmusepack output the last frame in two passes. Reclaim the IRAM taken in the last commit. Please let me know if you can hear any artifacts or get any broken files from this! 2006-04-27 23:52:55 +00:00
huffman.h Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
huffsv7.c Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
huffsv46.c Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
idtag.c Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
internal.h Use the Rockbox endian swap routine instead of the default one. 2006-04-25 19:57:24 +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
Makefile prevent rockbox from using the wrong includes 2006-02-24 13:48:52 +00:00
math.h Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
mpc_decoder.c Fix the first-frame memmove from pretending the data is interleaved, which it isn't anymore. This should fix all remaining gapless problems with Musepack. 2006-04-29 02:00:14 +00:00
musepack.h Make libmusepack output the last frame in two passes. Reclaim the IRAM taken in the last commit. Please let me know if you can hear any artifacts or get any broken files from this! 2006-04-27 23:52:55 +00:00
reader.h Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +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 Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
requant.h Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
SOURCES Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +00:00
streaminfo.c Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
streaminfo.h Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
synth_filter.c Add ASM optimised subband filtering loop for ARM targets. Restructure 2006-02-20 20:40:29 +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.