Updated MediaInfo binaries to v0.7.50 (2011-09-23), compiled with ICL 12.1.6 and MSVC 10.0.
This commit is contained in:
parent
f566aa466a
commit
9b3aada3c3
@ -29,7 +29,7 @@ a:visited { color: #0000EE; }
|
||||
<li>Updated Qt runtime libraries to v4.8.0 RC-1 (2011-10-13), compiled with MSVC 10.0
|
||||
<li>Updated LAME encoder to v3.99.1 Final (2011-11-05), compiled with ICL 12.1.6 and MSVC 10.0 (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/history.html?revision=1.133" target="_blank">details</a>)
|
||||
<li>Updated mpg123 decoder to v1.13.4 (2011-09-07), compiled with GCC 4.6.1
|
||||
<li>Updated MediaInfo to v0.7.50 (2011-09-23), compiled with MSVC 10.0
|
||||
<li>Updated MediaInfo to v0.7.51 (2011-11-11), compiled with ICL 12.1.6 and MSVC 10.0
|
||||
<li>Updated language files (big thank-you to all contributors !!!)
|
||||
<li>Improved "downmix" filter by using explicit channel mappings for each number of input channels
|
||||
<li>Fixed a potential bug in CPU type detection that might have caused the wrong binary to be used
|
||||
|
Binary file not shown.
Binary file not shown.
@ -30,7 +30,7 @@
|
||||
#define VER_LAMEXP_MINOR_LO 4
|
||||
#define VER_LAMEXP_TYPE Alpha
|
||||
#define VER_LAMEXP_PATCH 1
|
||||
#define VER_LAMEXP_BUILD 771
|
||||
#define VER_LAMEXP_BUILD 772
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Tools versions
|
||||
|
@ -64,8 +64,8 @@ g_lamexp_tools[] =
|
||||
{"600b088d5594f29bb0791ba1ce9acbf6121ddec9f81b2118bea2a80c6b20e36afc4b8613", CPU_TYPE_ALL_GEN, "lame.i386.exe", 3991},
|
||||
{"7689fe715ff202f329060eb9c803e79f6b8d870aec945aeb60713fa2365905a1a8e18216", CPU_TYPE_ALL_SSE, "lame.sse2.exe", 3991},
|
||||
{"67933924d68ce319795989648f29e7bd1abaac4ec09c26cbb0ff0d15a67a9df17e257933", CPU_TYPE_ALL_ALL, "mac.exe", 406},
|
||||
{"a521603c070cbd91a54df54bbaf0d74336a61e9cf527b98eb2ee62c2ab424e6b834e3292", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 750},
|
||||
{"6ca4f3c6e15df2e2091257d6f2647372e419e375ea914094c5f631d7d54c07375e685335", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 750},
|
||||
{"4c535e7e40f373a660f01d694d53d0cc3962b462b0e18bcf3a5568df91b88e55e5627fe4", CPU_TYPE_X86_ALL, "mediainfo.i386.exe", 751},
|
||||
{"81fee57d5d38162dd68aa4bfc96735ff3168d56906d90aa854171985689e23e3bbd32ccd", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 751},
|
||||
{"a93ec86187025e66fb78026af35555bd3b4e30fe1a40e8d66f600cfd918f07f431f0b2f2", CPU_TYPE_ALL_ALL, "mpcdec.exe", 435},
|
||||
{"7fa1beb4161d603563089cadd601f68fb9f436f05d9477b6a604501b072f5a973dd45fbb", CPU_TYPE_ALL_ALL, "mpg123.exe", 1134},
|
||||
{"0c781805dda931c529bd16069215f616a7a4c5e5c2dfb6b75fe85d52b20511830693e528", CPU_TYPE_ALL_ALL, "oggdec.exe", UINT_MAX},
|
||||
|
Loading…
Reference in New Issue
Block a user