Updated LAME encoder to v3.100.1 SVN (2020-08-25), compiled with ICL 19.1 and MSVC 15.9.
This commit is contained in:
parent
3073ceb312
commit
a0536fd1b1
File diff suppressed because one or more lines are too long
@ -7,6 +7,7 @@ subtitle: "Audio-Encoder Front-End – Changelog"
|
||||
# LameXP v4.xx History #
|
||||
|
||||
## LameXP v4.19 [unreleased] ## {-}
|
||||
* Updated LAME encoder to v3.100.1-SVN (2020-08-25), compiled with ICL 19.1 and MSVC 15.9
|
||||
* 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 v5.54 (2020-08-24), compiled with ICL 19.1 and MSVC 15.9
|
||||
* Updated mpg123 decoder to v1.26.3 (2020-07-16), compiled with GCC 10.1.0
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -34,8 +34,8 @@
|
||||
#define VER_LAMEXP_MINOR_HI 1
|
||||
#define VER_LAMEXP_MINOR_LO 9
|
||||
#define VER_LAMEXP_TYPE Beta
|
||||
#define VER_LAMEXP_PATCH 2
|
||||
#define VER_LAMEXP_BUILD 2279
|
||||
#define VER_LAMEXP_PATCH 3
|
||||
#define VER_LAMEXP_BUILD 2280
|
||||
#define VER_LAMEXP_CONFG 2188
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -79,10 +79,10 @@ g_lamexp_tools[] =
|
||||
{"84554229476537d06f2aafc0ca8153eb971b7f44c67f0ca9474e557b795f0cd055b9dd9af6a72d0dd37c45d952b0b479", CPU_TYPE_X64_AVX, "flac.x64-avx.exe", 132, ""},
|
||||
{"d2cff6f3ca2e5147d4ac76b059052fbcbbabf6c3163e188edef80002ff30283aef2fee43fdc905bd71f1a0a59317ebec", CPU_TYPE_ALL_ALL, "gpgv.exe", 1423, ""},
|
||||
{"c66992384b6388a7b68f2659624c150b33ff1cacb0c28c0ab2a3249eca4c31e204953f325403f78c077d1735b275ac12", CPU_TYPE_ALL_ALL, "keyring.gpg", UINT_MAX, ""},
|
||||
{"2d6c5cc71958eb32027c397cc99ab412bf9faa9d8950230d40c90e2b1dc64103a9b03e0d97225a8f143ba9a581ffee11", CPU_TYPE_X86_GEN, "lame.x86-i686.exe", 31001, "SVN"},
|
||||
{"96f4ee17e73b9eea76e4827ccc4668ed379ff0b61f79e50d6f5bc40e51835e0259a96f351c197ca28fe21e8feded206c", CPU_TYPE_X86_SSX, "lame.x86-sse2.exe", 31001, "SVN"},
|
||||
{"0cb7258f37e94c78769598a793054426a10ea05dde4e22af5cf0cdb84d76f928a1e90a3a8a8ff0ec7aedbbe698375915", CPU_TYPE_X64_NVX, "lame.x64-sse2.exe", 31001, "SVN" },
|
||||
{"1f1b8f37d879894a988dba832a6e176f5fa1c2863f27afecfa3b442afb50af6851dd1096a7fb425d1977c707245d3958", CPU_TYPE_X64_AVX, "lame.x64-avx.exe", 31001, "SVN" },
|
||||
{"657320078375a5392e2f9351f2b375b5b3fd9c7ab5e00d0d1f00e58af2405f9f9278078b17959f1d547d4c1b816b0b67", CPU_TYPE_X86_GEN, "lame.x86-i686.exe", 31001, "SVN"},
|
||||
{"d26a917f5cd1b29bb10810d85e4f979e3fd58d9c4957990badd35a57bc6936b02d78c0096094e7906c8288f66b79bb8b", CPU_TYPE_X86_SSX, "lame.x86-sse2.exe", 31001, "SVN"},
|
||||
{"b76d98075dac1a18675d837aea4051a9a71406af4636a41f0a8923beaf0d299de3ad51a6d80275a878849a63de16e90a", CPU_TYPE_X64_NVX, "lame.x64-sse2.exe", 31001, "SVN" },
|
||||
{"31c4374e174bbf25b4429eabf22f570a841ce63796ce8321ea02af9620ce599cf9f92276224acc8f9375cdcaae846c8c", CPU_TYPE_X64_AVX, "lame.x64-avx.exe", 31001, "SVN" },
|
||||
{"cabbeef5a0259309382829bd3f7c65361376fcfca7fa78cfc27517644e9ad31b66b340d8982a41e698f5ad1dc6bafd69", CPU_TYPE_X86_GEN, "mac.x86-i686.exe", 554, ""},
|
||||
{"2876c70cddb29ba267f067c8636c0de45dd13f73714f88aa85661bfc63bc148cc6ab7a4378455f8c29c866cc6896fa45", CPU_TYPE_X86_SSX, "mac.x86-sse2.exe", 554, ""},
|
||||
{"cbf94c69dbbc995e640b26f74c56638457a10cb28a7f0a51680761344950b935ddc6109b76c92d0d5b380a2248e072b5", CPU_TYPE_X64_NVX, "mac.x64-sse2.exe", 554, ""},
|
||||
|
Loading…
Reference in New Issue
Block a user