Updated Opus-Tools binaries to v0.1.4 with latest libopus (2012-08-16), compiled with ICL 12.1.7 and MSVC 10.0.
This commit is contained in:
parent
123706d87e
commit
81011c6e40
@ -17,7 +17,7 @@ a:visited { color: #0000EE; }
|
||||
<h3>LameXP - Version History</h3><br>
|
||||
|
||||
<a name="4.05"></a>Changes between v4.04 and v4.05 [<font color="darkred">unreleased</font>]:<br><ul>
|
||||
<li>Added support for Opus Audio Codec, based on Opus-Tools v0.1.4 (2012-08-05) by Xiph.org/Mozilla
|
||||
<li>Added support for Opus Audio Codec, based on Opus-Tools v0.1.4 (2012-08-16) by Xiph.org/Mozilla
|
||||
<li>Added Swedish translation, thanks to Åke Engelbrektson <eson57@gmail.com>
|
||||
<li>Updated Qt runtime libraries to v4.8.2 (2012-05-22), compiled with MSVC 10.0
|
||||
<li>Updated mpg123 decoder to v1.14.4 (2012-07-26), compiled with GCC 4.6.1
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -30,7 +30,7 @@
|
||||
#define VER_LAMEXP_MINOR_LO 5
|
||||
#define VER_LAMEXP_TYPE Beta
|
||||
#define VER_LAMEXP_PATCH 3
|
||||
#define VER_LAMEXP_BUILD 1084
|
||||
#define VER_LAMEXP_BUILD 1085
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Tool versions (minimum expected versions!)
|
||||
|
@ -1799,6 +1799,7 @@ QString lamexp_known_folder(lamexp_known_folder_t folder_id)
|
||||
folderGUID = GUID_SYSTEM_FOLDER;
|
||||
break;
|
||||
default:
|
||||
qWarning("Invalid 'known' folder was requested!");
|
||||
return QString();
|
||||
break;
|
||||
}
|
||||
|
@ -73,9 +73,9 @@ g_lamexp_tools[] =
|
||||
{"0c019e13450dc664987e21f4e5489d182be7d6d0d81efbbaaf1c78693dfe3e38e0355b93", CPU_TYPE_X86_GEN, "oggenc2.i386.exe", 287603},
|
||||
{"693dd6f779df70a047c15c2c79350855db38d5b0cd7e529b6877b7c821cfe6addfdd50a4", CPU_TYPE_X86_SSE, "oggenc2.sse2.exe", 287603},
|
||||
{"291cedb6a1b213330a9cb508f975ee7132a25aa26770ab91cade50109b4ffb81c9bdd09a", CPU_TYPE_X64_ALL, "oggenc2.x64.exe", 287603},
|
||||
{"7428024beb1bbffbb837300269ec986be9a986cfd2f3506a68cc085610f52c6cebe9a65f", CPU_TYPE_ALL_ALL, "opusdec.exe", 20120805},
|
||||
{"6ebaa1acde1027439ce555ca53c8f2d18b1a8a251a93741bdeae4310fdfe270a332b98a3", CPU_TYPE_ALL_ALL, "opusenc_ea7.exe", 20120805},
|
||||
{"4cc34ffe7fb2de3c60aff579b377557233741b6c8abf9c8cdcc25eb7d632f1528c859d24", CPU_TYPE_ALL_ALL, "opusenc_std.exe", 20120805},
|
||||
{"34e598fb8fd22275c763a733f8c6e60ac9b8879afcddaa9c3bb6fccc76c06f2109151ef1", CPU_TYPE_ALL_ALL, "opusdec.exe", 20120816},
|
||||
{"8598fdfa74bf265bfea7573aebf383a84d6a3e65f25c86895b022522f1cb1003c904bb8e", CPU_TYPE_ALL_ALL, "opusenc_ea7.exe", 20120816},
|
||||
{"ecee8d291ce0a980ccc588f1778f0c251e47bb247886047d574bc342cca82f4dbdcd81ab", CPU_TYPE_ALL_ALL, "opusenc_std.exe", 20120816},
|
||||
{"58c2b8bcff8f27bfa8fab8172b80f5da731221d072c7dba4dd3a3d7d6423490a25dc6760", CPU_TYPE_ALL_ALL, "shorten.exe", 361},
|
||||
{"017a0f613a962af0620618019b015d5c54bb3c07cf1023e5fdb9502b652367ebbfaaebbc", CPU_TYPE_ALL_ALL, "sox.exe", 1440},
|
||||
{"48e7f81c024cd17dac0eaeab253aad6b223e72dc80688f7576276b0563209514ff0bb9c8", CPU_TYPE_ALL_ALL, "speexdec.exe", 12},
|
||||
|
Loading…
Reference in New Issue
Block a user