From 3afa3be1cae4d3518e00afb41aa84acd328216eb Mon Sep 17 00:00:00 2001
From: LoRd_MuldeR
Date: Tue, 12 Dec 2023 23:21:34 +0100
Subject: [PATCH] Updated LAME encoder to v3.101 Beta-3 (2023-11-21), compiled
with ICL 2023.2 and MSVC 16.11.
---
LameXP_VS2017.vcxproj | 4 ++--
LameXP_VS2017.vcxproj.filters | 4 ++--
LameXP_VS2019.vcxproj | 4 ++--
LameXP_VS2019.vcxproj.filters | 4 ++--
doc/Changelog.html | 2 +-
doc/Changelog.md | 1 +
etc/Patches/lame-msvc-build-files.tar | Bin 0 -> 47104 bytes
res/Tools.lame-x64-avx.qrc | 2 --
res/Tools.lame-x64-avx2.qrc | 2 ++
res/_ALL.qrc | 2 +-
res/tools/lame.x64-avx.exe | Bin 707072 -> 0 bytes
res/tools/lame.x64-avx2.exe | Bin 0 -> 561152 bytes
res/tools/lame.x64-sse2.exe | Bin 687104 -> 550912 bytes
res/tools/lame.x86-i686.exe | Bin 290304 -> 330752 bytes
res/tools/lame.x86-sse2.exe | Bin 565760 -> 542720 bytes
src/Config.h | 2 +-
src/Tools.h | 8 ++++----
17 files changed, 18 insertions(+), 17 deletions(-)
create mode 100644 etc/Patches/lame-msvc-build-files.tar
delete mode 100644 res/Tools.lame-x64-avx.qrc
create mode 100644 res/Tools.lame-x64-avx2.qrc
delete mode 100644 res/tools/lame.x64-avx.exe
create mode 100644 res/tools/lame.x64-avx2.exe
diff --git a/LameXP_VS2017.vcxproj b/LameXP_VS2017.vcxproj
index cc6a7d19..95f625b0 100644
--- a/LameXP_VS2017.vcxproj
+++ b/LameXP_VS2017.vcxproj
@@ -495,7 +495,7 @@ copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\v141_xp\Shared\plugins\imageformats
true
false
-
+
true
true
false
@@ -1650,7 +1650,7 @@ copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\v141_xp\Shared\plugins\imageformats
true
false
-
+
Document
"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
diff --git a/LameXP_VS2017.vcxproj.filters b/LameXP_VS2017.vcxproj.filters
index 3a61dca2..bd0202d5 100644
--- a/LameXP_VS2017.vcxproj.filters
+++ b/LameXP_VS2017.vcxproj.filters
@@ -424,7 +424,7 @@
Generated Files\QRC
-
+
Generated Files\QRC
@@ -935,7 +935,7 @@
Resources
-
+
Resources
diff --git a/LameXP_VS2019.vcxproj b/LameXP_VS2019.vcxproj
index 908f0507..f138ed21 100644
--- a/LameXP_VS2019.vcxproj
+++ b/LameXP_VS2019.vcxproj
@@ -496,7 +496,7 @@ copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\plugins\i
true
false
-
+
true
true
false
@@ -1651,7 +1651,7 @@ copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\plugins\i
true
false
-
+
Document
"$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)"
RCC "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp"
diff --git a/LameXP_VS2019.vcxproj.filters b/LameXP_VS2019.vcxproj.filters
index 3a61dca2..bd0202d5 100644
--- a/LameXP_VS2019.vcxproj.filters
+++ b/LameXP_VS2019.vcxproj.filters
@@ -424,7 +424,7 @@
Generated Files\QRC
-
+
Generated Files\QRC
@@ -935,7 +935,7 @@
Resources
-
+
Resources
diff --git a/doc/Changelog.html b/doc/Changelog.html
index 55a0b872..25324f62 100644
--- a/doc/Changelog.html
+++ b/doc/Changelog.html
@@ -1 +1 @@
- LameXP LameXP v4.xx History
LameXP v4.21 [2023-??-??]
- Upgraded build environment to Microsoft Visual Studio 2019.11 (MSVC 16.11)
- Updated the Windows SDK version to 10.0.19041.0
- Updated Opus encoder/decoder libraries to v1.4+9 (2023-11-03) and Opus-Tools to v0.2+34 (2023-11-12)
- Updated FLAC encoder/decoder to v1.4.3 (2023-06-23), compiled with ICL 2024.0 and MSVC 16.11
- Updated mpg123 decoder to v1.32.3 (2023-10-02), compiled with GCC 13.2.0
- Updated MediaInfo to v23.11 (2023-11-30), compiled with ICL 2023.2 and MSVC 16.11
- Updated cURL to v8.5.0 (2023-12-06), with libcurl v8.5.0 and OpenSSL v1.1.1w
LameXP v4.20 [2023-03-07]
- Updated FLAC encoder/decoder to v1.4.1 (2022-09-22), compiled with ICL 2022.2 and MSVC 15.9
- Updated Monkey's Audio binary to v8.92 (2022-10-07), compiled with ICL 2022.2 and MSVC 15.9
- Updated mpg123 decoder to v1.30.2 (2022-08-02), compiled with GCC 12.2.0
- Updated MediaInfo to v22.12 (2022-12-22), compiled with ICL 2022.2 and MSVC 15.9
- Implemented workaround for
DwmEnableBlurBehindWindow()
not working on Windows 11 - Updated cURL to v7.87.0 (2022-12-21), with libcurl v7.87.0 and OpenSSL v1.1.1s
LameXP v4.19 [2021-08-29]
- 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 v6.29 (2021-05-25), 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 MediaInfo to v21.03 (2021-03-26), compiled with ICL 2021.2 and MSVC 15.9
- Updated cURL to v7.77.0 (2021-05-26), with libcurl v7.77.0 and OpenSSL v1.1.1k
- Updated the Windows SDK version used for release builds (Visual Studio 2017) to 10.0.14393.0
- Added Bulgarian (български) translation, thanks to Симеон Илиянов Цветков <sicvetkov@uni-sofia.bg>
- Added command-line switch
--no-splash
, which can be used to hide the "splash" screen at startup - Added a workaround for missing
normaliz.dll
to the installer (Windows XP only) - GnuPG has been replaced by CodeSign verification tool for checking the auto-update signatures
LameXP v4.18 [2019-12-18]
- Upgraded build environment to Microsoft Visual Studio 2017.9 (MSVC 14.16)
- Updated LAME encoder to v3.100.1-SVN (2019-07-23), compiled with ICL 19.0 and MSVC 14.16
- Updated Opus encoder/decoder libraries to v1.3.1 (2019-04-14) and Opus-Tools to v0.2+3 (2018-10-16)
- Updated Vorbis encoder to OggEnc v2.88 (2018-11-14), using libvorbis v1.3.6 with aoTuV b6.03 (2018)
- Updated FLAC encoder/decoder to v1.3.2+ Git (2018-09-19), compiled with ICL 19.0 and MSVC 14.16
- Updated Monkey's Audio binary to v4.73 (2019-05-15), compiled with ICL 19.0 and MSVC 14.16
- Updated mpg123 decoder to v1.25.11 (2019-07-18) and added 64-Bit binaries, compiled with GCC 9.1.0
- Updated MediaInfo to v19.07 (2019-07-16), compiled with ICL 19.0 and MSVC 14.16
- Added Japanese (日本語) translation, thanks to Maboroshin <pc.genkaku.in>
- Fixed encoding with Nero AAC encoder for input sampling rate less than 8 KHz or greater than 96 KHz
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.17 [2018-11-10]
- Upgraded build environment to Microsoft Visual Studio 2017.8 (MSVC 14.15)
- Updated Opus encoder/decoder libraries to v1.3 (2018-10-17) and Opus-Tools to v0.2+3 (2018-10-16)
- Updated MediaInfo to v18.05 (2018-05-09), compiled with ICL 18.2 and MSVC 14.14
- Updated GnuPG to v1.4.23 (2018-06-11), compiled with GCC 7.3.0
- Downgraded FAAD to from v2.8 to v2.7 for now, because v2.8 is currently broken with certain MP4 files
- Fixed detection of certain WMA and AAC files [regression in LameXP v4.16]
- Some improvements to the auto-update function, which is now using cURL instead of Wget
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.16 [2018-04-30]
- Upgraded build environment to Microsoft Visual Studio 2017.6 (MSVC 14.13)
- 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.10 (2018-03-05), compiled with GCC 7.3.0
- Updated Opus encoder/decoder libraries to v1.3-beta-31 (2018-03-27) and Opus-Tools to v0.1.10-51 (2018-03-04)
- Updated Monkey's Audio binary to v4.33 (2017-12-01), compiled with ICL 18.0 and MSVC 14.12
- Updated FAAD decoder to v2.8.6 (2017-10-10), compiled with ICL 18.0 and MSVC 15.5
- Updated Vorbis decoder to OggDec v1.10.1+ (2015-03-19), using libVorbis v1.3.6 (2018-03-16)
- Updated ALAC decoder to refalac v1.64 (2017-05-19), compiled with ICL 18.0 and MSVC 14.12
- Updated WavPack decoder to v5.1.0 (2017-01-20), compiled with ICL 18.0 and MSVC 14.12
- Updated MediaInfo to v18.03.1+ (2018-04-19), compiled with ICL 18.2 and MSVC 14.13
- Updated GnuPG to v1.4.22 (2017-07-19), compiled with GCC 7.2.0
- Updated QAAC add-in (separate download) to QAAC v2.64 (2017-07-19), compiled with ICL 18.0 and MSVC 14.12
- Complete re-write of MediaInfo parsing code, now using XML-based MediaInfo output
- Improved auto-detection of max. parallel instances on computers with "fast" (i.e. SSD or similar) drive
- Some improvements to output file name generation code
- Added "Visual Elements" manifest for Windows 8+ "Start" screen tile
- Some more protection against "DLL pre-loading" attacks has been implemented
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.15 [2017-05-31]
- Fixed a bug in auto-rename feature, that caused problems when a meta-tag contained path separators
- Fixed included MediaInfo binary not working on processor without SSE2 support
- Improved file name generation from meta-tags containing characters that are forbidden in file names
- Some improvements for "high DPI" screens: Adjust initial window size according to DPI setting
- Updated Opus encoder/decoder libraries to v1.2-beta (2017-05-26) and Opus-Tools to v0.1.10 (2017-05-25)
- Updated MediaInfo to v0.7.95 (2017-05-04), compiled with ICL 17.0 and MSVC 12.0
- Updated SoX to v14.4.2 (2015-02-22) with Dynamic Audio Normalizer v2.10 (2017-04-14) effect included
- Updated mpg123 decoder to v1.24.0 (2017-03-02), compiled with GCC 6.3.0
- Updated FAAD decoder to v2.7 from CVS in order to include latest libFAAD fixes (2016-11-11)
- Updated Monkey's Audio binary to v4.25 (2017-03-12), compiled with ICL 17.0 and MSVC 14.0
- Some tweaks to the auto-update function in order to speed-up the update check in most situations
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.14 [2016-11-19]
- Upgraded build environment to Microsoft Visual Studio 2015 with Update-3
- Fixed the location of temporary intermediate files for SoX-based audio effects
- Fixed embedding of meta tags with OggEnc2 when reading directly from OGG/FLAC input file
- Fixed encoding of non-Stereo sources with NeroAAC, when "HE-AAC v2 (SBR+PS)" is selected
- Fixed a bug that would cause the encoding job to fail, when an audio filter is skipped
- Enabled the "built-in" resampler for QAAC encoder
- The "Algorithm Quality" slider now also affects the QAAC encoder
- Added "AVX" (Advanced Vector Extensions) to CPU feature detection code
- Updated Opus encoder/decoder libraries to v1.2-alpha and Opus-Tools to v0.1.9 (2016-11-04)
- Updated LAME encoder to v3.100 Alpha-2 (2016-01-29), compiled with ICL 15.0 and MSVC 12.0
- Updated FLAC encoder/decoder to v1.3.1 (2016-10-04), compiled with ICL 17.0 and MSVC 12.0
- Updated MediaInfo to v0.7.90 (2016-10-31), compiled with ICL 17.0 and MSVC 12.0
- Updated mpg123 decoder to v1.23.8 (2016-09-27), compiled with GCC 6.2.0
- Updated ALAC decoder to refalac v1.61 (2016-10-02)
- Updated WavPack decoder to v4.80.0 (2016-03-28), compiled with ICL 15.0 and MSVC 12.0
- Updated GnuPG to v1.4.21 (2016-08-17), compiled with GCC 6.1.0
- Updated QAAC add-in to the to QAAC v2.61 (2016-10-02)
- Updated FhgAacEnc add-in to "Case" edition (2015-10-24)
- Improved auto-update function (faster Internet connectivity check)
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.13 [2015-12-12]
- Upgraded build environment to Microsoft Visual Studio 2015 with Update-1
- Apply the original file's "creation" and "last modified" date/time to the output file (optional)
- Updated Vorbis encoder to OggEnc v2.88 (2015-09-10), using libvorbis v1.3.5 and aoTuV b6.03_2015
- Updated MediaInfo to v0.7.78 (2015-10-02), compiled with ICL 15.0 and MSVC 12.0
- Fixed resampling bug with Vorbis encoder, regression in OggEnc v2.87
- Fixed creation of Monkey's Audio (APE) files, when no meta data is being embedded
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.12 [2015-10-23]
- Upgraded build environment to Microsoft Visual Studio 2013 with Update-5
- Updated Qt runtime libraries to v4.8.7 Final (2015-05-25), compiled with MSVC 12.0
- Added support for building LameXP and MUtilities with Visual Studio 2015
- Added Hungarian translation, contributed by Zityi's Translator Team <zityisoft@gmail.com>
- Added optional support for the libfdk-aac encoder, using the fdkaac front-end by nu774
- Added detection of the 64-Bit version of QAAC encoder, requires 64-Bit Apple Application Support
- Added enhanced file renaming option: Default file extensions can now be overwritten
- Added enhanced file renaming option: Files can now be renamed via the regular expression engine
- Added capability to select multiple files on "Source Files" tab
- Updated Vorbis encoder to OggEnc v2.87 (2015-08-03), using libvorbis v1.3.5 and aoTuV b6.03_2015
- Updated MediaInfo to v0.7.76 (2015-08-06), compiled with ICL 15.0 and MSVC 12.0
- Updated mpg123 decoder to v1.22.4 (2015-08-12), compiled with GCC 5.1.0
- Updated ALAC decoder to refalac v1.47 (2015-02-15), based on reference implementation by Apple
- Updated Monkey's Audio binary to v4.16 (2015-03-24), compiled with ICL 15.0 and MSVC 12.0
- Updated WavPack decoder to v4.75.0 (2015-05-25), compiled with ICL 15.0 and MSVC 12.0
- Updated GnuPG to v1.4.19 (2015-02-27), compiled with GCC 4.9.2
- Fixed potential deadlock in Cue Sheet import dialog when "Browse..." button is clicked
- Fixed function to restore the default Temp folder, if custom Temp folder doesn't exist anymore
- Fixed parsing of command-line parameters, regression in MUtilities library (LameXP v4.12 RC-1)
- QAAC encoder is now using
--cvbr
instead of --abr
when "ABR" mode is selected - Enable the embedding of cover artwork for Opus encoder (opusenc), using the
--picture
option - Some installer improvements have been implemented (especially in "update" mode)
- Full support for Windows 10 RTM (Build #10240)
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.11 [2015-04-05]
- Upgraded build environment to Microsoft Visual Studio 2013 with Update-4
- Starting with this version, LameXP is based on the MUtilities library + massive code clean-up
- Added support for the DynamicAudioNormalizer normalization filter
- Updated Qt runtime libraries to v4.8.7 snapshot-5 (2015-03-25), compiled with MSVC 12.0
- Updated MediaInfo to v0.7.72 (2015-01-07), compiled with ICL 15.0 and MSVC 12.0
- Updated SoX to v14.4.2-Final (2015-02-22), compiled with ICL 15.0 and MSVC 12.0
- Updated Opus libraries to v1.1.x and Opus-Tools v0.1.9 to latest Git Master (2015-03-26)
- Updated mpg123 decoder to v1.22.0 (2015-02-24), compiled with GCC 4.9.2
- Updated Vorbis encoder to OggEnc v2.87 (2014-07-03), using libvorbis v1.3.4 and aoTuV b6.03_2014
- Updated Vorbis decoder to OggDec v1.10.1 (2015-03-19), using libVorbis v1.3.5
- Updated FLAC encoder/decoder to v1.3.1 (2014-11-26), compiled with ICL 15.0 and MSVC 12.0
- Updated GnuPG to v1.4.18 (2014-06-30), compiled with GCC 4.9.1
- Updated QAAC add-in to the latest to QAAC v2.44, including a fix for the
--artwork
option - Fixed potential crash in Cue Sheet importer (occurred when all input files were missing)
- Fixed a severe performance bottleneck, especially with a large number of parallel instances
- Fixed a very rare problem that, occasionally, prevented the TEMP folder from being removed
- The limit for the maximum number of parallel instances has been increased to 32
- Experimental support for Windows 10 Technical Preview
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.10 [2014-06-23]
- Upgraded build environment to Microsoft Visual Studio 2013 with Update-2
- Updated Qt runtime libraries to v4.8.6 (2014-04-25), compiled with MSVC 12.0
- Updated Opus libraries to v1.1.x and Opus-Tools v0.1.8 to latest Git Master (2014-04-13)
- Updated MediaInfo to v0.7.69 (2014-04-26), compiled with ICL 14.0 and MSVC 12.0
- Updated mpg123 decoder to v1.19.0 (2014-03-08), compiled with GCC 4.8.2
- Fixed a bug that could cause the cover artwork to be lost under certain circumstances
- Fixed "overwrite existing file" mode to NOT delete the input file
- Some more tweaks to the LAME algorithm quality selector
- Added command-line options to adjust the LameXP font size (see Manual for details)
- Various bugfixes and code improvements
LameXP v4.09 [2014-01-26]
- Upgraded build environment to Microsoft Visual Studio 2013 RTM
- Complete overhaul of the file analyzer, resulting in up to 2.5x faster file import speed
- Reworked the application initialization code, resulting in notably faster startup speed
- Added encoding support for Monkey's Audio (APE) format, including APEv2 tagging support
- Improved file analyzer to retain the original ordering of files imported from a playlist
- Improved internal encoder API, so each encoder can define its own configuration options
- Improved splash screen and working banner, using "sheet of glass" effect on supported OS
- Improved dropbox widget, including proper multi-monitor support
- Updated Opus encoder/decoder libraries to v1.1 and Opus-Tools to v0.1.8 (2013-12-05)
- Updated Monkey's Audio binary to v4.12 (2013-06-26)
- Updated mpg123 decoder to v1.16.0 (2013-10-06), compiled with GCC 4.8.1
- Updated WavPack decoder to v4.70.0 (2013-10-19), compiled with ICL 14.0 and MSVC 12.0
- Updated MediaInfo to v0.7.67 (2014-01-10), compiled with ICL 14.0 and MSVC 12.0
- Updated GNU Wget binary to v1.14.0 (2012-08-05), compiled with GCC 4.8.1
- Updated GnuPG to v1.4.16 (2013-12-13), compiled with GCC 4.8.1
- Updated the QAAC add-in for LameXP to QAAC v2.33 (2014-01-14), compiled with MSVC 12.0
- Updated language files (big thank-you to all contributors !!!)
- Fixed a resource (file descriptor) leak in "static" builds, didn't cause much harm though
- Various bugfixes and code improvements
LameXP v4.08 [2013-09-04]
- Upgraded build environment to Microsoft Visual Studio 2012 with Update-3
- Encoder settings (RC mode + bitrate/quality) are now stored separately for each encoder
- Updated Qt runtime libraries to v4.8.5 (2013-05-31), compiled with MSVC 11.0
- Updated FLAC encoder/decoder to v1.3.0 (2013-05-27), compiled with ICL 13.0
- Updated Opus encoder/decoder libraries to v1.1-beta and Opus-Tools to v0.1.6 (2013-07-22)
- Updated MediaInfo to v0.7.64 (2013-07-05), compiled with ICL 13.1 and MSVC 10.0
- Updated GnuPG to v1.4.14 (2013-07-25), compiled with GCC 4.8.1
- Updated GNU Wget binary to v1.13.4 (2011-09-17)
- Updated language files (big thank-you to all contributors !!!)
- Fixed a potential deadlock during startup when %TMP% points to an invalid folder
- Fixed a superfluous "beep" sound that appeared on application startup
- Fixed the Ogg Vorbis quality modes "-1" and "-2" (those were clipped to "0" before)
- Fixed a bug that could cause the output directory to be reset mistakenly
- Implemented "natural order" string comparison/sorting, using strnatcmp() by Martin Pool
LameXP v4.07 [2013-04-28]
- Upgraded build environment to Microsoft Visual Studio 2012 with Update-2
- Minimum supported platform now is Windows XP with Service Pack 3
- Added option to select the "overwrite mode" to advanced options tab
- Added option to filter the log entries on the "processing" dialog (see context menu)
- Added "Up One Level" button to the output folder tab
- Added Opus decoder option to output always at the native sample rate of 48.000 Hz
- Updated Qt runtime libraries to v4.8.4 (2012-11-29), compiled with MSVC 11.0
- Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-23)
- Updated Valdec decoder (2013-04-07), based on AC3Filter Tools v1.0a
- Updated mpg123 decoder to v1.15.3 (2013-04-03), compiled with GCC 4.8.0
- Updated MediaInfo to v0.7.62 (2013-02-22), compiled with ICL 12.1.7 and MSVC 10.0
- Updated Monkey's Audio binary to v4.11 (2013-01-20)
- Updated SoX to v14.4.1 (2012-02-09), compiled with ICL 13.0 and MSVC 10.0
- Updated GnuPG to v1.4.13, compiled with GCC 4.7.2
- Updated language files (big thank-you to all contributors !!!)
- Fixed handling of certain characters when passing meta tags on the command-line
- Fixed handling of certain characters when renaming output files
- Fixed Keccak library to not crash on systems without SSE/SSE2 support
- Fixed LAME algorithm quality selector better match the LAME documentation
LameXP v4.06 [2012-11-04]
- Updated Opus encoder/decoder libraries to v1.0.1 and Opus-Tools to v0.1.5 (2012-09-22)
- Updated mpg123 decoder to v1.14.4+ (2012-09-24), compiled with GCC 4.7.1
- Updated ALAC decoder to refalac v0.56 (2012-10-24), based on reference implementation by Apple
- Updated Qt runtime libraries to v4.8.3 (2012-09-13), compiled with MSVC 10.0
- Updated MediaInfo to v0.7.61+ (2012-10-28), compiled with ICL 12.1.7 and MSVC 10.0
- Updated language files (big thank-you to all contributors !!!)
- Fixed a bug with the "Store temporary files in your system's default TEMP director" checkbox
- Fixed a buffer overflow in FAAD2 decoder which could cause crashes with very long file names
- Fixed a regression in Qt v4.8.3 that broke Drag&Drop support (details #1) (details #2)
- Reworked the "About..." dialog – now using a custom dialog instead of message boxes
LameXP v4.05 [2012-09-03]
- Added support for Opus Audio Codec, based on Opus-Tools v0.1.4 (2012-08-16) by Xiph.org/Mozilla
- Added Swedish translation, thanks to Åke Engelbrektson <eson57@gmail.com>
- Updated Qt runtime libraries to v4.8.2 (2012-05-22), compiled with MSVC 10.0
- Updated mpg123 decoder to v1.14.4 (2012-07-26), compiled with GCC 4.6.1
- Updated MediaInfo to v0.7.59 (2012-08-08), compiled with ICL 12.1.7 and MSVC 10.0
- Updated optional add-ins for QAAC encoder and FHG AAC encoder (see Manual for details)
- Updated DCA Enc to v2 (2012-04-19), compiled with ICL 12.1.7 and MSVC 10.0
- Updated language files (big thank-you to all contributors !!!)
- Implemented multi-threading in file analyzer for faster file import (about 2.5x to 6.0x faster!)
- Implemented multi-threading in initialization code for faster application startup
- Fixed a potential crash (stack overflow) when adding a huge number of files
- Fixed a problem with Cue Sheet import and files that contain trailing dots in their name
- Workaround for a bug (feature?) of Qt's command-line parser that screwed up some arguments
LameXP v4.04 [2012-04-26]
- Added support for the QAAC Encoder, requires QuickTime v7.7.1 or newer (see Manual for details)
- Added Chinese and Taiwanese translations, thanks to 456Vv <123@456vv.com>
- Added experimental support for DCA Enc, created by Alexander E. Patrakov <patrakov@gmail.com>
- Added CSV export/import for Meta tags (available from the context-menu on the "Source Files" tab)
- Added a button to modify the current output folder path in an edit box
- Updated Qt runtime libraries to v4.8.1 (2012-03-14), compiled with MSVC 10.0
- Updated LAME encoder to v3.99.5 Final (2012-02-28), compiled with ICL 12.1.7 and MSVC 10.0 (details)
- Updated MediaInfo to v0.7.56 (2012-04-08), compiled with ICL 12.1.7 and MSVC 10.0
- Updated SoX to to v14.4.0 (2012-03-04), compiled with ICL 12.1.7 and MSVC 10.0
- Updated mpg123 decoder to v1.13.6 (2011-03-11), compiled with GCC 4.6.1
- Updated Monkey's Audio binary to v4.11 (2011-04-20)
- Updated Musepack decoder to revision 475 (2011-08-10), compiled with ICL 12.1.6 and MSVC 10.0
- Updated GnuPG to v1.4.12, compiled with GCC 4.6.1
- Updated language files (big thank-you to all contributors !!!)
- Implemented coalescing of update signals to reduce the CPU usage of the LameXP process (details)
- Run more than four instances in parallel on systems with more than four CPU cores
- Improved handling of different character encodings for Playlist and Cue Sheet import
- Tweaked directory outline on "output folder" tab for improved performance (hopefully)
- Improved LameXP inter-process communication by adding queue support
- Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only)
- Prevent LameXP from blocking a system shutdown (encoding process is aborted, if necessary)
- Improved internal handling of MediaInfo output, including extraction of cover art
- Fixed a very rare "live-lock" situation in early initialization code
LameXP v4.03 [2011-11-12]
- Added an option to rename the output files (based on an user-defined naming pattern)
- Added an option to enforce Stereo Downmix for Multi-Channel sources
- Added "built-in" WMA decoder (see this thread for details) and removed all remnants of "old" decoder
- Added optional support for the FHG AAC Encoder included with Winamp 5.62
- Added a menu for bookmarking "favorite" output folders to the "output folder" tab
- Added an option to hibernate the computer (aka "Suspend-to-Disk") instead of shutting it down
- Added Polish translation, thanks to Sir Daniel K <sir.daniel.k@gmail.com>
- Added channel equalization options to the normalization filter (also fixes multi-channel processing)
- Added indicators for current CPU usage, RAM usage and free diskspace to the processing window
- Updated Qt runtime libraries to v4.8.0 RC-1 (2011-10-13), compiled with MSVC 10.0
- Updated LAME encoder to v3.99.1 Final (2011-11-05), compiled with ICL 12.1.6 and MSVC 10.0 (details)
- Updated mpg123 decoder to v1.13.4 (2011-09-07), compiled with GCC 4.6.1
- Updated MediaInfo to v0.7.51 (2011-11-11), compiled with ICL 12.1.6 and MSVC 10.0
- Updated language files (big thank-you to all contributors !!!)
- Improved "downmix" filter by using explicit channel mappings for each number of input channels
- Fixed a potential bug in CPU type detection that might have caused the wrong binary to be used
- Fixed Cue Sheet import for tracks with certain characters in the title
- Fixed a bug with "Prepend relative source file path to output file" under certain conditions
- Workaround for malicious "anti-virus" programs that prevent innocent applications from functioning
- Enabled "Aero Glass" theme in installer and web-update program (Vista and Windows 7 only)
- Restored Windows 2000 support with Visual Studio 2010 builds (this is experimental!)
- The "Open File(s)" and "Open Folder" dialogs will now remember the most recent directory
- Miscellaneous bugfixes
LameXP v4.02 [2011-06-14]
- Upgraded build environment to Microsoft Visual Studio 2010
- Dropping support for Windows 2000 and Windows XP RTM. Windows XP needs (at least) Service-Pack 2 now!
- Added Cue Sheet import wizard, which allows splitting and importing tracks from Cue Sheet images
- Added ATSC A/52 (AC-3) encoding support, based on Aften encoder v0.0.8+ (Git Master)
- Added Avisynth input (audio only!) using 'avs2wav' tool, partly based on code by Jory Stone
- Added a method to use custom tools instead of the "built-in" ones (see Manual for details)
- Added an option to copy all meta information of a single file over to the "meta information" tab
- Added two new command-line switches: "--add-folder " and "--add-recursive "
- Added one new translation: Korean
- Updated Qt runtime libraries to v4.7.3
- Updated LAME encoder to v3.99.1.0 (2011-04-15), compiled with ICL 12.0.3 and MSVC 10.0 (details)
- Updated Vorbis encoder to v2.87 using aoTuV Beta-6.03 (2011-05-04), compiled with ICL 11.1 and MSVC 9.0
- Updated mpg123 decoder to v1.13.3 (2011-04-21), compiled with GCC 4.6.0
- Updated MediaInfo to v0.7.45 Beta (2011-05-02), compiled with ICL 12.0.3 and MSVC 10.0
- Updated language files (big thank-you to all contributors !!!)
- Fixed placement of the Dropbox when the Taskbar is located on the top or on the left side
- Improved playlist generation: Generate M3U (Latin-1) or M3U8 (UTF-8) playlist file as required
- Only show the most recent 50 items in the "processing" window (for better performance)
- Miscellaneous bugfixes
LameXP v4.01 [2011-04-04]
- Added an option to manually specify the number of parallel instances
- Added an option to select a user-defined TEMP directory
- Added an option to shutdown the computer as soon as all files are completed
- Added an option to add directories recursively
- Added support for embedding cover artwork (currently works with LAME, FLAC and Nero AAC only)
- Updated Qt runtime libraries to v4.7.2
- Updated LAME encoder to v3.99.0.16 (2011-04-04), compiled with ICL 12.0.2
- Updated Vorbis encoder to v2.87 using aoTuV Beta-6.02 (2011-02-28), compiled with ICL 11.1 and MSVC 9.0
- Updated TTA decoder multiplatform library to v2.1 (2011-03-11), compiled with MSVC 9.0
- Updated SoX to v14.3.2 (2010-02-27), compiled with ICL 12.0.2
- Updated MediaInfo to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC 9.0
- Updated language files (big thank-you to all contributors !!!)
- Fixed a problem with the LAME encoder that could cause glitches in the encoded file (VBR mode only)
- Fixed a problem with the LAME encoder that could cause very slow encoding speed
- Fixed a bug that caused AAC encoding to fail in CBR mode (the "-2pass" parameter was set wrongly)
- A warning message will be emitted, if diskspace drops below a critical limit while processing
LameXP v4.00 [2011-02-21]
- Complete re-write of LameXP in the C++ programming language
- Switched IDE from Delphi 7.0 to Visual Studio 2008 + Qt Framework v4.7.1 (GNU Toolchain not yet)
- Added cross-plattfrom support - only Windows and Wine for now, native Linux version planned
- Added full Unicode support for file names, meta tags and translations (no more Codepage headaches!)
- Added support for Qt Linguist tool, which makes creating/updating translations much easier
- Added support for multiple user interface styles, including "Plastique" and "Cleanlooks" themes
- Added support for user-defined encoder parameters (please use with care!)
- Added support for a true "portable" mode, which will store the configuration in the program folder
- Added resampling filter for all encoders, based on SoX
- Added simple tone adjustment filter, based on SoX
- Added an option to prepend the relative source file path to the output file path
- Updated all command-line tools to support Unicode file names, mostly required custom patches
- Updated LAME encoder to v3.99.0.11 (2011-02-11), compiled with ICL 11.1.065
- Updated Vorbis encoder to v2.87 using libvorbis v1.3.2 (2010-11-06), compiled with ICL 11.1 and MSVC 9.0
- Updated mpg123 decoder to v1.13.2 (2011-02-19), compiled with GCC 4.5.2
- Updated MediaInfo to v0.7.41 (2011-01-24), compiled with ICL 11.1.065
- Updated SoX to v14.3.1 (2010-04-11), compiled with MSVC 9.0
- Updated GnuPG to v1.4.11, compiled with GCC 4.5.2
- Updated language files (big thank-you to all contributors !!!)
- Removed TAK support for now, as their CloseSource(!) tools don't support Unicode file names yet
- Removed Volumax tool, as we are using SoX for normalization from now on
- Countless minor fixes and improvements (hopefully not too many regressions ^^)
LameXP v3.xx History
LameXP v3.19 [2010-07-12]
- Updated MediaInfo to v0.7.34 (2010-07-09), compiled with ICL 11.1.065
- Updated mpg123 decoder to v1.12.3 (2010-07-11), compiled with GCC 4.6.0
- Updated language files (big thank-you to all contributors !!!)
- Fixed decoding of certain invalid WavPack files
LameXP v3.18 [2010-05-08]
- Added an Unicode-safe "Open" dialog: File names are converted to "short" names if required
- Fixed mpg123 decoder to work on Windows 2000 (reported by Tim Womack)
- Updated LAME encoder to v3.98.4 (2010-03-23), compiled with ICL 11.1.054
- Updated MediaInfo to v0.7.32 (2010-05-02), compiled with ICL 11.1.065
- Updated mpg123 decoder to v1.12.1 (2010-03-31), compiled with GCC 4.4.4
- Updated Ogg Vorbis decoder to v1.9.7 (2010-03-29), compiled with MSVC 9.0
- Updated language files (big thank-you to all contributors !!!)
LameXP v3.17 [2010-02-21]
- Updated TAK decoder to v2.0.0 (2010-01-07)
- Updated ALAC decoder to v0.2.0 (2009-09-05)
- Updated MediaInfo to v0.7.28 (2010-02-19), compiled with ICL 11.1.054
- Fixed "No Disk" error message box that could appear under certain circumstances
- Fixed "...is not responding" error message box that could appear during startup
- Various minor fixes and improvements
LameXP v3.16 [2010-01-26]
- Added support for Nero AAC encoder v1.5.3.0 (2009-12-29)
- Disable DPI warning on Vista and later, as they handle DPI != 96 much better than WinXP
- Updated WavPack decoder to v4.60.1 (2009-11-29)
- Updated MediaInfo to v0.7.27 (2010-01-04), compiled with ICL 11.1.054
- Updated GnuPG to v1.4.10b (2009-09-03), compiled with GCC 4.2.1
LameXP v3.15 [2009-12-24]
- Added support for Nero AAC encoder v1.5.1.0 (2009-12-17)
- Updated mpg123 decoder to v1.10.0 (2009-12-05)
- Updated MediaInfo to v0.7.26 (2009-12-18), compiled with ICL 11.1.051
- Updated AC3Filter Tools to v0.31b (2009-10-01), compiled with ICL 11.1.051
LameXP v3.14 [2009-12-01]
- Added Suspend and Resume buttons to the processing window
- Added another language: Castilian Spanish (Spanish from north/central Spain)
- Updated mpg123 decoder to v1.9.2 (2009-11-20)
- Updated MediaInfo to v0.7.25 (2009-11-13), compiled with ICL 11.1.046
- Updated AC3Filter Tools to v0.31b (2009-10-01), compiled with ICL 11.1.046
- Updated language files (big thank-you to all contributors !!!)
- Updated JEDI-VCL from v3.38 to v3.39 (2009-11-05)
- Various minor fixes and improvements
LameXP v3.13 [2009-10-21]
- Updated LAME encoder to v3.98.2 (2009-09-26), compiled with ICL 11.1.046
- Updated FLAC encoder to v1.2.1b (2009-10-01), compiled with ICL 11.1.046
- Updated MediaInfo to v0.7.23 (2009-10-16), using statically linked build (MSVC 9.0)
- Updated AC3Filter Tools to v0.31b (2009-10-01)
- Updated TAK decoder to v1.1.2 (2009-07-27)
- Updated mpg123 decoder to v1.9.1 (2009-10-09)
- Updated language files (big thank-you to all contributors !!!)
- Updated the Splash screen and modified the sound that plays on very first launch
- Updated JEDI-VCL from v3.34 to v3.38 (2009-08-27)
- Updated GnuPG to v1.4.10 (2009-09-02)
LameXP v3.12 [2009-09-19]
- Added support for FLAC (Free Lossless Audio Codec) output
- Added progress display for individual files (for the "encoding" step only)
- Added a SSE2 (Pentium 4) build of the Ogg Vorbis encoder that will be used if supported by the CPU
- Added options to override the Nero AAC profile (be aware: it's not recommended to do that!)
- Added an option to analyze media files (powered by MediaInfo™)
- Added experimental support for Windows 7 taskbar progress indicator and overlay icons
- Updated LAME encoder to v3.98.2 (2009-09-05), compiled with ICL 11.0
- Updated MediaInfo to v0.7.21 (2009-09-04), using statically linked build
- Updated mpg123 decoder to v1.9.0 (2009-08-14)
- Updated Speex decoder to v1.2 RC-1 (2009-07-04)
- Updated AC3Filter Tools to v0.3b (2009-09-19)
- Updated Auto-Update tool, from now on only signed updates will be accepted (using GnuPG)
- Fixed a number of minor glitches
LameXP v3.11 [2009-06-22]
- Added options to sort the source files (by title, by filename or by track number)
- Updated language files (big thank-you to all contributors !!!)
- Updated mpg123 decoder to v1.8.1 (2009-06-14)
- Updated FLAC decoder, now using the ICL 9.1 build of FLAC v1.2.1b
- Updated MediaInfo to v0.7.17 (statically linked)
- Updated the "Normalization" filter to v0.41 (2009-06-16)
- Fixed a few minor issues in meta tag processing
LameXP v3.10 [2009-06-11]
- Added a NSIS-based installer (will be released in addition to the ZIP package)
- Added support for the TAK lossless audio format
- Added two new languages: Serbian (Latin) and Ukrainian
- Updated language files (big thank-you to all contributors !!!)
- Updated MediaInfo to a custom build of v0.7.16 that is statically linked (and removed the DLL)
- Updated mpg123 decoder to v1.8.0 RC-3 (2009-06-03)
- Updated Musepack decoder to v1.0.0 (2009-04-02) and fixed Musepack VS8 support
- Updated Monkey's Audio decoder to v4.06 (2009-03-17)
- Updated the "Normalization" filter to allow multiple instances running in parallel
- Updated Auto-Update tool
- Fixed a few minor issues and refactored the code
LameXP v3.09 [2009-06-01]
- Added support for detecting the file type via MediaInfo instead of guessing the type from file extension
- Updated mpg123 decoder to v1.7.3 (2009-04-27)
- Updated FAAD decoder to v2.7 (2009-05-13)
- Updated MediaInfo to v0.7.16.0 (2009-05-20)
- Fixed detection of the WMA decoder under certain circumstances (e.g. Windows 7)
LameXP v3.08 [2009-03-05]
- Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.7 (2009-03-04)
- Updated mpg123 decoder to v1.6.4 (2009-01-10)
- Updated MediaInfo to v0.7.11.0 (2009-02-13)
LameXP v3.07 [2008-12-24]
- Added an option to disable multi-threading on multi-core machines
- Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.61 (2008-12-24)
- Updated mpg123 decoder to v1.6.3 (2008-12-20)
- Updated MediaInfo to v0.7.8.0 (2008-12-10)
- Updated language files (big thank-you to all contributors !!!)
LameXP v3.06 [2008-10-26]
- Added a custom build of the mpg123 decoder v1.5.1
- Added two more languages: Romanian and Polish
- Added support for the ALAC audio format
- Updated MediaInfo to v0.7.7.7 (2008-10-17)
- Updated AC3 Filter Tools to v0.2a (2008-06-30)
- Updated language files (big thank-you to all contributors !!!)
- Fixed and improved "Normalization" filter
- Fixed a few minor bugs
LameXP v3.05 [2008-10-11]
- Added support for Nero AAC encoder v1.3.3.0
- Added option to add an entire directory or an entire directory-tree
- Added new languages: Russian, Nederlands, Greek and Hungarian
- Added Dropbox for improved Drag&Drop support
- Updated language files (big thank-you to all contributors !!!)
- Updated LAME encoder to v3.98.2 Final (2008-09-24)
- Updated MediaInfo to v0.7.7.6 (2008-09-12)
LameXP v3.04 [2008-09-26]
- Added support for reading Meta Data from source files (using MediaInfo)
- Added support for languages: English, German, French, Spanish, Italian, Japanese, Chinese (Simplified) and Taiwanese
- Added support for WMA, Shorten and TTA files (input only)
- Added support for various playlist formats (M3U, PLS, ASX, CueSheet)
- Added an option to permanently disable the Shell Intgegration (Explorer Conext Menus)
- Added an option to disable the periodic Update Reminder
- Added an option to shutdown the computer automatically as soon as all files are completed
- Added code to minimize the LameXP window into the taskbar notification area
- Added balloon tooltip to inform the user about "hidden" options
- Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.6 (2008-09-05)
- Improved code to handle child processes and capture the console output
LameXP v3.03 [2008-08-12]
- Added generic support for pre-processing filters
- Added "Normalization" filter, based on Volumax by John33
- Improved code to add/remove context menus in Window Explorer
- Improved code to handle multiple instances of LameXP
LameXP v3.02 [2008-08-06]
- Added support for new input format: MPEG Audio Layer-2 (mp2)
- Added option to choose a custom TEMP folder
LameXP v3.01 [2008-08-01]
- Added an option to disable all sounds in LameXP
- Added warning message for bitrates that violate the current bitrate restriction
- Fixed bitrate restrictions for LAME encoder (strictly enforce bitrate restrictions using "-F" parameter)
- Fixed file associations code (set file associations only for the current user)
- Updated load/save configuration code (store settings in an INI file instead of the registry)
LameXP v3.00 [2008-07-04]
- Added support for Nero's AAC Encoder (not included, available as free download from Nero website)
- Added support for more input formats: Wave, MP3, Ogg Vorbis, AAC/MP4, FLAC, Speex, WavPack, Musepack, Monkey's Audio
- Added support for uncompressed Wave output
- Added support for Multi-Threading (use multiple instances for batch processing)
- Added shell integration for Windows Explorer (Context-Menus and "Send To" folder)
- Added commandline support: LameXP.exe -add <File 1> [<File 2> ... ]
- Added Auto-Update utility to periodically check for new updates
- Updated LAME encoder to v3.98 Final (2008-07-04)
- Updated Ogg Vorbis encoder to v2.85, aoTuV Beta-5.5 (2008-03-31)
LameXP v2.xx History
LameXP v2.03 [2007-08-17]
- Updated LAME encoder to v3.98 to Beta-5 (2007-08-13)
- Updated Ogg Vorbis encoder to v2.84 aoTuV Beta-5 (2007-08-17)
- Fixed a bug with 'title' meta tags
- Fixed a few typos
LameXP v2.00 [2007-02-19]
- Added Ogg Vorbis encoder
- Updated LAME encoder to latest builds
- Improved progress display (parsing encoder progress from console output now)
- Improved ID3-Tag support (now supports "title" and "track" fields)
- Added feature to automatically generate playlists (.m3u)
- Many bug-fixes and GUI improvements
LameXP v1.xx History
LameXP v1.00 [2004-12-10]
by LoRd_MuldeR <mulder2@gmx.de> | http://muldersoft.com/
EOF
\ No newline at end of file
+ LameXP LameXP v4.xx History
LameXP v4.21 [2023-??-??]
- Upgraded build environment to Microsoft Visual Studio 2019.11 (MSVC 16.11)
- Updated the Windows SDK version to 10.0.19041.0
- Updated LAME encoder to v3.101 Beta-3 (2023-11-21), compiled with ICL 2023.2 and MSVC 16.11
- Updated Opus encoder/decoder libraries to v1.4+9 (2023-11-03) and Opus-Tools to v0.2+34 (2023-11-12)
- Updated FLAC encoder/decoder to v1.4.3 (2023-06-23), compiled with ICL 2024.0 and MSVC 16.11
- Updated mpg123 decoder to v1.32.3 (2023-10-02), compiled with GCC 13.2.0
- Updated MediaInfo to v23.11 (2023-11-30), compiled with ICL 2023.2 and MSVC 16.11
- Updated cURL to v8.5.0 (2023-12-06), with libcurl v8.5.0 and OpenSSL v1.1.1w
LameXP v4.20 [2023-03-07]
- Updated FLAC encoder/decoder to v1.4.1 (2022-09-22), compiled with ICL 2022.2 and MSVC 15.9
- Updated Monkey's Audio binary to v8.92 (2022-10-07), compiled with ICL 2022.2 and MSVC 15.9
- Updated mpg123 decoder to v1.30.2 (2022-08-02), compiled with GCC 12.2.0
- Updated MediaInfo to v22.12 (2022-12-22), compiled with ICL 2022.2 and MSVC 15.9
- Implemented workaround for
DwmEnableBlurBehindWindow()
not working on Windows 11 - Updated cURL to v7.87.0 (2022-12-21), with libcurl v7.87.0 and OpenSSL v1.1.1s
LameXP v4.19 [2021-08-29]
- 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 v6.29 (2021-05-25), 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 MediaInfo to v21.03 (2021-03-26), compiled with ICL 2021.2 and MSVC 15.9
- Updated cURL to v7.77.0 (2021-05-26), with libcurl v7.77.0 and OpenSSL v1.1.1k
- Updated the Windows SDK version used for release builds (Visual Studio 2017) to 10.0.14393.0
- Added Bulgarian (български) translation, thanks to Симеон Илиянов Цветков <sicvetkov@uni-sofia.bg>
- Added command-line switch
--no-splash
, which can be used to hide the "splash" screen at startup - Added a workaround for missing
normaliz.dll
to the installer (Windows XP only) - GnuPG has been replaced by CodeSign verification tool for checking the auto-update signatures
LameXP v4.18 [2019-12-18]
- Upgraded build environment to Microsoft Visual Studio 2017.9 (MSVC 14.16)
- Updated LAME encoder to v3.100.1-SVN (2019-07-23), compiled with ICL 19.0 and MSVC 14.16
- Updated Opus encoder/decoder libraries to v1.3.1 (2019-04-14) and Opus-Tools to v0.2+3 (2018-10-16)
- Updated Vorbis encoder to OggEnc v2.88 (2018-11-14), using libvorbis v1.3.6 with aoTuV b6.03 (2018)
- Updated FLAC encoder/decoder to v1.3.2+ Git (2018-09-19), compiled with ICL 19.0 and MSVC 14.16
- Updated Monkey's Audio binary to v4.73 (2019-05-15), compiled with ICL 19.0 and MSVC 14.16
- Updated mpg123 decoder to v1.25.11 (2019-07-18) and added 64-Bit binaries, compiled with GCC 9.1.0
- Updated MediaInfo to v19.07 (2019-07-16), compiled with ICL 19.0 and MSVC 14.16
- Added Japanese (日本語) translation, thanks to Maboroshin <pc.genkaku.in>
- Fixed encoding with Nero AAC encoder for input sampling rate less than 8 KHz or greater than 96 KHz
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.17 [2018-11-10]
- Upgraded build environment to Microsoft Visual Studio 2017.8 (MSVC 14.15)
- Updated Opus encoder/decoder libraries to v1.3 (2018-10-17) and Opus-Tools to v0.2+3 (2018-10-16)
- Updated MediaInfo to v18.05 (2018-05-09), compiled with ICL 18.2 and MSVC 14.14
- Updated GnuPG to v1.4.23 (2018-06-11), compiled with GCC 7.3.0
- Downgraded FAAD to from v2.8 to v2.7 for now, because v2.8 is currently broken with certain MP4 files
- Fixed detection of certain WMA and AAC files [regression in LameXP v4.16]
- Some improvements to the auto-update function, which is now using cURL instead of Wget
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.16 [2018-04-30]
- Upgraded build environment to Microsoft Visual Studio 2017.6 (MSVC 14.13)
- 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.10 (2018-03-05), compiled with GCC 7.3.0
- Updated Opus encoder/decoder libraries to v1.3-beta-31 (2018-03-27) and Opus-Tools to v0.1.10-51 (2018-03-04)
- Updated Monkey's Audio binary to v4.33 (2017-12-01), compiled with ICL 18.0 and MSVC 14.12
- Updated FAAD decoder to v2.8.6 (2017-10-10), compiled with ICL 18.0 and MSVC 15.5
- Updated Vorbis decoder to OggDec v1.10.1+ (2015-03-19), using libVorbis v1.3.6 (2018-03-16)
- Updated ALAC decoder to refalac v1.64 (2017-05-19), compiled with ICL 18.0 and MSVC 14.12
- Updated WavPack decoder to v5.1.0 (2017-01-20), compiled with ICL 18.0 and MSVC 14.12
- Updated MediaInfo to v18.03.1+ (2018-04-19), compiled with ICL 18.2 and MSVC 14.13
- Updated GnuPG to v1.4.22 (2017-07-19), compiled with GCC 7.2.0
- Updated QAAC add-in (separate download) to QAAC v2.64 (2017-07-19), compiled with ICL 18.0 and MSVC 14.12
- Complete re-write of MediaInfo parsing code, now using XML-based MediaInfo output
- Improved auto-detection of max. parallel instances on computers with "fast" (i.e. SSD or similar) drive
- Some improvements to output file name generation code
- Added "Visual Elements" manifest for Windows 8+ "Start" screen tile
- Some more protection against "DLL pre-loading" attacks has been implemented
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.15 [2017-05-31]
- Fixed a bug in auto-rename feature, that caused problems when a meta-tag contained path separators
- Fixed included MediaInfo binary not working on processor without SSE2 support
- Improved file name generation from meta-tags containing characters that are forbidden in file names
- Some improvements for "high DPI" screens: Adjust initial window size according to DPI setting
- Updated Opus encoder/decoder libraries to v1.2-beta (2017-05-26) and Opus-Tools to v0.1.10 (2017-05-25)
- Updated MediaInfo to v0.7.95 (2017-05-04), compiled with ICL 17.0 and MSVC 12.0
- Updated SoX to v14.4.2 (2015-02-22) with Dynamic Audio Normalizer v2.10 (2017-04-14) effect included
- Updated mpg123 decoder to v1.24.0 (2017-03-02), compiled with GCC 6.3.0
- Updated FAAD decoder to v2.7 from CVS in order to include latest libFAAD fixes (2016-11-11)
- Updated Monkey's Audio binary to v4.25 (2017-03-12), compiled with ICL 17.0 and MSVC 14.0
- Some tweaks to the auto-update function in order to speed-up the update check in most situations
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.14 [2016-11-19]
- Upgraded build environment to Microsoft Visual Studio 2015 with Update-3
- Fixed the location of temporary intermediate files for SoX-based audio effects
- Fixed embedding of meta tags with OggEnc2 when reading directly from OGG/FLAC input file
- Fixed encoding of non-Stereo sources with NeroAAC, when "HE-AAC v2 (SBR+PS)" is selected
- Fixed a bug that would cause the encoding job to fail, when an audio filter is skipped
- Enabled the "built-in" resampler for QAAC encoder
- The "Algorithm Quality" slider now also affects the QAAC encoder
- Added "AVX" (Advanced Vector Extensions) to CPU feature detection code
- Updated Opus encoder/decoder libraries to v1.2-alpha and Opus-Tools to v0.1.9 (2016-11-04)
- Updated LAME encoder to v3.100 Alpha-2 (2016-01-29), compiled with ICL 15.0 and MSVC 12.0
- Updated FLAC encoder/decoder to v1.3.1 (2016-10-04), compiled with ICL 17.0 and MSVC 12.0
- Updated MediaInfo to v0.7.90 (2016-10-31), compiled with ICL 17.0 and MSVC 12.0
- Updated mpg123 decoder to v1.23.8 (2016-09-27), compiled with GCC 6.2.0
- Updated ALAC decoder to refalac v1.61 (2016-10-02)
- Updated WavPack decoder to v4.80.0 (2016-03-28), compiled with ICL 15.0 and MSVC 12.0
- Updated GnuPG to v1.4.21 (2016-08-17), compiled with GCC 6.1.0
- Updated QAAC add-in to the to QAAC v2.61 (2016-10-02)
- Updated FhgAacEnc add-in to "Case" edition (2015-10-24)
- Improved auto-update function (faster Internet connectivity check)
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.13 [2015-12-12]
- Upgraded build environment to Microsoft Visual Studio 2015 with Update-1
- Apply the original file's "creation" and "last modified" date/time to the output file (optional)
- Updated Vorbis encoder to OggEnc v2.88 (2015-09-10), using libvorbis v1.3.5 and aoTuV b6.03_2015
- Updated MediaInfo to v0.7.78 (2015-10-02), compiled with ICL 15.0 and MSVC 12.0
- Fixed resampling bug with Vorbis encoder, regression in OggEnc v2.87
- Fixed creation of Monkey's Audio (APE) files, when no meta data is being embedded
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.12 [2015-10-23]
- Upgraded build environment to Microsoft Visual Studio 2013 with Update-5
- Updated Qt runtime libraries to v4.8.7 Final (2015-05-25), compiled with MSVC 12.0
- Added support for building LameXP and MUtilities with Visual Studio 2015
- Added Hungarian translation, contributed by Zityi's Translator Team <zityisoft@gmail.com>
- Added optional support for the libfdk-aac encoder, using the fdkaac front-end by nu774
- Added detection of the 64-Bit version of QAAC encoder, requires 64-Bit Apple Application Support
- Added enhanced file renaming option: Default file extensions can now be overwritten
- Added enhanced file renaming option: Files can now be renamed via the regular expression engine
- Added capability to select multiple files on "Source Files" tab
- Updated Vorbis encoder to OggEnc v2.87 (2015-08-03), using libvorbis v1.3.5 and aoTuV b6.03_2015
- Updated MediaInfo to v0.7.76 (2015-08-06), compiled with ICL 15.0 and MSVC 12.0
- Updated mpg123 decoder to v1.22.4 (2015-08-12), compiled with GCC 5.1.0
- Updated ALAC decoder to refalac v1.47 (2015-02-15), based on reference implementation by Apple
- Updated Monkey's Audio binary to v4.16 (2015-03-24), compiled with ICL 15.0 and MSVC 12.0
- Updated WavPack decoder to v4.75.0 (2015-05-25), compiled with ICL 15.0 and MSVC 12.0
- Updated GnuPG to v1.4.19 (2015-02-27), compiled with GCC 4.9.2
- Fixed potential deadlock in Cue Sheet import dialog when "Browse..." button is clicked
- Fixed function to restore the default Temp folder, if custom Temp folder doesn't exist anymore
- Fixed parsing of command-line parameters, regression in MUtilities library (LameXP v4.12 RC-1)
- QAAC encoder is now using
--cvbr
instead of --abr
when "ABR" mode is selected - Enable the embedding of cover artwork for Opus encoder (opusenc), using the
--picture
option - Some installer improvements have been implemented (especially in "update" mode)
- Full support for Windows 10 RTM (Build #10240)
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.11 [2015-04-05]
- Upgraded build environment to Microsoft Visual Studio 2013 with Update-4
- Starting with this version, LameXP is based on the MUtilities library + massive code clean-up
- Added support for the DynamicAudioNormalizer normalization filter
- Updated Qt runtime libraries to v4.8.7 snapshot-5 (2015-03-25), compiled with MSVC 12.0
- Updated MediaInfo to v0.7.72 (2015-01-07), compiled with ICL 15.0 and MSVC 12.0
- Updated SoX to v14.4.2-Final (2015-02-22), compiled with ICL 15.0 and MSVC 12.0
- Updated Opus libraries to v1.1.x and Opus-Tools v0.1.9 to latest Git Master (2015-03-26)
- Updated mpg123 decoder to v1.22.0 (2015-02-24), compiled with GCC 4.9.2
- Updated Vorbis encoder to OggEnc v2.87 (2014-07-03), using libvorbis v1.3.4 and aoTuV b6.03_2014
- Updated Vorbis decoder to OggDec v1.10.1 (2015-03-19), using libVorbis v1.3.5
- Updated FLAC encoder/decoder to v1.3.1 (2014-11-26), compiled with ICL 15.0 and MSVC 12.0
- Updated GnuPG to v1.4.18 (2014-06-30), compiled with GCC 4.9.1
- Updated QAAC add-in to the latest to QAAC v2.44, including a fix for the
--artwork
option - Fixed potential crash in Cue Sheet importer (occurred when all input files were missing)
- Fixed a severe performance bottleneck, especially with a large number of parallel instances
- Fixed a very rare problem that, occasionally, prevented the TEMP folder from being removed
- The limit for the maximum number of parallel instances has been increased to 32
- Experimental support for Windows 10 Technical Preview
- Updated language files (big thank-you to all contributors !!!)
LameXP v4.10 [2014-06-23]
- Upgraded build environment to Microsoft Visual Studio 2013 with Update-2
- Updated Qt runtime libraries to v4.8.6 (2014-04-25), compiled with MSVC 12.0
- Updated Opus libraries to v1.1.x and Opus-Tools v0.1.8 to latest Git Master (2014-04-13)
- Updated MediaInfo to v0.7.69 (2014-04-26), compiled with ICL 14.0 and MSVC 12.0
- Updated mpg123 decoder to v1.19.0 (2014-03-08), compiled with GCC 4.8.2
- Fixed a bug that could cause the cover artwork to be lost under certain circumstances
- Fixed "overwrite existing file" mode to NOT delete the input file
- Some more tweaks to the LAME algorithm quality selector
- Added command-line options to adjust the LameXP font size (see Manual for details)
- Various bugfixes and code improvements
LameXP v4.09 [2014-01-26]
- Upgraded build environment to Microsoft Visual Studio 2013 RTM
- Complete overhaul of the file analyzer, resulting in up to 2.5x faster file import speed
- Reworked the application initialization code, resulting in notably faster startup speed
- Added encoding support for Monkey's Audio (APE) format, including APEv2 tagging support
- Improved file analyzer to retain the original ordering of files imported from a playlist
- Improved internal encoder API, so each encoder can define its own configuration options
- Improved splash screen and working banner, using "sheet of glass" effect on supported OS
- Improved dropbox widget, including proper multi-monitor support
- Updated Opus encoder/decoder libraries to v1.1 and Opus-Tools to v0.1.8 (2013-12-05)
- Updated Monkey's Audio binary to v4.12 (2013-06-26)
- Updated mpg123 decoder to v1.16.0 (2013-10-06), compiled with GCC 4.8.1
- Updated WavPack decoder to v4.70.0 (2013-10-19), compiled with ICL 14.0 and MSVC 12.0
- Updated MediaInfo to v0.7.67 (2014-01-10), compiled with ICL 14.0 and MSVC 12.0
- Updated GNU Wget binary to v1.14.0 (2012-08-05), compiled with GCC 4.8.1
- Updated GnuPG to v1.4.16 (2013-12-13), compiled with GCC 4.8.1
- Updated the QAAC add-in for LameXP to QAAC v2.33 (2014-01-14), compiled with MSVC 12.0
- Updated language files (big thank-you to all contributors !!!)
- Fixed a resource (file descriptor) leak in "static" builds, didn't cause much harm though
- Various bugfixes and code improvements
LameXP v4.08 [2013-09-04]
- Upgraded build environment to Microsoft Visual Studio 2012 with Update-3
- Encoder settings (RC mode + bitrate/quality) are now stored separately for each encoder
- Updated Qt runtime libraries to v4.8.5 (2013-05-31), compiled with MSVC 11.0
- Updated FLAC encoder/decoder to v1.3.0 (2013-05-27), compiled with ICL 13.0
- Updated Opus encoder/decoder libraries to v1.1-beta and Opus-Tools to v0.1.6 (2013-07-22)
- Updated MediaInfo to v0.7.64 (2013-07-05), compiled with ICL 13.1 and MSVC 10.0
- Updated GnuPG to v1.4.14 (2013-07-25), compiled with GCC 4.8.1
- Updated GNU Wget binary to v1.13.4 (2011-09-17)
- Updated language files (big thank-you to all contributors !!!)
- Fixed a potential deadlock during startup when %TMP% points to an invalid folder
- Fixed a superfluous "beep" sound that appeared on application startup
- Fixed the Ogg Vorbis quality modes "-1" and "-2" (those were clipped to "0" before)
- Fixed a bug that could cause the output directory to be reset mistakenly
- Implemented "natural order" string comparison/sorting, using strnatcmp() by Martin Pool
LameXP v4.07 [2013-04-28]
- Upgraded build environment to Microsoft Visual Studio 2012 with Update-2
- Minimum supported platform now is Windows XP with Service Pack 3
- Added option to select the "overwrite mode" to advanced options tab
- Added option to filter the log entries on the "processing" dialog (see context menu)
- Added "Up One Level" button to the output folder tab
- Added Opus decoder option to output always at the native sample rate of 48.000 Hz
- Updated Qt runtime libraries to v4.8.4 (2012-11-29), compiled with MSVC 11.0
- Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-23)
- Updated Valdec decoder (2013-04-07), based on AC3Filter Tools v1.0a
- Updated mpg123 decoder to v1.15.3 (2013-04-03), compiled with GCC 4.8.0
- Updated MediaInfo to v0.7.62 (2013-02-22), compiled with ICL 12.1.7 and MSVC 10.0
- Updated Monkey's Audio binary to v4.11 (2013-01-20)
- Updated SoX to v14.4.1 (2012-02-09), compiled with ICL 13.0 and MSVC 10.0
- Updated GnuPG to v1.4.13, compiled with GCC 4.7.2
- Updated language files (big thank-you to all contributors !!!)
- Fixed handling of certain characters when passing meta tags on the command-line
- Fixed handling of certain characters when renaming output files
- Fixed Keccak library to not crash on systems without SSE/SSE2 support
- Fixed LAME algorithm quality selector better match the LAME documentation
LameXP v4.06 [2012-11-04]
- Updated Opus encoder/decoder libraries to v1.0.1 and Opus-Tools to v0.1.5 (2012-09-22)
- Updated mpg123 decoder to v1.14.4+ (2012-09-24), compiled with GCC 4.7.1
- Updated ALAC decoder to refalac v0.56 (2012-10-24), based on reference implementation by Apple
- Updated Qt runtime libraries to v4.8.3 (2012-09-13), compiled with MSVC 10.0
- Updated MediaInfo to v0.7.61+ (2012-10-28), compiled with ICL 12.1.7 and MSVC 10.0
- Updated language files (big thank-you to all contributors !!!)
- Fixed a bug with the "Store temporary files in your system's default TEMP director" checkbox
- Fixed a buffer overflow in FAAD2 decoder which could cause crashes with very long file names
- Fixed a regression in Qt v4.8.3 that broke Drag&Drop support (details #1) (details #2)
- Reworked the "About..." dialog – now using a custom dialog instead of message boxes
LameXP v4.05 [2012-09-03]
- Added support for Opus Audio Codec, based on Opus-Tools v0.1.4 (2012-08-16) by Xiph.org/Mozilla
- Added Swedish translation, thanks to Åke Engelbrektson <eson57@gmail.com>
- Updated Qt runtime libraries to v4.8.2 (2012-05-22), compiled with MSVC 10.0
- Updated mpg123 decoder to v1.14.4 (2012-07-26), compiled with GCC 4.6.1
- Updated MediaInfo to v0.7.59 (2012-08-08), compiled with ICL 12.1.7 and MSVC 10.0
- Updated optional add-ins for QAAC encoder and FHG AAC encoder (see Manual for details)
- Updated DCA Enc to v2 (2012-04-19), compiled with ICL 12.1.7 and MSVC 10.0
- Updated language files (big thank-you to all contributors !!!)
- Implemented multi-threading in file analyzer for faster file import (about 2.5x to 6.0x faster!)
- Implemented multi-threading in initialization code for faster application startup
- Fixed a potential crash (stack overflow) when adding a huge number of files
- Fixed a problem with Cue Sheet import and files that contain trailing dots in their name
- Workaround for a bug (feature?) of Qt's command-line parser that screwed up some arguments
LameXP v4.04 [2012-04-26]
- Added support for the QAAC Encoder, requires QuickTime v7.7.1 or newer (see Manual for details)
- Added Chinese and Taiwanese translations, thanks to 456Vv <123@456vv.com>
- Added experimental support for DCA Enc, created by Alexander E. Patrakov <patrakov@gmail.com>
- Added CSV export/import for Meta tags (available from the context-menu on the "Source Files" tab)
- Added a button to modify the current output folder path in an edit box
- Updated Qt runtime libraries to v4.8.1 (2012-03-14), compiled with MSVC 10.0
- Updated LAME encoder to v3.99.5 Final (2012-02-28), compiled with ICL 12.1.7 and MSVC 10.0 (details)
- Updated MediaInfo to v0.7.56 (2012-04-08), compiled with ICL 12.1.7 and MSVC 10.0
- Updated SoX to to v14.4.0 (2012-03-04), compiled with ICL 12.1.7 and MSVC 10.0
- Updated mpg123 decoder to v1.13.6 (2011-03-11), compiled with GCC 4.6.1
- Updated Monkey's Audio binary to v4.11 (2011-04-20)
- Updated Musepack decoder to revision 475 (2011-08-10), compiled with ICL 12.1.6 and MSVC 10.0
- Updated GnuPG to v1.4.12, compiled with GCC 4.6.1
- Updated language files (big thank-you to all contributors !!!)
- Implemented coalescing of update signals to reduce the CPU usage of the LameXP process (details)
- Run more than four instances in parallel on systems with more than four CPU cores
- Improved handling of different character encodings for Playlist and Cue Sheet import
- Tweaked directory outline on "output folder" tab for improved performance (hopefully)
- Improved LameXP inter-process communication by adding queue support
- Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only)
- Prevent LameXP from blocking a system shutdown (encoding process is aborted, if necessary)
- Improved internal handling of MediaInfo output, including extraction of cover art
- Fixed a very rare "live-lock" situation in early initialization code
LameXP v4.03 [2011-11-12]
- Added an option to rename the output files (based on an user-defined naming pattern)
- Added an option to enforce Stereo Downmix for Multi-Channel sources
- Added "built-in" WMA decoder (see this thread for details) and removed all remnants of "old" decoder
- Added optional support for the FHG AAC Encoder included with Winamp 5.62
- Added a menu for bookmarking "favorite" output folders to the "output folder" tab
- Added an option to hibernate the computer (aka "Suspend-to-Disk") instead of shutting it down
- Added Polish translation, thanks to Sir Daniel K <sir.daniel.k@gmail.com>
- Added channel equalization options to the normalization filter (also fixes multi-channel processing)
- Added indicators for current CPU usage, RAM usage and free diskspace to the processing window
- Updated Qt runtime libraries to v4.8.0 RC-1 (2011-10-13), compiled with MSVC 10.0
- Updated LAME encoder to v3.99.1 Final (2011-11-05), compiled with ICL 12.1.6 and MSVC 10.0 (details)
- Updated mpg123 decoder to v1.13.4 (2011-09-07), compiled with GCC 4.6.1
- Updated MediaInfo to v0.7.51 (2011-11-11), compiled with ICL 12.1.6 and MSVC 10.0
- Updated language files (big thank-you to all contributors !!!)
- Improved "downmix" filter by using explicit channel mappings for each number of input channels
- Fixed a potential bug in CPU type detection that might have caused the wrong binary to be used
- Fixed Cue Sheet import for tracks with certain characters in the title
- Fixed a bug with "Prepend relative source file path to output file" under certain conditions
- Workaround for malicious "anti-virus" programs that prevent innocent applications from functioning
- Enabled "Aero Glass" theme in installer and web-update program (Vista and Windows 7 only)
- Restored Windows 2000 support with Visual Studio 2010 builds (this is experimental!)
- The "Open File(s)" and "Open Folder" dialogs will now remember the most recent directory
- Miscellaneous bugfixes
LameXP v4.02 [2011-06-14]
- Upgraded build environment to Microsoft Visual Studio 2010
- Dropping support for Windows 2000 and Windows XP RTM. Windows XP needs (at least) Service-Pack 2 now!
- Added Cue Sheet import wizard, which allows splitting and importing tracks from Cue Sheet images
- Added ATSC A/52 (AC-3) encoding support, based on Aften encoder v0.0.8+ (Git Master)
- Added Avisynth input (audio only!) using 'avs2wav' tool, partly based on code by Jory Stone
- Added a method to use custom tools instead of the "built-in" ones (see Manual for details)
- Added an option to copy all meta information of a single file over to the "meta information" tab
- Added two new command-line switches: "--add-folder " and "--add-recursive "
- Added one new translation: Korean
- Updated Qt runtime libraries to v4.7.3
- Updated LAME encoder to v3.99.1.0 (2011-04-15), compiled with ICL 12.0.3 and MSVC 10.0 (details)
- Updated Vorbis encoder to v2.87 using aoTuV Beta-6.03 (2011-05-04), compiled with ICL 11.1 and MSVC 9.0
- Updated mpg123 decoder to v1.13.3 (2011-04-21), compiled with GCC 4.6.0
- Updated MediaInfo to v0.7.45 Beta (2011-05-02), compiled with ICL 12.0.3 and MSVC 10.0
- Updated language files (big thank-you to all contributors !!!)
- Fixed placement of the Dropbox when the Taskbar is located on the top or on the left side
- Improved playlist generation: Generate M3U (Latin-1) or M3U8 (UTF-8) playlist file as required
- Only show the most recent 50 items in the "processing" window (for better performance)
- Miscellaneous bugfixes
LameXP v4.01 [2011-04-04]
- Added an option to manually specify the number of parallel instances
- Added an option to select a user-defined TEMP directory
- Added an option to shutdown the computer as soon as all files are completed
- Added an option to add directories recursively
- Added support for embedding cover artwork (currently works with LAME, FLAC and Nero AAC only)
- Updated Qt runtime libraries to v4.7.2
- Updated LAME encoder to v3.99.0.16 (2011-04-04), compiled with ICL 12.0.2
- Updated Vorbis encoder to v2.87 using aoTuV Beta-6.02 (2011-02-28), compiled with ICL 11.1 and MSVC 9.0
- Updated TTA decoder multiplatform library to v2.1 (2011-03-11), compiled with MSVC 9.0
- Updated SoX to v14.3.2 (2010-02-27), compiled with ICL 12.0.2
- Updated MediaInfo to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC 9.0
- Updated language files (big thank-you to all contributors !!!)
- Fixed a problem with the LAME encoder that could cause glitches in the encoded file (VBR mode only)
- Fixed a problem with the LAME encoder that could cause very slow encoding speed
- Fixed a bug that caused AAC encoding to fail in CBR mode (the "-2pass" parameter was set wrongly)
- A warning message will be emitted, if diskspace drops below a critical limit while processing
LameXP v4.00 [2011-02-21]
- Complete re-write of LameXP in the C++ programming language
- Switched IDE from Delphi 7.0 to Visual Studio 2008 + Qt Framework v4.7.1 (GNU Toolchain not yet)
- Added cross-plattfrom support - only Windows and Wine for now, native Linux version planned
- Added full Unicode support for file names, meta tags and translations (no more Codepage headaches!)
- Added support for Qt Linguist tool, which makes creating/updating translations much easier
- Added support for multiple user interface styles, including "Plastique" and "Cleanlooks" themes
- Added support for user-defined encoder parameters (please use with care!)
- Added support for a true "portable" mode, which will store the configuration in the program folder
- Added resampling filter for all encoders, based on SoX
- Added simple tone adjustment filter, based on SoX
- Added an option to prepend the relative source file path to the output file path
- Updated all command-line tools to support Unicode file names, mostly required custom patches
- Updated LAME encoder to v3.99.0.11 (2011-02-11), compiled with ICL 11.1.065
- Updated Vorbis encoder to v2.87 using libvorbis v1.3.2 (2010-11-06), compiled with ICL 11.1 and MSVC 9.0
- Updated mpg123 decoder to v1.13.2 (2011-02-19), compiled with GCC 4.5.2
- Updated MediaInfo to v0.7.41 (2011-01-24), compiled with ICL 11.1.065
- Updated SoX to v14.3.1 (2010-04-11), compiled with MSVC 9.0
- Updated GnuPG to v1.4.11, compiled with GCC 4.5.2
- Updated language files (big thank-you to all contributors !!!)
- Removed TAK support for now, as their CloseSource(!) tools don't support Unicode file names yet
- Removed Volumax tool, as we are using SoX for normalization from now on
- Countless minor fixes and improvements (hopefully not too many regressions ^^)
LameXP v3.xx History
LameXP v3.19 [2010-07-12]
- Updated MediaInfo to v0.7.34 (2010-07-09), compiled with ICL 11.1.065
- Updated mpg123 decoder to v1.12.3 (2010-07-11), compiled with GCC 4.6.0
- Updated language files (big thank-you to all contributors !!!)
- Fixed decoding of certain invalid WavPack files
LameXP v3.18 [2010-05-08]
- Added an Unicode-safe "Open" dialog: File names are converted to "short" names if required
- Fixed mpg123 decoder to work on Windows 2000 (reported by Tim Womack)
- Updated LAME encoder to v3.98.4 (2010-03-23), compiled with ICL 11.1.054
- Updated MediaInfo to v0.7.32 (2010-05-02), compiled with ICL 11.1.065
- Updated mpg123 decoder to v1.12.1 (2010-03-31), compiled with GCC 4.4.4
- Updated Ogg Vorbis decoder to v1.9.7 (2010-03-29), compiled with MSVC 9.0
- Updated language files (big thank-you to all contributors !!!)
LameXP v3.17 [2010-02-21]
- Updated TAK decoder to v2.0.0 (2010-01-07)
- Updated ALAC decoder to v0.2.0 (2009-09-05)
- Updated MediaInfo to v0.7.28 (2010-02-19), compiled with ICL 11.1.054
- Fixed "No Disk" error message box that could appear under certain circumstances
- Fixed "...is not responding" error message box that could appear during startup
- Various minor fixes and improvements
LameXP v3.16 [2010-01-26]
- Added support for Nero AAC encoder v1.5.3.0 (2009-12-29)
- Disable DPI warning on Vista and later, as they handle DPI != 96 much better than WinXP
- Updated WavPack decoder to v4.60.1 (2009-11-29)
- Updated MediaInfo to v0.7.27 (2010-01-04), compiled with ICL 11.1.054
- Updated GnuPG to v1.4.10b (2009-09-03), compiled with GCC 4.2.1
LameXP v3.15 [2009-12-24]
- Added support for Nero AAC encoder v1.5.1.0 (2009-12-17)
- Updated mpg123 decoder to v1.10.0 (2009-12-05)
- Updated MediaInfo to v0.7.26 (2009-12-18), compiled with ICL 11.1.051
- Updated AC3Filter Tools to v0.31b (2009-10-01), compiled with ICL 11.1.051
LameXP v3.14 [2009-12-01]
- Added Suspend and Resume buttons to the processing window
- Added another language: Castilian Spanish (Spanish from north/central Spain)
- Updated mpg123 decoder to v1.9.2 (2009-11-20)
- Updated MediaInfo to v0.7.25 (2009-11-13), compiled with ICL 11.1.046
- Updated AC3Filter Tools to v0.31b (2009-10-01), compiled with ICL 11.1.046
- Updated language files (big thank-you to all contributors !!!)
- Updated JEDI-VCL from v3.38 to v3.39 (2009-11-05)
- Various minor fixes and improvements
LameXP v3.13 [2009-10-21]
- Updated LAME encoder to v3.98.2 (2009-09-26), compiled with ICL 11.1.046
- Updated FLAC encoder to v1.2.1b (2009-10-01), compiled with ICL 11.1.046
- Updated MediaInfo to v0.7.23 (2009-10-16), using statically linked build (MSVC 9.0)
- Updated AC3Filter Tools to v0.31b (2009-10-01)
- Updated TAK decoder to v1.1.2 (2009-07-27)
- Updated mpg123 decoder to v1.9.1 (2009-10-09)
- Updated language files (big thank-you to all contributors !!!)
- Updated the Splash screen and modified the sound that plays on very first launch
- Updated JEDI-VCL from v3.34 to v3.38 (2009-08-27)
- Updated GnuPG to v1.4.10 (2009-09-02)
LameXP v3.12 [2009-09-19]
- Added support for FLAC (Free Lossless Audio Codec) output
- Added progress display for individual files (for the "encoding" step only)
- Added a SSE2 (Pentium 4) build of the Ogg Vorbis encoder that will be used if supported by the CPU
- Added options to override the Nero AAC profile (be aware: it's not recommended to do that!)
- Added an option to analyze media files (powered by MediaInfo™)
- Added experimental support for Windows 7 taskbar progress indicator and overlay icons
- Updated LAME encoder to v3.98.2 (2009-09-05), compiled with ICL 11.0
- Updated MediaInfo to v0.7.21 (2009-09-04), using statically linked build
- Updated mpg123 decoder to v1.9.0 (2009-08-14)
- Updated Speex decoder to v1.2 RC-1 (2009-07-04)
- Updated AC3Filter Tools to v0.3b (2009-09-19)
- Updated Auto-Update tool, from now on only signed updates will be accepted (using GnuPG)
- Fixed a number of minor glitches
LameXP v3.11 [2009-06-22]
- Added options to sort the source files (by title, by filename or by track number)
- Updated language files (big thank-you to all contributors !!!)
- Updated mpg123 decoder to v1.8.1 (2009-06-14)
- Updated FLAC decoder, now using the ICL 9.1 build of FLAC v1.2.1b
- Updated MediaInfo to v0.7.17 (statically linked)
- Updated the "Normalization" filter to v0.41 (2009-06-16)
- Fixed a few minor issues in meta tag processing
LameXP v3.10 [2009-06-11]
- Added a NSIS-based installer (will be released in addition to the ZIP package)
- Added support for the TAK lossless audio format
- Added two new languages: Serbian (Latin) and Ukrainian
- Updated language files (big thank-you to all contributors !!!)
- Updated MediaInfo to a custom build of v0.7.16 that is statically linked (and removed the DLL)
- Updated mpg123 decoder to v1.8.0 RC-3 (2009-06-03)
- Updated Musepack decoder to v1.0.0 (2009-04-02) and fixed Musepack VS8 support
- Updated Monkey's Audio decoder to v4.06 (2009-03-17)
- Updated the "Normalization" filter to allow multiple instances running in parallel
- Updated Auto-Update tool
- Fixed a few minor issues and refactored the code
LameXP v3.09 [2009-06-01]
- Added support for detecting the file type via MediaInfo instead of guessing the type from file extension
- Updated mpg123 decoder to v1.7.3 (2009-04-27)
- Updated FAAD decoder to v2.7 (2009-05-13)
- Updated MediaInfo to v0.7.16.0 (2009-05-20)
- Fixed detection of the WMA decoder under certain circumstances (e.g. Windows 7)
LameXP v3.08 [2009-03-05]
- Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.7 (2009-03-04)
- Updated mpg123 decoder to v1.6.4 (2009-01-10)
- Updated MediaInfo to v0.7.11.0 (2009-02-13)
LameXP v3.07 [2008-12-24]
- Added an option to disable multi-threading on multi-core machines
- Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.61 (2008-12-24)
- Updated mpg123 decoder to v1.6.3 (2008-12-20)
- Updated MediaInfo to v0.7.8.0 (2008-12-10)
- Updated language files (big thank-you to all contributors !!!)
LameXP v3.06 [2008-10-26]
- Added a custom build of the mpg123 decoder v1.5.1
- Added two more languages: Romanian and Polish
- Added support for the ALAC audio format
- Updated MediaInfo to v0.7.7.7 (2008-10-17)
- Updated AC3 Filter Tools to v0.2a (2008-06-30)
- Updated language files (big thank-you to all contributors !!!)
- Fixed and improved "Normalization" filter
- Fixed a few minor bugs
LameXP v3.05 [2008-10-11]
- Added support for Nero AAC encoder v1.3.3.0
- Added option to add an entire directory or an entire directory-tree
- Added new languages: Russian, Nederlands, Greek and Hungarian
- Added Dropbox for improved Drag&Drop support
- Updated language files (big thank-you to all contributors !!!)
- Updated LAME encoder to v3.98.2 Final (2008-09-24)
- Updated MediaInfo to v0.7.7.6 (2008-09-12)
LameXP v3.04 [2008-09-26]
- Added support for reading Meta Data from source files (using MediaInfo)
- Added support for languages: English, German, French, Spanish, Italian, Japanese, Chinese (Simplified) and Taiwanese
- Added support for WMA, Shorten and TTA files (input only)
- Added support for various playlist formats (M3U, PLS, ASX, CueSheet)
- Added an option to permanently disable the Shell Intgegration (Explorer Conext Menus)
- Added an option to disable the periodic Update Reminder
- Added an option to shutdown the computer automatically as soon as all files are completed
- Added code to minimize the LameXP window into the taskbar notification area
- Added balloon tooltip to inform the user about "hidden" options
- Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.6 (2008-09-05)
- Improved code to handle child processes and capture the console output
LameXP v3.03 [2008-08-12]
- Added generic support for pre-processing filters
- Added "Normalization" filter, based on Volumax by John33
- Improved code to add/remove context menus in Window Explorer
- Improved code to handle multiple instances of LameXP
LameXP v3.02 [2008-08-06]
- Added support for new input format: MPEG Audio Layer-2 (mp2)
- Added option to choose a custom TEMP folder
LameXP v3.01 [2008-08-01]
- Added an option to disable all sounds in LameXP
- Added warning message for bitrates that violate the current bitrate restriction
- Fixed bitrate restrictions for LAME encoder (strictly enforce bitrate restrictions using "-F" parameter)
- Fixed file associations code (set file associations only for the current user)
- Updated load/save configuration code (store settings in an INI file instead of the registry)
LameXP v3.00 [2008-07-04]
- Added support for Nero's AAC Encoder (not included, available as free download from Nero website)
- Added support for more input formats: Wave, MP3, Ogg Vorbis, AAC/MP4, FLAC, Speex, WavPack, Musepack, Monkey's Audio
- Added support for uncompressed Wave output
- Added support for Multi-Threading (use multiple instances for batch processing)
- Added shell integration for Windows Explorer (Context-Menus and "Send To" folder)
- Added commandline support: LameXP.exe -add <File 1> [<File 2> ... ]
- Added Auto-Update utility to periodically check for new updates
- Updated LAME encoder to v3.98 Final (2008-07-04)
- Updated Ogg Vorbis encoder to v2.85, aoTuV Beta-5.5 (2008-03-31)
LameXP v2.xx History
LameXP v2.03 [2007-08-17]
- Updated LAME encoder to v3.98 to Beta-5 (2007-08-13)
- Updated Ogg Vorbis encoder to v2.84 aoTuV Beta-5 (2007-08-17)
- Fixed a bug with 'title' meta tags
- Fixed a few typos
LameXP v2.00 [2007-02-19]
- Added Ogg Vorbis encoder
- Updated LAME encoder to latest builds
- Improved progress display (parsing encoder progress from console output now)
- Improved ID3-Tag support (now supports "title" and "track" fields)
- Added feature to automatically generate playlists (.m3u)
- Many bug-fixes and GUI improvements
LameXP v1.xx History
LameXP v1.00 [2004-12-10]
by LoRd_MuldeR <mulder2@gmx.de> | http://muldersoft.com/
EOF
\ No newline at end of file
diff --git a/doc/Changelog.md b/doc/Changelog.md
index ebe60190..12f5df04 100644
--- a/doc/Changelog.md
+++ b/doc/Changelog.md
@@ -9,6 +9,7 @@ subtitle: "Audio-Encoder Front-End – Changelog"
## LameXP v4.21 [2023-??-??] ## {-}
* Upgraded build environment to Microsoft Visual Studio 2019.11 (MSVC 16.11)
* Updated the Windows SDK version to 10.0.19041.0
+* Updated LAME encoder to v3.101 Beta-3 (2023-11-21), compiled with ICL 2023.2 and MSVC 16.11
* Updated Opus encoder/decoder libraries to v1.4+9 (2023-11-03) and Opus-Tools to v0.2+34 (2023-11-12)
* Updated FLAC encoder/decoder to v1.4.3 (2023-06-23), compiled with ICL 2024.0 and MSVC 16.11
* Updated mpg123 decoder to v1.32.3 (2023-10-02), compiled with GCC 13.2.0
diff --git a/etc/Patches/lame-msvc-build-files.tar b/etc/Patches/lame-msvc-build-files.tar
new file mode 100644
index 0000000000000000000000000000000000000000..9c870e435c192b85d225e0ee0528b196df07ea01
GIT binary patch
literal 47104
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
-tools/lame.x64-avx.exe
diff --git a/res/Tools.lame-x64-avx2.qrc b/res/Tools.lame-x64-avx2.qrc
new file mode 100644
index 00000000..c68f34a3
--- /dev/null
+++ b/res/Tools.lame-x64-avx2.qrc
@@ -0,0 +1,2 @@
+
+tools/lame.x64-avx2.exe
diff --git a/res/_ALL.qrc b/res/_ALL.qrc
index cbbb32aa..9723ec02 100644
--- a/res/_ALL.qrc
+++ b/res/_ALL.qrc
@@ -230,7 +230,7 @@
tools/flac.x64-sse2.exe
tools/flac.x86-i686.exe
tools/flac.x86-sse2.exe
- tools/lame.x64-avx.exe
+ tools/lame.x64-avx2.exe
tools/lame.x64-sse2.exe
tools/lame.x86-i686.exe
tools/lame.x86-sse2.exe
diff --git a/res/tools/lame.x64-avx.exe b/res/tools/lame.x64-avx.exe
deleted file mode 100644
index 733160be45e61b0bb770af51a334addaf046bdc4..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 707072
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
j#KIc<<&PTjTg$HUe
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