Commit Graph

22 Commits

Author SHA1 Message Date
3afa3be1ca Updated LAME encoder to v3.101 Beta-3 (2023-11-21), compiled with ICL 2023.2 and MSVC 16.11. 2023-12-12 23:21:34 +01:00
011f204e55 Updated Opus encoder/decoder libraries to v1.4+9 (2023-11-03) and Opus-Tools to v0.2+34 (2023-11-12). 2023-12-12 00:39:28 +01:00
52275c20fd Updated MediaInfo binaries to v22.09 (2022-10-04), compiled with ICL 2022.2 and MSVC 15.9. 2022-10-09 18:49:29 +02:00
ec3b5292ec FLAC binary updated to AVX2. 2022-10-09 18:26:56 +02:00
c3cf64cd94 Updated mpg123 decoder to v1.30.2 (2022-08-02), compiled with GCC 12.2.0. 2022-10-09 18:15:14 +02:00
4091581bb8 CPU flag CPU_TYPE_X64_AVX now means AVX+AVX2 support is available, instead of just AVX support.
This allows us to have AVX+AVX2-optimized binaries from now on.
Also, there are few CPUs that support AVX but not AVX2. Pretty much all modern CPUs support AVX+AVX2.
The few CPUs that support only AVX (but not AVX2) will fall back to SSE2. So what?
2022-10-09 14:07:42 +02:00
3a210e9135 Replaced GnuPG (gpgv) by CodeSign verification tool for checking the auto-update signatures. 2021-07-27 19:59:50 +02:00
69bbb5dc40 Rename cURL CA bundle file. 2021-07-27 19:59:48 +02:00
e19a9e32d1 Updated cURL binary to v7.77.0 (2021-05-26), with libcurl v7.77.0 and OpenSSL v1.1.1k. 2021-07-27 19:59:47 +02:00
e40ab2a691 Updated "all-in-one" resources file. 2021-07-27 19:59:45 +02:00
a979a3a5d4 Use the built-in tagging capability of Monkey's Audio encoder (available since v5.43) + drop the 'tag.exe' tool. 2021-07-27 19:59:41 +02:00
006e1855fd Added Bulgarian (български) translation, thanks to Симеон Илиянов Цветков <sicvetkov@uni-sofia.bg>. 2020-11-09 19:35:25 +01:00
a0c390ff56 Added x64 binaries of mpg123 decoder v1.25.10 (2018-03-05), compiled with GCC 8.2.1. 2018-12-05 21:47:16 +01:00
db497292dc Replaced Wget by cURL in order to adapt for recent changes in MUtils library. 2018-10-15 23:32:35 +02:00
436c251c4e Downgraded FAAD to from v2.8 to v2.7 for now, because v2.8 is currently broken with certain MP4 files. 2018-06-03 15:45:18 +02:00
cd23e49362 Updated OggDec binaries to v1.10.1 using libvorbis v1.3.5 (2015-03-19), compiled with ICL 18.2 and MSVC 15.6. 2018-04-20 23:44:11 +02:00
e8f83982e8 Removed an used tool. 2018-02-06 20:09:13 +01:00
d6b54169c2 Updated FAAD binary to v2.8.6 (2017-10-10), compiled with ICL 18.0 and MSVC 15.5. 2017-12-16 19:16:14 +01:00
e494d911d5 Updated refalac binary to v1.64 (2017-05-19), compiled with ICL 18.0 and MSVC 15.5. 2017-12-15 22:45:16 +01:00
d5f47a7325 Updated WavPack decoder binary to v5.1.0 (2017-01-20), compiled with ICL 18.0 and MSVC 15.5. 2017-12-11 17:47:31 +01:00
88dd840f01 Updated Monkey's Audio binaries to v4.33 (2017-12-01), compiled with ICL 18.0 and MSVC 15.5. 2017-12-08 22:45:23 +01:00
ca06a8e59b Load resources from separate RCC file in *non*-static builds. 2017-08-16 23:07:28 +02:00