diff options
author | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-03-07 19:34:44 +0000 |
---|---|---|
committer | Andree Buschmann <AndreeBuschmann@t-online.de> | 2010-03-07 19:34:44 +0000 |
commit | b3d9578c27160280dc01350f6e7b87d0be53d70f (patch) | |
tree | 8580a0956a6dfa19dbfe7a48409be7c0e6e9004f /apps/codecs/libmusepack/AUTHORS | |
parent | ce92b8bf34bcd790dad7f36152520d9fec687073 (diff) |
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
Diffstat (limited to 'apps/codecs/libmusepack/AUTHORS')
-rw-r--r-- | apps/codecs/libmusepack/AUTHORS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmusepack/AUTHORS b/apps/codecs/libmusepack/AUTHORS index 3f61a8a0a0..1bcac63765 100644 --- a/apps/codecs/libmusepack/AUTHORS +++ b/apps/codecs/libmusepack/AUTHORS @@ -1,4 +1,4 @@ -libmusepack is the result of the work of many people: +libmpcdec is the result of the work of many people: * Andree Buschmann and Frank Klemm Original implementation and core development. |