Updated Opus encoder/decoder libraries v1.3-beta-15 (2018-02-22) and Opus-Tools to v0.1.10-49 (2018-02-24).

This commit is contained in:
LoRd_MuldeR 2018-02-25 15:38:17 +01:00
parent b40c526ae7
commit 23195afd41
12 changed files with 12 additions and 12 deletions

File diff suppressed because one or more lines are too long

View File

@ -9,7 +9,7 @@ LameXP Audio-Encoder Front-End – Changelog
* Upgraded build environment to Microsoft Visual Studio 2017 with Update-5
* Updated LAME encoder to v3.100 Final (2017-10-13), compiled with ICL 18.0 and MSVC 14.1
* Updated mpg123 decoder to v1.25.8 (2017-12-02), compiled with GCC 7.2.0
* Updated Opus encoder/decoder libraries to v1.3-beta-9 (2018-02-18) and Opus-Tools to v0.1.10-12 (2018-01-02)
* Updated Opus encoder/decoder libraries to v1.3-beta-15 (2018-02-22) and Opus-Tools to v0.1.10-49 (2018-02-24)
* Updated Monkey's Audio binary to v4.33 (2017-12-01), compiled with ICL 18.0 and MSVC 15.5
* Updated FAAD decoder to v2.8.6 (2017-10-10), compiled with ICL 18.0 and MSVC 15.5
* Updated ALAC decoder to refalac v1.64 (2017-05-19), compiled with ICL 18.0 and MSVC 15.5

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -34,8 +34,8 @@
#define VER_LAMEXP_MINOR_HI 1
#define VER_LAMEXP_MINOR_LO 6
#define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 7
#define VER_LAMEXP_BUILD 2092
#define VER_LAMEXP_PATCH 8
#define VER_LAMEXP_BUILD 2094
#define VER_LAMEXP_CONFG 2002
///////////////////////////////////////////////////////////////////////////////

View File

