rockbox/apps/codecs/libmusepack
Brandon Low 05dccc3551 Profiling support, tools and documentation.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8375 a1c6a512-1295-4272-9138-f99709370657
2006-01-18 20:54:13 +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 Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +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 Squeezed two very frequently used arrays in IRAM for a very nice performance boost. 2005-10-28 20:21:58 +00:00
huffman.h Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +00:00
huffsv7.c Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +00:00
huffsv46.c Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +00:00
idtag.c Another warning fixed (idtag.c:59: warning: implicit declaration of function `memcmp') 2005-06-14 16:18:17 +00:00
internal.h Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - letoh16, letoh32, htole16, htole32, betoh16, betoh32, htobe16 and htobe32 2005-10-06 19:27:43 +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 Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
math.h Musepack: emacified multiplication routines, gives a nice speed boost. 2005-10-12 23:16:40 +00:00
mpc_decoder.c I figured out what was *really* causing the MPC track-change noise, so I 2006-01-08 08:38:18 +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 Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +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 Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +00:00
requant.h Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +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 fix warnings 2005-05-07 22:29:59 +00:00
streaminfo.h Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port. 2005-04-12 21:29:48 +00:00
synth_filter.c Fix generic filtering routine to support non-interleaved audio as well. 2006-01-07 23:16:38 +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.