diff --git a/doc/Changelog.html b/doc/Changelog.html index aefd904a..806663aa 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -92,7 +92,7 @@
  • Added "AVX" (Advanced Vector Extensions) to CPU feature detection code
  • Updated Opus encoder/decoder libraries to v1.1.3 and Opus-Tools to v0.1.9 (2016-09-11)
  • Updated LAME encoder to v3.100 Alpha-2 (2016-01-29), compiled with ICL 15.0 and MSVC 12.0
  • -
  • Updated MediaInfo to v0.7.85 (2016-04-29), compiled with ICL 15.0 and MSVC 12.0
  • +
  • Updated MediaInfo to v0.7.88 (2016-08-31), compiled with ICL 15.0 and MSVC 12.0
  • Updated QAAC add-in to the to QAAC v2.58 (2016-01-05)
  • Updated FhgAacEnc add-in to "Case" edition (2015-10-24)
  • Updated mpg123 decoder to v1.23.4 (2016-05-11), compiled with GCC 5.3.0
  • diff --git a/doc/Changelog.md b/doc/Changelog.md index 9d5fddc7..5a68e656 100644 --- a/doc/Changelog.md +++ b/doc/Changelog.md @@ -12,7 +12,7 @@ * Added "AVX" (Advanced Vector Extensions) to CPU feature detection code * Updated Opus encoder/decoder libraries to v1.1.3 and Opus-Tools to v0.1.9 (2016-09-11) * Updated LAME encoder to v3.100 Alpha-2 (2016-01-29), compiled with ICL 15.0 and MSVC 12.0 -* Updated MediaInfo to v0.7.85 (2016-04-29), compiled with ICL 15.0 and MSVC 12.0 +* Updated MediaInfo to v0.7.88 (2016-08-31), compiled with ICL 15.0 and MSVC 12.0 * Updated QAAC add-in to the to QAAC v2.58 (2016-01-05) * Updated FhgAacEnc add-in to "Case" edition (2015-10-24) * Updated mpg123 decoder to v1.23.4 (2016-05-11), compiled with GCC 5.3.0 diff --git a/res/tools/mediainfo.i386.exe b/res/tools/mediainfo.i386.exe index ee881b94..03101741 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 9670488c..751edae6 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 1a2a5787..e1b750d9 100644 --- a/src/Config.h +++ b/src/Config.h @@ -34,8 +34,8 @@ #define VER_LAMEXP_MINOR_HI 1 #define VER_LAMEXP_MINOR_LO 4 #define VER_LAMEXP_TYPE Beta -#define VER_LAMEXP_PATCH 5 -#define VER_LAMEXP_BUILD 1902 +#define VER_LAMEXP_PATCH 6 +#define VER_LAMEXP_BUILD 1904 #define VER_LAMEXP_CONFG 1818 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Tools.h b/src/Tools.h index 32d3882d..08950256 100644 --- a/src/Tools.h +++ b/src/Tools.h @@ -82,8 +82,8 @@ g_lamexp_tools[] = {"7c8ff93f3c3d89abd36770066c6f2b44f4aecc672e24406991f4035720a42aee2838b4625f9838e088ba05e3cda42d77", CPU_TYPE_X64_AVX, "lame.x64-avx.exe", 31002, "Alpha" }, {"51af33a33bd9bde6ca6e9c612346b9c138584de59a92bc14a680729066fd849fd83fe668f79e2a06ffe117f39993d10a", CPU_TYPE_ALL_GEN, "mac.i386.exe", 416, ""}, {"117e60cf4445cec0a777d2636091a13c50be5c6ed28afaa75ab09ab4576942f1a8584b36d3abac9db7595dfb0d90207e", CPU_TYPE_ALL_SSX, "mac.sse2.exe", 416, ""}, - {"7f93334bfcdcb977dceda6a6520b1e0172ee0041dbfda9cb31f9a08aeb61f2b3711fe624536d9e5b036b5f2313dc08ee", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 785, ""}, - {"d750a9890da829e18b2128d67c729a3e1a23c310a6561394c935533a37132f2aa3ebfc629b7bae376b90d3e2d69c924e", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 785, ""}, + {"d77bbbae80a1374458ee75f162f94352b5e2d781e44a53f30883efb21014f3154482c9bb2bc71b91afcb549d3f7908f7", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 788, ""}, + {"91b52e79ebaf29c1d12d1d45fc32ab7c36b8ea2b32e10bc1a96c88bc39c5866967635e7a868e97ac6af2def3b30bf866", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 788, ""}, {"7e6346a057634ff07b2e1f427035324f7f02100cc996425990f87f71d767fce4c7b101588c7d944ba49cb2d7e51c9bdb", CPU_TYPE_ALL_ALL, "mpcdec.exe", 475, ""}, {"e54c62b0f4e799e823e66b2e7f7dd630f212a86e8eba1bfacd80eb951347b03165027c6bb1a83b7e584a81a21e5bf049", CPU_TYPE_ALL_GEN, "mpg123.i386.exe", 1234, ""}, {"b47b47e71311d99cdd544aaa8ee7bbcbb63dcbcf14229df6a50fdd02c8d1d37e923cb778d5699119bdbcc9805e7b16d0", CPU_TYPE_ALL_SSE, "mpg123.sse2.exe", 1234, "" },