rockbox/apps/codecs/libmusepack
Tomas Salfischberger fe8663c548 See my message on the mailinglist. This should kill all warnings left in the iriver builds. And the changes will be added to the next musepack minor release.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6710 a1c6a512-1295-4272-9138-f99709370657
2005-06-14 18:48:35 +00:00
..
AUTHORS
ChangeLog
config.h
config_types.h
COPYING
decoder.h
huffman.h
huffsv7.c
huffsv46.c
idtag.c Another warning fixed (idtag.c:59: warning: implicit declaration of function `memcmp') 2005-06-14 16:18:17 +00:00
internal.h
mainpage.h
Makefile Small Musepack optimisation. 2005-06-12 12:43:05 +00:00
math.h Small Musepack optimisation. 2005-06-12 12:43:05 +00:00
mpc_decoder.c See my message on the mailinglist. This should kill all warnings left in the iriver builds. And the changes will be added to the next musepack minor release. 2005-06-14 18:48:35 +00:00
musepack.h Replaced critical loop with assembler. A bit closer to realtime now. This codec really needs all the 64 bit muls replaced with EMAC equivalents. 2005-06-11 01:04:59 +00:00
reader.h
README
README.rockbox
requant.c
requant.h
SOURCES
streaminfo.c fix warnings 2005-05-07 22:29:59 +00:00
streaminfo.h
synth_filter.c Replaced critical loop with assembler. A bit closer to realtime now. This codec really needs all the 64 bit muls replaced with EMAC equivalents. 2005-06-11 01:04:59 +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.