rockbox/apps/codecs/libmusepack
Jens Arnold 02c031709c * ARM asm DSP and codec/plugin functions: Use r12 scratch register properly
* Fix saving another unused reg in dsp code
* Use less regs in the generic ARM mpegplayer adding idct pure DC case
* Fix ARMv6 mpegplayer adding idct using an unsaved register in pure DC case


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21803 a1c6a512-1295-4272-9138-f99709370657
2009-07-12 13:14:35 +00:00
..
AUTHORS
ChangeLog
config-mpc.h
config_types.h
COPYING
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
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
internal.h
libmusepack.make Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
mainpage.h
math.h
mpc_config.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +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
README
README.rockbox
requant.c
requant.h
SOURCES
streaminfo.c
streaminfo.h
synth_filter.c Cosmetic fix: remove duplicate semicolons 2009-03-04 18:15:06 +00:00
synth_filter_arm.S * ARM asm DSP and codec/plugin functions: Use r12 scratch register properly 2009-07-12 13:14:35 +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.