diff --git a/doc/Changelog.html b/doc/Changelog.html index c185e7a3..9db16bd5 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -21,13 +21,14 @@ a:visited { color: #0000EE; }
  • Upgraded build environment to Microsoft Visual Studio 2013 RTM
  • Complete overhaul of the file analyzer, resulting in up to 2.5x faster file import speed
  • Reworked the application initialization code, resulting in notably faster startup speed -
  • Added encoding support for Monkey's Audio format, including APEv2 tagging support +
  • Added encoding support for Monkey's Audio (APE) format, including APEv2 tagging support
  • Improved file analyzer to retain the original ordering of files imported from a playlist
  • Improved internal encoder API, so each encoder can define its own configuration options
  • Improved splash screen and working banner, using "sheet of glass" effect on supported OS
  • Improved dropbox widget, including proper multi-monitor support
  • Updated Monkey's Audio binary to v4.12 (2013-06-26)
  • Updated mpg123 decoder to v1.16.0 (2013-10-06), compiled with GCC 4.8.1 +
  • Updated MediaInfo to v0.7.65 (2013-11-20), compiled with ICL 14.1 and MSVC 12.0
  • Updated GNU Wget binary to v1.14.0 (2012-08-05), compiled with GCC 4.8.1
  • Updated GnuPG to v1.4.15 (2013-10-05), compiled with GCC 4.8.1
  • Fixed a resource (file descriptor) leak in "static" builds, didn't cause much harm though diff --git a/res/tools/mediainfo.i386.exe b/res/tools/mediainfo.i386.exe index 2dd607e5..661ba9fa 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 913caeac..e5cd0304 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 52df9e77..16e99003 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 9 #define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 10 -#define VER_LAMEXP_BUILD 1502 +#define VER_LAMEXP_BUILD 1503 #define VER_LAMEXP_CONFG 1348 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Tools.h b/src/Tools.h index 84b93c66..700a603f 100644 --- a/src/Tools.h +++ b/src/Tools.h @@ -66,8 +66,8 @@ g_lamexp_tools[] = {"53cfab3896a47d48f523315f475fa07856d468ad1aefcc8cce19c18cdf509e2f92840dab92a442995df36d941cb7a6ca", CPU_TYPE_ALL_GEN, "lame.i386.exe", 3995, "Final"}, {"9511e7ef2ad10de05386eedf7f14d637edab894a53dacd2f8f15c6f8ed582f12c25fb5bf88438e62c46b8eb92e7634b2", CPU_TYPE_ALL_SSE, "lame.sse2.exe", 3995, "Final"}, {"fdbeb978025b9a5345300f37bb56446c31c7db594cf29407afdcc9ce20f4a5cec6eb8c03962c247d4f45b83c465ac705", CPU_TYPE_ALL_ALL, "mac.exe", 412, ""}, - {"21c4e79cc032d3b7ee635295cef99dc8ec1a0bf184ef613cdd372ec6d406ba2f376dc2873f65e6ab7e9fc0b38aabbb59", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 764, ""}, - {"4e74c7802f9b015c7da9a97a37af0c6eced9f0fead3ad6720e76ac9d429d0319b5013e7957106a28a22f7415fb01b3d3", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 764, ""}, + {"f2bbdda1d0a66aae7f2e81bbc95aa7b45d52476e3ef97cf9e4e5066590428782c1d3661a93073deecc1287f1669b04de", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 765, ""}, + {"eb71c459ce5f6c61fe549cd45df7b7738f93c16c353cec78632ad422d085d69594d10fdcbce7127c354ac250bedbbebb", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 765, ""}, {"7e6346a057634ff07b2e1f427035324f7f02100cc996425990f87f71d767fce4c7b101588c7d944ba49cb2d7e51c9bdb", CPU_TYPE_ALL_ALL, "mpcdec.exe", 475, ""}, {"8f844060ed60b4d3fb8c2f2f28e13304a69fa97cde3859ee5c62fef46aea6f500e4dc74114ded901ee9231bbb5d2af64", CPU_TYPE_ALL_ALL, "mpg123.exe", 1160, ""}, {"75c39861ac82d7fc8392fbddff9f5b785e7abee29f8c1843706a9b225966e05ef4be2a160f98f389beaf5238c5de121c", CPU_TYPE_ALL_ALL, "oggdec.exe", UINT_MAX, ""},