diff --git a/doc/Changelog.html b/doc/Changelog.html index cb0ae812..ff490b53 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -24,7 +24,8 @@ a:visited { color: #0000EE; }
  • Updated Qt runtime libraries to v4.8.0 (2011-12-15), compiled with MSVC 10.0
  • Updated LAME encoder to v3.99.2 Final (2011-11-18), compiled with ICL 12.1.7 and MSVC 10.0 (details)
  • Updated MediaInfo to v0.7.53 (2012-01-24), compiled with ICL 12.1.6 and MSVC 10.0 -
  • Updated Monkey's Audio to v4.10 (2011-04-16) +
  • Updated Monkey's Audio binary to v4.10 (2011-04-16) +
  • Updated Musepack decoder to revision 475 (2011-08-10), compiled with ICL 12.1.6 and MSVC 10.0
  • Implemented coalescing of update signals to reduce the CPU usage of the LameXP process (details)
  • Run more than four instances in parallel on systems with more than four CPU cores (details)
  • Improved handling of different character encodings for Playlist and Cue Sheet import diff --git a/res/tools/mpcdec.exe b/res/tools/mpcdec.exe index 5db78840..688d87ca 100644 Binary files a/res/tools/mpcdec.exe and b/res/tools/mpcdec.exe differ diff --git a/src/Config.h b/src/Config.h index a6f19b1f..50e75265 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 4 #define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 17 -#define VER_LAMEXP_BUILD 884 +#define VER_LAMEXP_BUILD 885 /////////////////////////////////////////////////////////////////////////////// // Tool versions (minimum expected versions!) diff --git a/src/Tools.h b/src/Tools.h index cb93ebca..9677aafe 100644 --- a/src/Tools.h +++ b/src/Tools.h @@ -67,7 +67,7 @@ g_lamexp_tools[] = {"b7c4a839282db1b22a4c12737191a15a028001801d5835df34010663430f9a33fdd5a83e", CPU_TYPE_ALL_ALL, "mac.exe", 410}, {"ab3f6a8f2bc08011fdcea2e54a9b234ba67d304b5eea3fc0db653e603f938d0280fba0f0", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 753}, {"c1d88d1b04f72118f21b5f574c4008fd0c99f3d6ed11cc9c8644b831971d1e1153cd63ea", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 753}, - {"a93ec86187025e66fb78026af35555bd3b4e30fe1a40e8d66f600cfd918f07f431f0b2f2", CPU_TYPE_ALL_ALL, "mpcdec.exe", 435}, + {"3b7285777a63f3405057b8498eceb0aec9cdff1f1f1c61769d286332102de5939f95a64f", CPU_TYPE_ALL_ALL, "mpcdec.exe", 475}, {"7fa1beb4161d603563089cadd601f68fb9f436f05d9477b6a604501b072f5a973dd45fbb", CPU_TYPE_ALL_ALL, "mpg123.exe", 1134}, {"0c781805dda931c529bd16069215f616a7a4c5e5c2dfb6b75fe85d52b20511830693e528", CPU_TYPE_ALL_ALL, "oggdec.exe", UINT_MAX}, {"0c019e13450dc664987e21f4e5489d182be7d6d0d81efbbaaf1c78693dfe3e38e0355b93", CPU_TYPE_X86_GEN, "oggenc2.i386.exe", 287603},