.. |
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
|
Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for initiating the port.
|
2005-04-12 21:29:48 +00:00 |
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
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +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
|
Restor setting of EMAC mode on coldfire lost in r25056 fixes whitenoise when transitioning from a codec using a different EMAC mode.
|
2010-05-14 10:48:26 +00:00 |
mpc_demux.c
|
Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the sv8 library mpc did not use efficient buffering when seeking forward. With this change the implementation will not flush the buffer on each frame but will keep the already buffered data as long as possible.
|
2010-05-14 22:06:28 +00:00 |
mpc_types.h
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
mpcdec.h
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
mpcdec_math.h
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
reader.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 |
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
|
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 |
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
|
Clean up libmusepack: move declarations to internal.h and set svn properties.
|
2010-04-18 18:12:32 +00:00 |
synth_filter_arm.S
|
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 |