diff --git a/doc/Changelog.html b/doc/Changelog.html
index d35bef7e..4176cf1a 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -93,7 +93,7 @@
Updated Opus encoder/decoder libraries to v1.2-alpha and Opus-Tools to v0.1.9 (2016-11-02)
Updated LAME encoder to v3.100 Alpha-2 (2016-01-29), compiled with ICL 15.0 and MSVC 12.0
Updated FLAC encoder/decoder to v1.3.1 (2016-10-04), compiled with ICL 17.0 and MSVC 12.0
-Updated MediaInfo to v0.7.88 (2016-08-31), compiled with ICL 15.0 and MSVC 12.0
+Updated MediaInfo to v0.7.90 (2016-10-31), compiled with ICL 17.0 and MSVC 12.0
Updated mpg123 decoder to v1.23.8 (2016-09-27), compiled with GCC 6.2.0
Updated ALAC decoder to refalac v1.61 (2016-10-02)
Updated WavPack decoder to v4.80.0 (2016-03-28), compiled with ICL 15.0 and MSVC 12.0
diff --git a/doc/Changelog.md b/doc/Changelog.md
index 7c189ede..94bf9202 100644
--- a/doc/Changelog.md
+++ b/doc/Changelog.md
@@ -13,7 +13,7 @@
* Updated Opus encoder/decoder libraries to v1.2-alpha and Opus-Tools to v0.1.9 (2016-11-02)
* Updated LAME encoder to v3.100 Alpha-2 (2016-01-29), compiled with ICL 15.0 and MSVC 12.0
* Updated FLAC encoder/decoder to v1.3.1 (2016-10-04), compiled with ICL 17.0 and MSVC 12.0
-* Updated MediaInfo to v0.7.88 (2016-08-31), compiled with ICL 15.0 and MSVC 12.0
+* Updated MediaInfo to v0.7.90 (2016-10-31), compiled with ICL 17.0 and MSVC 12.0
* Updated mpg123 decoder to v1.23.8 (2016-09-27), compiled with GCC 6.2.0
* Updated ALAC decoder to refalac v1.61 (2016-10-02)
* Updated WavPack decoder to v4.80.0 (2016-03-28), compiled with ICL 15.0 and MSVC 12.0
diff --git a/res/tools/mediainfo.i386.exe b/res/tools/mediainfo.i386.exe
index 03101741..3875c283 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 751edae6..9c005b51 100644
Binary files a/res/tools/mediainfo.x64.exe and b/res/tools/mediainfo.x64.exe differ
diff --git a/src/Tools.h b/src/Tools.h
index 3f172902..8728e1ba 100644
--- a/src/Tools.h
+++ b/src/Tools.h
@@ -84,8 +84,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, ""},
- {"d77bbbae80a1374458ee75f162f94352b5e2d781e44a53f30883efb21014f3154482c9bb2bc71b91afcb549d3f7908f7", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 788, ""},
- {"91b52e79ebaf29c1d12d1d45fc32ab7c36b8ea2b32e10bc1a96c88bc39c5866967635e7a868e97ac6af2def3b30bf866", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 788, ""},
+ {"7fc3d2e87eb8300874c60587d701ba3900e246ecbea021932a9cd75bcc02fd3e85e7f80646fe919db049e62a1f3ac073", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 790, ""},
+ {"013421cf0a85db9b70d471958733d9810288feb410308c4bdd4c5898899e42b519c585f5d9222091eb0409f06b399892", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 790, ""},
{"7e6346a057634ff07b2e1f427035324f7f02100cc996425990f87f71d767fce4c7b101588c7d944ba49cb2d7e51c9bdb", CPU_TYPE_ALL_ALL, "mpcdec.exe", 475, ""},
{"d08097c7d310529b5b29268c3ecec436f8a55a28a8a524f09c1f94d6d47792f3aeae810353d0387352c2a487c5fd9225", CPU_TYPE_ALL_GEN, "mpg123.i386.exe", 1238, ""},
{"1af626aaaacd67c4c5e4e1bc17dff298ba41b3d1466427b329a9850dee2455c35ca65d650b9abf5f87a93f8b7cf3348c", CPU_TYPE_ALL_SSE, "mpg123.sse2.exe", 1238, "" },