rockbox/apps/codecs/libmusepack
2008-05-14 19:49:01 +00:00
..
AUTHORS
ChangeLog
config-mpc.h
config_types.h
COPYING
decoder.h Removed non-active seek mechanism from musepack library, small other cleanups. 2008-05-10 20:33:28 +00:00
huffman.h
huffsv7.c 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
huffsv46.c 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
idtag.c
internal.h
mainpage.h
Makefile
math.h
mpc_decoder.c Musepack performance optimization for PP5022/PP5024/MCF5250 targets. Use IRAM for internal sample buffers and lookup tables. Speeds up decoding by ~7% on PP5022/PP5024 (Sansa: c200, e200 + iPod mini2G, nano, video) and by ~27% on MCF5250 (iaudio m5, x5). 2008-05-14 19:49:01 +00:00
musepack.h Musepack performance optimization for PP5022/PP5024/MCF5250 targets. Use IRAM for internal sample buffers and lookup tables. Speeds up decoding by ~7% on PP5022/PP5024 (Sansa: c200, e200 + iPod mini2G, nano, video) and by ~27% on MCF5250 (iaudio m5, x5). 2008-05-14 19:49:01 +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
README.rockbox
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
streaminfo.c
streaminfo.h
synth_filter.c Commit FS#8670 by Andree Buschmann. Fixes potiential overflow issue in musepack files. 2008-03-08 21:26:03 +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.