.. |
AUTHORS
|
Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) to rockbox. Several adaptions in the musepack decoder were made to get the library work and perform fast under rockbox on several targets. With this change mpc sv8 is supported, including seek, replay gain and metadata support. The decoding speed is a 1-4% lower than the last implementation. Reason for this is main restructuring in the bitstream demuxer.
|
2010-03-07 19:34:44 +00:00 |
ChangeLog
|
Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) to rockbox. Several adaptions in the musepack decoder were made to get the library work and perform fast under rockbox on several targets. With this change mpc sv8 is supported, including seek, replay gain and metadata support. The decoding speed is a 1-4% lower than the last implementation. Reason for this is main restructuring in the bitstream demuxer.
|
2010-03-07 19:34:44 +00:00 |
COPYING
|
|
|
crc32.c
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
decoder.h
|
Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) to rockbox. Several adaptions in the musepack decoder were made to get the library work and perform fast under rockbox on several targets. With this change mpc sv8 is supported, including seek, replay gain and metadata support. The decoding speed is a 1-4% lower than the last implementation. Reason for this is main restructuring in the bitstream demuxer.
|
2010-03-07 19:34:44 +00:00 |
huffman.c
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
huffman.h
|
Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) to rockbox. Several adaptions in the musepack decoder were made to get the library work and perform fast under rockbox on several targets. With this change mpc sv8 is supported, including seek, replay gain and metadata support. The decoding speed is a 1-4% lower than the last implementation. Reason for this is main restructuring in the bitstream demuxer.
|
2010-03-07 19:34:44 +00:00 |
internal.h
|
Housekeeping. Comment musepack code seqments unused in rockbox.
|
2010-06-24 18:48:04 +00:00 |
libmusepack.make
|
Silence warning from 'ar' if the archive had to be created.
|
2009-03-01 09:04:15 +00:00 |
minimax.h
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
mpc_bits_reader.c
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
mpc_bits_reader.h
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
mpc_decoder.c
|
Fix FS#11650. Correct sliencing of subband in mpc decoder. Thanks to Leo Witt for reporting and supporting.
|
2010-10-02 23:02:36 +00:00 |
mpc_demux.c
|
Fix FS#11710. On Coldfire CPU's mpc uses a speed optimization which was not correctly re-initialized when rebuffering.
|
2010-11-01 20:43:17 +00:00 |
mpc_types.h
|
Move memset6() declaration to string-extra.h, kills a warning compiling for android since it ships a memory.h.
|
2010-08-12 13:55:01 +00:00 |
mpcdec.h
|
Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc is ~3%, for aac ~1%.
|
2010-11-02 21:06:20 +00:00 |
mpcdec_math.h
|
Some asm code beautification in the mpc decoder.
|
2010-06-05 17:52:31 +00:00 |
reader.h
|
Disable unneeded parts of mpc's file-I/O interface.
|
2010-06-21 18:45:34 +00:00 |
requant.c
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
requant.h
|
Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) to rockbox. Several adaptions in the musepack decoder were made to get the library work and perform fast under rockbox on several targets. With this change mpc sv8 is supported, including seek, replay gain and metadata support. The decoding speed is a 1-4% lower than the last implementation. Reason for this is main restructuring in the bitstream demuxer.
|
2010-03-07 19:34:44 +00:00 |
SOURCES
|
Convert inline coldfire assembler to a 'real' assembler function, with tweaks by Buschel. Speeds up mpc decoding by ~1% on h300.
|
2010-07-20 23:35:07 +00:00 |
streaminfo.c
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
streaminfo.h
|
Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) to rockbox. Several adaptions in the musepack decoder were made to get the library work and perform fast under rockbox on several targets. With this change mpc sv8 is supported, including seek, replay gain and metadata support. The decoding speed is a 1-4% lower than the last implementation. Reason for this is main restructuring in the bitstream demuxer.
|
2010-03-07 19:34:44 +00:00 |
synth_filter.c
|
libmusepack: ARMv6 assembler for mpc_decoder_windowing_D, speeds up decoding of 128kbps sample file 2MHz, or 8%, on gigabeat S. The output difference to the c implementation and the other ARM implementation is +/-1 in less than 0.1% of the output samples.
|
2010-11-05 11:20:50 +00:00 |
synth_filter_arm.S
|
libmusepack: use postindexing on the pointer when storing to increment it for free, saves another instruction in the loop in mpc_decoder_windowing_D speed difference is in the noise though.
|
2010-11-05 16:21:25 +00:00 |
synth_filter_coldfire.S
|
Convert inline coldfire assembler to a 'real' assembler function, with tweaks by Buschel. Speeds up mpc decoding by ~1% on h300.
|
2010-07-20 23:35:07 +00:00 |