Updated MediaInfo binaries to v21.03 (2021-03-26), compiled with ICL 2021.2 and MSVC 15.9.
This commit is contained in:
parent
46a12b7e4f
commit
3c0800b375
@ -107,8 +107,8 @@
|
|||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Message>Copy DLL's</Message>
|
<Message>Copy DLL's</Message>
|
||||||
<Command>mkdir "$(OutDir)\imageformats" 2> NUL
|
<Command>mkdir "$(OutDir)\imageformats" 2> NUL
|
||||||
copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Debug\bin\Qt*.dll" "$(OutDir)"
|
copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\v141_xp\Debug\bin\Qt*.dll" "$(OutDir)"
|
||||||
copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Debug\plugins\imageformats\*.dll" "$(OutDir)\imageformats"
|
copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\v141_xp\Debug\plugins\imageformats\*.dll" "$(OutDir)\imageformats"
|
||||||
copy /Y "$(SolutionDir)\..\Prerequisites\VisualLeakDetector\bin\Win32\*.dll" "$(OutDir)"
|
copy /Y "$(SolutionDir)\..\Prerequisites\VisualLeakDetector\bin\Win32\*.dll" "$(OutDir)"
|
||||||
copy /Y "$(SolutionDir)\..\Prerequisites\VisualLeakDetector\bin\Win32\*.manifest" "$(OutDir)"
|
copy /Y "$(SolutionDir)\..\Prerequisites\VisualLeakDetector\bin\Win32\*.manifest" "$(OutDir)"
|
||||||
</Command>
|
</Command>
|
||||||
@ -187,8 +187,8 @@ copy /Y "$(SolutionDir)\..\Prerequisites\VisualLeakDetector\bin\Win32\*.manifest
|
|||||||
<PostBuildEvent>
|
<PostBuildEvent>
|
||||||
<Message>Copy DLL's</Message>
|
<Message>Copy DLL's</Message>
|
||||||
<Command>mkdir "$(OutDir)\imageformats" 2> NUL
|
<Command>mkdir "$(OutDir)\imageformats" 2> NUL
|
||||||
copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\bin\Qt*.dll" "$(OutDir)"
|
copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\v141_xp\Shared\bin\Qt*.dll" "$(OutDir)"
|
||||||
copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\plugins\imageformats\*.dll" "$(OutDir)\imageformats"
|
copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\v141_xp\Shared\plugins\imageformats\*.dll" "$(OutDir)\imageformats"
|
||||||
</Command>
|
</Command>
|
||||||
</PostBuildEvent>
|
</PostBuildEvent>
|
||||||
<ResourceCompile>
|
<ResourceCompile>
|
||||||
|
@ -11,7 +11,7 @@ subtitle: "Audio-Encoder Front-End – Changelog"
|
|||||||
* Updated Vorbis encoder to OggEnc v2.88 (2020-07-07), using libvorbis v1.3.7 with aoTuV beta-6.03
|
* Updated Vorbis encoder to OggEnc v2.88 (2020-07-07), using libvorbis v1.3.7 with aoTuV beta-6.03
|
||||||
* Updated Monkey's Audio binary to v6.12 (2021-02-15), compiled with ICL 19.2 and MSVC 15.9
|
* Updated Monkey's Audio binary to v6.12 (2021-02-15), compiled with ICL 19.2 and MSVC 15.9
|
||||||
* Updated mpg123 decoder to v1.26.4 (2020-12-24), compiled with GCC 10.2.0
|
* Updated mpg123 decoder to v1.26.4 (2020-12-24), compiled with GCC 10.2.0
|
||||||
* Updated MediaInfo to v20.09 (2020-10-09), compiled with ICL 2021.1 and MSVC 15.9
|
* Updated MediaInfo to v21.03 (2021-03-26), compiled with ICL 2021.2 and MSVC 15.9
|
||||||
* Updated cURL to v7.75.0 (2021-02-03), with libcurl v7.75.0 and OpenSSL v1.1.1i
|
* Updated cURL to v7.75.0 (2021-02-03), with libcurl v7.75.0 and OpenSSL v1.1.1i
|
||||||
* Added Bulgarian (български) translation, thanks to Симеон Илиянов Цветков [<sicvetkov@uni-sofia.bg>](mailto:sicvetkov@uni-sofia.bg)
|
* Added Bulgarian (български) translation, thanks to Симеон Илиянов Цветков [<sicvetkov@uni-sofia.bg>](mailto:sicvetkov@uni-sofia.bg)
|
||||||
* Added command-line switch `--no-splash`, which can be used to hide the "splash" screen at startup
|
* Added command-line switch `--no-splash`, which can be used to hide the "splash" screen at startup
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -35,7 +35,7 @@
|
|||||||
#define VER_LAMEXP_MINOR_LO 9
|
#define VER_LAMEXP_MINOR_LO 9
|
||||||
#define VER_LAMEXP_TYPE RC
|
#define VER_LAMEXP_TYPE RC
|
||||||
#define VER_LAMEXP_PATCH 6
|
#define VER_LAMEXP_PATCH 6
|
||||||
#define VER_LAMEXP_BUILD 2306
|
#define VER_LAMEXP_BUILD 2311
|
||||||
#define VER_LAMEXP_CONFG 2188
|
#define VER_LAMEXP_CONFG 2188
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -150,7 +150,7 @@ protected:
|
|||||||
{
|
{
|
||||||
strncpy_s(s_errMsg, BUFF_SIZE, e.what(), _TRUNCATE);
|
strncpy_s(s_errMsg, BUFF_SIZE, e.what(), _TRUNCATE);
|
||||||
}
|
}
|
||||||
qWarning("OptionalInitTask exception error:\n%s\n\n", e.what());
|
qWarning("BaseTask exception error:\n%s\n\n", e.what());
|
||||||
}
|
}
|
||||||
catch(...)
|
catch(...)
|
||||||
{
|
{
|
||||||
@ -158,7 +158,7 @@ protected:
|
|||||||
{
|
{
|
||||||
strncpy_s(s_errMsg, BUFF_SIZE, "Unknown exception error!", _TRUNCATE);
|
strncpy_s(s_errMsg, BUFF_SIZE, "Unknown exception error!", _TRUNCATE);
|
||||||
}
|
}
|
||||||
qWarning("OptionalInitTask encountered an unknown exception!");
|
qWarning("BaseTask encountered an unknown exception!");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,9 +87,9 @@ g_lamexp_tools[] =
|
|||||||
{"0dbaee5e265caaeb97534eee0a3135657d2a3456b174f5d66c723e157b33c0df6827abcb37c1035b9c82ca359a39db3a", CPU_TYPE_X86_SSX, "mac.x86-sse2.exe", 612, ""},
|
{"0dbaee5e265caaeb97534eee0a3135657d2a3456b174f5d66c723e157b33c0df6827abcb37c1035b9c82ca359a39db3a", CPU_TYPE_X86_SSX, "mac.x86-sse2.exe", 612, ""},
|
||||||
{"bee97c0ef8ff9d698e3d0034f8743bdd364bf8dabb5e3ec69ac70d71b43569f242640553e8623080263b7920e5eb649d", CPU_TYPE_X64_NVX, "mac.x64-sse2.exe", 612, ""},
|
{"bee97c0ef8ff9d698e3d0034f8743bdd364bf8dabb5e3ec69ac70d71b43569f242640553e8623080263b7920e5eb649d", CPU_TYPE_X64_NVX, "mac.x64-sse2.exe", 612, ""},
|
||||||
{"efb658f4064357afd9d72eea97d0660c4ec5303e845cef54eaa95134dd7f40524d330550689786d47e99ad63d464854e", CPU_TYPE_X64_AVX, "mac.x64-avx.exe", 612, ""},
|
{"efb658f4064357afd9d72eea97d0660c4ec5303e845cef54eaa95134dd7f40524d330550689786d47e99ad63d464854e", CPU_TYPE_X64_AVX, "mac.x64-avx.exe", 612, ""},
|
||||||
{"8e133974fef3c14e25ca661abb8cf1ee5a66d77738cab2b84b807efc4afa885f0586deb97a50e2a5be9cd85e70296e73", CPU_TYPE_X86_GEN, "mediainfo.i686.exe", 20090, ""},
|
{"9b9318941926ae074c84f0791e852ee03b6e418425b1138ef2be113d3734aebe463b537badf3db5024418317492eac08", CPU_TYPE_X86_GEN, "mediainfo.i686.exe", 21030, ""},
|
||||||
{"147f5a75caf915558cbb4a3f17d670a35406d8dbedba2709e6c13453595b0b567e9de37198b4add9525f01e4bf817ddd", CPU_TYPE_X86_SSX, "mediainfo.sse2.exe", 20090, ""},
|
{"5b73309f81270e5c9a9ec475895746cab4fd7cf769d5e9878f2c066491996cdad40fe7346a969db15d426c1c81a68572", CPU_TYPE_X86_SSX, "mediainfo.sse2.exe", 21030, ""},
|
||||||
{"8037a0f8430e405dcf1d4d9dcf1a8d26d5d0fcc33aafff15100fa45ee4f1834f47e6f7a863bcee926f2fe384947bdab0", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 20090, ""},
|
{"65275a07c984fbc72dd57828285c2e494d56b97e2f5cf922e60424de456a71c1df98a856c5f99bb852701f4aa0f0622e", CPU_TYPE_X64_ALL, "mediainfo.x64.exe", 21030, ""},
|
||||||
{"7e6346a057634ff07b2e1f427035324f7f02100cc996425990f87f71d767fce4c7b101588c7d944ba49cb2d7e51c9bdb", CPU_TYPE_ALL_ALL, "mpcdec.exe", 475, ""},
|
{"7e6346a057634ff07b2e1f427035324f7f02100cc996425990f87f71d767fce4c7b101588c7d944ba49cb2d7e51c9bdb", CPU_TYPE_ALL_ALL, "mpcdec.exe", 475, ""},
|
||||||
{"c11107e563cf8131da2574cfb93c2661e343d615c17e3cdc95db130052e44fb2e188e1712f74c2eaac7ca42276398aa4", CPU_TYPE_X86_GEN, "mpg123.x86-i686.exe", 12604, ""},
|
{"c11107e563cf8131da2574cfb93c2661e343d615c17e3cdc95db130052e44fb2e188e1712f74c2eaac7ca42276398aa4", CPU_TYPE_X86_GEN, "mpg123.x86-i686.exe", 12604, ""},
|
||||||
{"5847e83260552544c70e693e394dcf1928863350cf4bc6b3752728cda70ebec6f13db6bc8a3914a780bc283207fe4ba7", CPU_TYPE_X86_SSX, "mpg123.x86-sse2.exe", 12604, ""},
|
{"5847e83260552544c70e693e394dcf1928863350cf4bc6b3752728cda70ebec6f13db6bc8a3914a780bc283207fe4ba7", CPU_TYPE_X86_SSX, "mpg123.x86-sse2.exe", 12604, ""},
|
||||||
|
Loading…
Reference in New Issue
Block a user