diff --git a/doc/Changelog.html b/doc/Changelog.html index b56c15cd..becb337b 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -21,7 +21,7 @@ a:visited { color: #0000EE; }
  • Added Swedish translation, thanks to Åke Engelbrektson <eson57@gmail.com>
  • Updated Qt runtime libraries to v4.8.2 (2012-05-22), compiled with MSVC 10.0
  • Updated mpg123 decoder to v1.14.4 (2012-07-26), compiled with GCC 4.6.1 -
  • Updated MediaInfo to v0.7.58 (2012-07-31), compiled with ICL 12.1.7 and MSVC 10.0 +
  • Updated MediaInfo to v0.7.59 (2012-08-08), compiled with ICL 12.1.7 and MSVC 10.0
  • Updated optional add-ins for QAAC encoder and FHG AAC encoder (see FAQ doc for details)
  • Updated DCA Enc to v2 (2012-04-19), compiled with ICL 12.1.7 and MSVC 10.0
  • Implemented multi-threading in file analyzer for faster file import (about 2.5x to 6.0x faster!) diff --git a/res/tools/mediainfo.i386.exe b/res/tools/mediainfo.i386.exe index 90e0dc7f..65cc80ea 100644 Binary files a/res/tools/mediainfo.i386.exe and b/res/tools/mediainfo.i386.exe differ diff --git a/res/tools/mediainfo.x64.exe b/res/tools/mediainfo.x64.exe index 594024e8..5e1689c4 100644 Binary files a/res/tools/mediainfo.x64.exe and b/res/tools/mediainfo.x64.exe differ diff --git a/src/Config.h b/src/Config.h index 0be15d3f..25cdb51e 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 5 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 2 -#define VER_LAMEXP_BUILD 1077 +#define VER_LAMEXP_BUILD 1079 /////////////////////////////////////////////////////////////////////////////// // Tool versions (minimum expected versions!) diff --git a/src/Tools.h b/src/Tools.h index 7abab042..0e69d7d2 100644 --- a/src/Tools.h +++ b/src/Tools.h @@ -65,8 +65,8 @@ g_lamexp_tools[] = {"3fd15a6b5b0120794650f1dcd0c35f147cc21576e78f17425288bfacbad0b14696186739", CPU_TYPE_ALL_GEN, "lame.i386.exe", 3995}, {"069a79d843939a65d8578f51b6acd09de95d44362c6a9c74e92a6e73ba40aea07916f7c4", CPU_TYPE_ALL_SSE, "lame.sse2.exe", 3995}, {"d4d806fc3d0a36ef357ea43b870c7e46de9c18be9920f451314d72d02ba0fe4f7c867d9c", CPU_TYPE_ALL_ALL, "mac.exe", 411}, - {"ca9804ecbe15a760a499943327ae105755cfc946648ea76d197782029f2fb008543680c9", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 758}, - {"233d0f25cc224f8174d953353ac1a4a09fd0e22ef1ff8f6323ab4980d6d33fbea179022f", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 758}, + {"53206bfe9d3eac07f563418e646d460b39c1af31fa06f6eab3c1da6e6de850b755553fab", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 759}, + {"cb4df5436c2def87db16f461e247d908728ce986536b87c7a2c36f1819890d90d4d4209c", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 759}, {"ed49bfeb5113e8eca4f2f5c5c9359f6edeecf457cff8511178902c7d792380eaa578d9bc", CPU_TYPE_ALL_ALL, "mpcdec.exe", 475}, {"4c5db5003a7716df2a55c1182c743c7a80bc47ab50c04646b809abac7b585a47cc766187", CPU_TYPE_ALL_ALL, "mpg123.exe", 1144}, {"0c781805dda931c529bd16069215f616a7a4c5e5c2dfb6b75fe85d52b20511830693e528", CPU_TYPE_ALL_ALL, "oggdec.exe", UINT_MAX},