@ -69,7 +69,7 @@ bool OpusDecoder::decode(const QString &sourceFile, const QString &outputFile, Q
}
int prevProgress = -1;
QRegExp regExp("\\((\\d+)%\\)");
QRegExp regExp("\\((\\d+)\\.(\\d+)%\\)");
const result_t result = awaitProcess(process, abortFlag, [this, &prevProgress, &regExp](const QString &text)
{

View File

@ -207,7 +207,7 @@ bool OpusEncoder::encode(const QString &sourceFile, const AudioFileModel_MetaInf
}
int prevProgress = -1;
QRegExp regExp(L1S("\\((\\d+)%\\)"));
QRegExp regExp(L1S("\\[.\\]\\s+(\\d+)%"));
const result_t result = awaitProcess(process, abortFlag, [this, &prevProgress, &regExp](const QString &text)
{

View File

@ -99,12 +99,12 @@ g_lamexp_tools[] =
{"245181321625445ac42fce31d64bf03872e77e2d0dd3c19d6c17ca2771354f096a6040827dd6d00ffd7342c7dd26168e", CPU_TYPE_X86_GEN, "oggenc2.i686.exe", 288135603, "2015"},
{"512b8efcd1003a0f67220a450d6ea4466194e8fd49fc090a69b15a858db11499acbf98f984530cd5d37b4b6abdd1c6d8", CPU_TYPE_X86_SSX, "oggenc2.sse2.exe", 288135603, "2015"},
{"a07ef67cba5a00d335d07372baf76d4d0573b425afce71a19c1e04eaabbe3f55e60bdd40af5e428224c91df1823eda08", CPU_TYPE_X64_ALL, "oggenc2.x64.exe", 288135603, "2015"},
{"573c909c11647763a1cf5e7382790fe8ce197647054b9663e922c84dcfdfa1bea8f39bb288b603690fcd222db7e1c4df", CPU_TYPE_ALL_GEN, "opusdec.i686.exe", 20180218, "v1.3-beta-9"},
{"827f2995effe305f3ef8f13fe5506e97049f07dbb6697d0c43c35935a7d253e51df271093e1b1c199d6b6b494d5433f3", CPU_TYPE_ALL_SSE, "opusdec.sse2.exe", 20180218, "v1.3-beta-9"},
{"23574d262e859fececa68f131db0407eb8a2235f23af162682766c279aa15343f730eb62c897483569691a4de9b61f4b", CPU_TYPE_ALL_AVX, "opusdec.avx.exe", 20180218, "v1.3-beta-9"},
{"61855ebe3446d03d05f768fe036b98ea826874b98b5a12617be739ebdd219d63b61a6d2decbd63ba271e3da3a8efb4e8", CPU_TYPE_ALL_GEN, "opusenc.i686.exe", 20180218, "v1.3-beta-9"},
{"61fcc7b0ef4b53bf2e5bcf0616175f6b9a2766921f076d5d522278d58d16a895b8b0d9ba1c9569a437662e7a6bb8f300", CPU_TYPE_ALL_SSE, "opusenc.sse2.exe", 20180218, "v1.3-beta-9"},
{"c87a392ce0b05bcedf6a23bce9bedb0c909ecfda47e675ac4e55160aacfbc57407afb60494cbeba7ee140a7427e4c9d6", CPU_TYPE_ALL_AVX, "opusenc.avx.exe", 20180218, "v1.3-beta-9"},
{"c33460db871d6db07e24e5e6e11ac1b6c741e3dbacb705d470edbf5dcbb174898be293ebfa0d3aaa7b31465d857eaaab", CPU_TYPE_ALL_GEN, "opusdec.i686.exe", 20180225, "v1.3-beta-15"},
{"b4f016ca9930c8eefef9219e638df31fda7c0f8f80649bbfdf35c16bc0e0502deafe68d392857934a16e7f41c16128d2", CPU_TYPE_ALL_SSE, "opusdec.sse2.exe", 20180225, "v1.3-beta-15"},
{"7c72596716320cf10e0720eb49481f31a88cf5d36316a8e8afff2cf026ff08890b6c4e5c10ef1757842b2742f57929e6", CPU_TYPE_ALL_AVX, "opusdec.avx.exe", 20180225, "v1.3-beta-15"},
{"b2f0d0874060042e0043ab21a521bc74eeb6f9a2594514c930706d71ec9cf0f20d0f1254b038c8d2c5f5fc281933b0dd", CPU_TYPE_ALL_GEN, "opusenc.i686.exe", 20180225, "v1.3-beta-15"},
{"61dc703cda276833c026410ac6597288222d89bcd5f2ea22c16413d84b2fd584ad75286f7c502b556370d3f4fbdca3a1", CPU_TYPE_ALL_SSE, "opusenc.sse2.exe", 20180225, "v1.3-beta-15"},
{"503b7a97f65d3af9c53de9507dcdcdf2e503a96448292a4ef6199183044dc7e79938a3a8b1b4fd4ecffdfa1b96dd3709", CPU_TYPE_ALL_AVX, "opusenc.avx.exe", 20180225, "v1.3-beta-15"},
{"155b123845f797226d03c44d649de810b13001b70e55e3775559ee78b75c38c9284475d217a86752820cfe1c22f37f69", CPU_TYPE_X86_GEN, "refalac.i686.exe", 164, ""},
{"2bdb8a6e4ad05669623173101ccc9287b9d8b6bb5b2062abaadda3e3cceda7040478ef2b404348b52e2232307f8c8f7c", CPU_TYPE_X86_SSX, "refalac.sse2.exe", 164, ""},
{"3abae08b7be8d7e054bf48b7a7cbb874955a774dc2db69503490d59daf74db8adfa702401eeace6536810b0ac15dea84", CPU_TYPE_X64_ALL, "refalac.x64.exe", 164, ""},