forked from len0rd/rockbox
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.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25056 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ce92b8bf34
commit
b3d9578c27
36 changed files with 3204 additions and 2807 deletions
|
@ -1,7 +1,8 @@
|
|||
huffsv46.c
|
||||
huffsv7.c
|
||||
idtag.c
|
||||
crc32.c
|
||||
huffman.c
|
||||
mpc_bits_reader.c
|
||||
mpc_decoder.c
|
||||
mpc_demux.c
|
||||
requant.c
|
||||
streaminfo.c
|
||||
synth_filter.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue