OSDN Git Service

Updated MediaInfo binaries to v0.7.44 (2011-04-19), compiled with ICL 12.0.3 and...
authorlordmulder <mulder2@gmx.de>
Wed, 20 Apr 2011 22:50:21 +0000 (00:50 +0200)
committerlordmulder <mulder2@gmx.de>
Wed, 20 Apr 2011 22:50:21 +0000 (00:50 +0200)
doc/Changelog.html
res/tools/mediainfo.i386.exe
res/tools/mediainfo.x64.exe
src/Config.h
src/Dialog_About.cpp
src/Thread_Initialization.cpp

index 196fc86..89a45b1 100644 (file)
@@ -23,7 +23,7 @@ a:visited { color: #0000EE; }
 <li>Added a method to use custom tools instead of the "built-in" ones (see <a href="FAQ.html#3d6684e9" target="_blank">FAQ doc</a> for details)
 <li>Updated Qt runtime libraries to v4.7.3
 <li>Updated LAME encoder to v3.99.1.0 (2011-04-15), compiled with ICL 12.0.3 and MSVC 10.0 (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/history.html?revision=1.127" target="_blank">details</a>)
-<li>Updated MediaInfo to v0.7.43 (2011-04-10), compiled with ICL 12.0.3 and MSVC 10.0
+<li>Updated MediaInfo to v0.7.44 (2011-04-19), compiled with ICL 12.0.3 and MSVC 10.0
 <li>Updated language files (big thank-you to all contributors !!!)
 </ul><br>
 
index 6ed80eb..1c019ef 100644 (file)
Binary files a/res/tools/mediainfo.i386.exe and b/res/tools/mediainfo.i386.exe differ
index 143d4f2..aac5236 100644 (file)
Binary files a/res/tools/mediainfo.x64.exe and b/res/tools/mediainfo.x64.exe differ
index 940ab49..21237d3 100644 (file)
@@ -29,8 +29,8 @@
 #define VER_LAMEXP_MINOR_HI                                    0
 #define VER_LAMEXP_MINOR_LO                                    2
 #define VER_LAMEXP_TYPE                                                Alpha
-#define VER_LAMEXP_PATCH                                       4
-#define VER_LAMEXP_BUILD                                       452
+#define VER_LAMEXP_PATCH                                       6
+#define VER_LAMEXP_BUILD                                       453
 
 ///////////////////////////////////////////////////////////////////////////////
 // Tools versions
index 72d691e..b4b889a 100644 (file)
@@ -294,7 +294,7 @@ void AboutDialog::showMoreAbout(void)
        moreAboutText += makeToolText
        (
                tr("OggEnc &minus; Ogg Vorbis Encoder"),
-               "oggenc2_i386.exe", "v?.??, aoTuV Beta-?.??",
+               "oggenc2.exe", "v?.??, aoTuV Beta-?.??",
                tr("Completely open and patent-free audio encoding technology."),
                "http://www.vorbis.com/"
        );
@@ -383,7 +383,7 @@ void AboutDialog::showMoreAbout(void)
        moreAboutText += makeToolText
        (
                tr("MediaInfo &minus; Media File Analysis Tool"),
-               "mediainfo_i386.exe", "v?.?.??",
+               "mediainfo.exe", "v?.?.??",
                tr("Released under the terms of the GNU Lesser General Public License."),
                "http://mediainfo.sourceforge.net/"
        );
index 97169fd..72322d5 100644 (file)
@@ -60,8 +60,8 @@ g_lamexp_tools[] =
        {"d837bf6ee4dab557d8b02d46c75a24e58980fffa", CPU_TYPE_ALL, "gpgv.gpg", UINT_MAX},
        {"d5b3b80220d85a9fd2f486e37c1fb6511f3c2d72", CPU_TYPE_ALL, "lame.exe", 3990},
        {"a4e929cfaa42fa2e61a3d0c6434c77a06d45aef3", CPU_TYPE_ALL, "mac.exe", 406},
-       {"9ee3074dc3232c61c0ffd6ae6755f65974695c51", CPU_TYPE_GEN, "mediainfo.i386.exe", 743},
-       {"3691da33a4efd7625d1bd01cbf5ce6ffd8a12d19", CPU_TYPE_X64, "mediainfo.x64.exe", 743},
+       {"3cbf0c5afba64378ca30f646b57741d877be520a", CPU_TYPE_GEN, "mediainfo.i386.exe", 744},
+       {"69f8733ad935d71d48cc3d907b4596adbabb2e81", CPU_TYPE_X64, "mediainfo.x64.exe", 744},
        {"aa89763a5ba4d1a5986549b9ee53e005c51940c1", CPU_TYPE_ALL, "mpcdec.exe", 435},
        {"38f81efca6c1eeab0b9dc39d06c2ac750267217f", CPU_TYPE_ALL, "mpg123.exe", 1132},
        {"8dd7138714c3bcb39f5a3213413addba13d06f1e", CPU_TYPE_ALL, "oggdec.exe", UINT_MAX},