rockbox/apps/codecs/libmusepack
2007-08-30 11:41:05 +00:00
..
AUTHORS
ChangeLog
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
decoder.h Put Musepack output data array back in IRAM for faster DSP processing. Patch by Andrew Cupper. 2006-09-01 12:09:20 +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 FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should also be faster. 2006-08-31 18:18:57 +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 FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should also be faster. 2006-08-31 18:18:57 +00:00
mainpage.h
Makefile FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that all ARM (Ipod/Sansa/Gigabeat) targets will now play back Musepack files with somewhat reduced accuracy. Please get in touch via forums or Flyspray if you've got sample files where this is very apparent. Most users should hear no difference. 2007-08-30 11:41:05 +00:00
math.h FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that all ARM (Ipod/Sansa/Gigabeat) targets will now play back Musepack files with somewhat reduced accuracy. Please get in touch via forums or Flyspray if you've got sample files where this is very apparent. Most users should hear no difference. 2007-08-30 11:41:05 +00:00
mpc_decoder.c Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
musepack.h Added macros controlling what goes to IRAM on different targets. 2006-11-09 21:59:27 +00:00
reader.h Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
README
README.rockbox
requant.c FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that all ARM (Ipod/Sansa/Gigabeat) targets will now play back Musepack files with somewhat reduced accuracy. Please get in touch via forums or Flyspray if you've got sample files where this is very apparent. Most users should hear no difference. 2007-08-30 11:41:05 +00:00
requant.h Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
SOURCES
streaminfo.c Support for Musepack SV4-6 stream files. Patch by Andrew Cupper. 2006-09-01 12:05:04 +00:00
streaminfo.h Synced libmpcdec to musepack.net SVN. 2006-01-30 01:00:40 +00:00
synth_filter.c FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that all ARM (Ipod/Sansa/Gigabeat) targets will now play back Musepack files with somewhat reduced accuracy. Please get in touch via forums or Flyspray if you've got sample files where this is very apparent. Most users should hear no difference. 2007-08-30 11:41:05 +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.