Minor documentation update.

This commit is contained in:
LoRd_MuldeR 2016-01-22 21:34:40 +01:00
parent 8615ff1fc0
commit 1699ed105c
5 changed files with 487 additions and 458 deletions

View File

@ -7,7 +7,7 @@
<title>LameXP Audio-Encoder Front-End Changelog</title>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<style type="text/css">
<!--
@ -34,6 +34,7 @@
<nav id="TOC">
<ul>
<li><a href="#lamexp-v4.xx-history"><span class="toc-section-number">1</span> LameXP v4.xx History</a><ul>
<li><a href="#lamexp-v4.13-2016--">LameXP v4.13 [2016-??-??]</a></li>
<li><a href="#lamexp-v4.13-2015-12-12">LameXP v4.13 [2015-12-12]</a></li>
<li><a href="#lamexp-v4.12-2015-10-23">LameXP v4.12 [2015-10-23]</a></li>
<li><a href="#lamexp-v4.11-2015-04-05">LameXP v4.11 [2015-04-05]</a></li>
@ -81,521 +82,525 @@
</ul>
</nav>
<h1 id="lamexp-v4.xx-history"><span class="header-section-number">1</span> LameXP v4.xx History</h1>
<h2 id="lamexp-v4.13-2016--" class="unnumbered">LameXP v4.13 [2016-??-??]</h2>
<ul>
<li>Fixed the location of temporary intermediate files for SoX-based audio effects</li>
</ul>
<h2 id="lamexp-v4.13-2015-12-12" class="unnumbered">LameXP v4.13 [2015-12-12]</h2>
<ul>
<li>Upgraded build environment to Microsoft Visual Studio 2015 with Update-1<br /></li>
<li>Apply the original file's &quot;creation&quot; and &quot;last modified&quot; date/time to the output file (optional)<br /></li>
<li>Updated Vorbis encoder to OggEnc v2.88 (2015-09-10), using libvorbis v1.3.5 and aoTuV b6.03_2015<br /></li>
<li>Updated MediaInfo to v0.7.78 (2015-10-02), compiled with ICL 15.0 and MSVC 12.0<br /></li>
<li>Fixed resampling bug with Vorbis encoder, regression in OggEnc v2.87<br /></li>
<li>Fixed creation of Monkey's Audio (APE) files, when <strong>no</strong> meta data is being embedded<br /></li>
<li>Upgraded build environment to Microsoft Visual Studio 2015 with Update-1</li>
<li>Apply the original file's &quot;creation&quot; and &quot;last modified&quot; date/time to the output file (optional)</li>
<li>Updated Vorbis encoder to OggEnc v2.88 (2015-09-10), using libvorbis v1.3.5 and aoTuV b6.03_2015</li>
<li>Updated MediaInfo to v0.7.78 (2015-10-02), compiled with ICL 15.0 and MSVC 12.0</li>
<li>Fixed resampling bug with Vorbis encoder, regression in OggEnc v2.87</li>
<li>Fixed creation of Monkey's Audio (APE) files, when <strong>no</strong> meta data is being embedded</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
</ul>
<h2 id="lamexp-v4.12-2015-10-23" class="unnumbered">LameXP v4.12 [2015-10-23]</h2>
<ul>
<li>Upgraded build environment to Microsoft Visual Studio 2013 with Update-5<br /></li>
<li>Updated Qt runtime libraries to v4.8.7 Final (2015-05-25), compiled with MSVC 12.0<br /></li>
<li>Added support for building LameXP and MUtilities with Visual Studio 2015<br /></li>
<li>Upgraded build environment to Microsoft Visual Studio 2013 with Update-5</li>
<li>Updated Qt runtime libraries to v4.8.7 Final (2015-05-25), compiled with MSVC 12.0</li>
<li>Added support for building LameXP and MUtilities with Visual Studio 2015</li>
<li>Added Hungarian translation, contributed by Zityi's Translator Team &lt;<script type="text/javascript">
<!--
h='&#x67;&#x6d;&#x61;&#x69;&#108;&#46;&#x63;&#x6f;&#x6d;';a='&#64;';n='&#122;&#x69;&#116;&#x79;&#x69;&#x73;&#x6f;&#102;&#116;';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>&#122;&#x69;&#116;&#x79;&#x69;&#x73;&#x6f;&#102;&#116;&#32;&#x61;&#116;&#32;&#x67;&#x6d;&#x61;&#x69;&#108;&#32;&#100;&#x6f;&#116;&#32;&#x63;&#x6f;&#x6d;</noscript>&gt;<br /></li>
<li>Added optional support for the <em>libfdk-aac</em> encoder, using the <a href="https://github.com/nu774/fdkaac">fdkaac</a> front-end by nu774<br /></li>
<li>Added detection of the <em>64-Bit</em> version of QAAC encoder, requires 64-Bit Apple Application Support<br /></li>
<li>Added enhanced file renaming option: Default file extensions can now be overwritten<br /></li>
<li>Added enhanced file renaming option: Files can now be renamed via the <a href="http://www.regular-expressions.info/quickstart.html">regular expression</a> engine<br /></li>
<li>Added capability to select <em>multiple</em> files on &quot;Source Files&quot; tab<br /></li>
<li>Updated Vorbis encoder to OggEnc v2.87 (2015-08-03), using libvorbis v1.3.5 and aoTuV b6.03_2015<br /></li>
<li>Updated MediaInfo to v0.7.76 (2015-08-06), compiled with ICL 15.0 and MSVC 12.0<br /></li>
<li>Updated mpg123 decoder to v1.22.4 (2015-08-12), compiled with GCC 5.1.0<br /></li>
<li>Updated ALAC decoder to refalac v1.47 (2015-02-15), based on reference implementation by Apple<br /></li>
<li>Updated Monkey's Audio binary to v4.16 (2015-03-24), compiled with ICL 15.0 and MSVC 12.0<br /></li>
<li>Updated WavPack decoder to v4.75.0 (2015-05-25), compiled with ICL 15.0 and MSVC 12.0<br /></li>
<li>Updated GnuPG to v1.4.19 (2015-02-27), compiled with GCC 4.9.2<br /></li>
<li>Fixed potential deadlock in Cue Sheet import dialog when &quot;Browse...&quot; button is clicked<br /></li>
<li>Fixed function to restore the default Temp folder, if custom Temp folder doesn't exist anymore<br /></li>
<li>Fixed parsing of command-line parameters, regression in MUtilities library (LameXP v4.12 RC-1)<br /></li>
<li>QAAC encoder is now using <code>--cvbr</code> instead of <code>--abr</code> when &quot;ABR&quot; mode is selected<br /></li>
<li>Enable the embedding of cover artwork for Opus encoder (opusenc), using the <code>--picture</code> option<br /></li>
<li>Some installer improvements have been implemented (especially in &quot;update&quot; mode)<br /></li>
<li>Full support for Windows 10 RTM (Build #10240)<br /></li>
</script><noscript>&#122;&#x69;&#116;&#x79;&#x69;&#x73;&#x6f;&#102;&#116;&#32;&#x61;&#116;&#32;&#x67;&#x6d;&#x61;&#x69;&#108;&#32;&#100;&#x6f;&#116;&#32;&#x63;&#x6f;&#x6d;</noscript>&gt;</li>
<li>Added optional support for the <em>libfdk-aac</em> encoder, using the <a href="https://github.com/nu774/fdkaac">fdkaac</a> front-end by nu774</li>
<li>Added detection of the <em>64-Bit</em> version of QAAC encoder, requires 64-Bit Apple Application Support</li>
<li>Added enhanced file renaming option: Default file extensions can now be overwritten</li>
<li>Added enhanced file renaming option: Files can now be renamed via the <a href="http://www.regular-expressions.info/quickstart.html">regular expression</a> engine</li>
<li>Added capability to select <em>multiple</em> files on &quot;Source Files&quot; tab</li>
<li>Updated Vorbis encoder to OggEnc v2.87 (2015-08-03), using libvorbis v1.3.5 and aoTuV b6.03_2015</li>
<li>Updated MediaInfo to v0.7.76 (2015-08-06), compiled with ICL 15.0 and MSVC 12.0</li>
<li>Updated mpg123 decoder to v1.22.4 (2015-08-12), compiled with GCC 5.1.0</li>
<li>Updated ALAC decoder to refalac v1.47 (2015-02-15), based on reference implementation by Apple</li>
<li>Updated Monkey's Audio binary to v4.16 (2015-03-24), compiled with ICL 15.0 and MSVC 12.0</li>
<li>Updated WavPack decoder to v4.75.0 (2015-05-25), compiled with ICL 15.0 and MSVC 12.0</li>
<li>Updated GnuPG to v1.4.19 (2015-02-27), compiled with GCC 4.9.2</li>
<li>Fixed potential deadlock in Cue Sheet import dialog when &quot;Browse...&quot; button is clicked</li>
<li>Fixed function to restore the default Temp folder, if custom Temp folder doesn't exist anymore</li>
<li>Fixed parsing of command-line parameters, regression in MUtilities library (LameXP v4.12 RC-1)</li>
<li>QAAC encoder is now using <code>--cvbr</code> instead of <code>--abr</code> when &quot;ABR&quot; mode is selected</li>
<li>Enable the embedding of cover artwork for Opus encoder (opusenc), using the <code>--picture</code> option</li>
<li>Some installer improvements have been implemented (especially in &quot;update&quot; mode)</li>
<li>Full support for Windows 10 RTM (Build #10240)</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
</ul>
<h2 id="lamexp-v4.11-2015-04-05" class="unnumbered">LameXP v4.11 [2015-04-05]</h2>
<ul>
<li>Upgraded build environment to Microsoft Visual Studio 2013 with Update-4<br /></li>
<li>Starting with this version, LameXP is based on the <a href="http://sourceforge.net/p/mutilities/code/"><em>MUtilities</em></a> library + massive code clean-up<br /></li>
<li>Added support for the <a href="https://github.com/lordmulder/DynamicAudioNormalizer"><em>DynamicAudioNormalizer</em></a> normalization filter<br /></li>
<li>Updated Qt runtime libraries to v4.8.7 snapshot-5 (2015-03-25), compiled with MSVC 12.0<br /></li>
<li>Updated MediaInfo to v0.7.72 (2015-01-07), compiled with ICL 15.0 and MSVC 12.0<br /></li>
<li>Updated SoX to v14.4.2-Final (2015-02-22), compiled with ICL 15.0 and MSVC 12.0<br /></li>
<li>Updated Opus libraries to v1.1.x and Opus-Tools v0.1.9 to latest Git Master (2015-03-26)<br /></li>
<li>Updated mpg123 decoder to v1.22.0 (2015-02-24), compiled with GCC 4.9.2<br /></li>
<li>Updated Vorbis encoder to OggEnc v2.87 (2014-07-03), using libvorbis v1.3.4 and aoTuV b6.03_2014<br /></li>
<li>Updated Vorbis decoder to OggDec v1.10.1 (2015-03-19), using libVorbis v1.3.5<br /></li>
<li>Updated FLAC encoder/decoder to v1.3.1 (2014-11-26), compiled with ICL 15.0 and MSVC 12.0<br /></li>
<li>Updated GnuPG to v1.4.18 (2014-06-30), compiled with GCC 4.9.1<br /></li>
<li>Updated QAAC add-in to the latest to QAAC v2.44, including a <a href="https://github.com/nu774/qaac/commit/ad1e0ea9daed076531e96cfa3b82f290ba9eeb20">fix</a> for the <code>--artwork</code> option<br /></li>
<li>Fixed potential crash in Cue Sheet importer (occurred when <em>all</em> input files were missing)<br /></li>
<li>Fixed a severe performance bottleneck, especially with a large number of parallel instances<br /></li>
<li>Fixed a very rare problem that, occasionally, prevented the TEMP folder from being removed<br /></li>
<li>The limit for the maximum number of parallel instances has been increased to 32<br /></li>
<li>Experimental support for Windows 10 Technical Preview<br /></li>
<li>Upgraded build environment to Microsoft Visual Studio 2013 with Update-4</li>
<li>Starting with this version, LameXP is based on the <a href="http://sourceforge.net/p/mutilities/code/"><em>MUtilities</em></a> library + massive code clean-up</li>
<li>Added support for the <a href="https://github.com/lordmulder/DynamicAudioNormalizer"><em>DynamicAudioNormalizer</em></a> normalization filter</li>
<li>Updated Qt runtime libraries to v4.8.7 snapshot-5 (2015-03-25), compiled with MSVC 12.0</li>
<li>Updated MediaInfo to v0.7.72 (2015-01-07), compiled with ICL 15.0 and MSVC 12.0</li>
<li>Updated SoX to v14.4.2-Final (2015-02-22), compiled with ICL 15.0 and MSVC 12.0</li>
<li>Updated Opus libraries to v1.1.x and Opus-Tools v0.1.9 to latest Git Master (2015-03-26)</li>
<li>Updated mpg123 decoder to v1.22.0 (2015-02-24), compiled with GCC 4.9.2</li>
<li>Updated Vorbis encoder to OggEnc v2.87 (2014-07-03), using libvorbis v1.3.4 and aoTuV b6.03_2014</li>
<li>Updated Vorbis decoder to OggDec v1.10.1 (2015-03-19), using libVorbis v1.3.5</li>
<li>Updated FLAC encoder/decoder to v1.3.1 (2014-11-26), compiled with ICL 15.0 and MSVC 12.0</li>
<li>Updated GnuPG to v1.4.18 (2014-06-30), compiled with GCC 4.9.1</li>
<li>Updated QAAC add-in to the latest to QAAC v2.44, including a <a href="https://github.com/nu774/qaac/commit/ad1e0ea9daed076531e96cfa3b82f290ba9eeb20">fix</a> for the <code>--artwork</code> option</li>
<li>Fixed potential crash in Cue Sheet importer (occurred when <em>all</em> input files were missing)</li>
<li>Fixed a severe performance bottleneck, especially with a large number of parallel instances</li>
<li>Fixed a very rare problem that, occasionally, prevented the TEMP folder from being removed</li>
<li>The limit for the maximum number of parallel instances has been increased to 32</li>
<li>Experimental support for Windows 10 Technical Preview</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
</ul>
<h2 id="lamexp-v4.10-2014-06-23" class="unnumbered">LameXP v4.10 [2014-06-23]</h2>
<ul>
<li>Upgraded build environment to Microsoft Visual Studio 2013 with Update-2<br /></li>
<li>Updated Qt runtime libraries to v4.8.6 (2014-04-25), compiled with MSVC 12.0<br /></li>
<li>Updated Opus libraries to v1.1.x and Opus-Tools v0.1.8 to latest Git Master (2014-04-13)<br /></li>
<li>Updated MediaInfo to v0.7.69 (2014-04-26), compiled with ICL 14.0 and MSVC 12.0<br /></li>
<li>Updated mpg123 decoder to v1.19.0 (2014-03-08), compiled with GCC 4.8.2<br /></li>
<li>Fixed a bug that could cause the cover artwork to be lost under certain circumstances<br /></li>
<li>Fixed &quot;overwrite existing file&quot; mode to NOT delete the input file<br /></li>
<li>Some more tweaks to the LAME algorithm quality selector<br /></li>
<li>Added command-line options to adjust the LameXP font size (see <a href="Manual.html#gui-adjustment-options">Manual</a> for details)<br /></li>
<li>Upgraded build environment to Microsoft Visual Studio 2013 with Update-2</li>
<li>Updated Qt runtime libraries to v4.8.6 (2014-04-25), compiled with MSVC 12.0</li>
<li>Updated Opus libraries to v1.1.x and Opus-Tools v0.1.8 to latest Git Master (2014-04-13)</li>
<li>Updated MediaInfo to v0.7.69 (2014-04-26), compiled with ICL 14.0 and MSVC 12.0</li>
<li>Updated mpg123 decoder to v1.19.0 (2014-03-08), compiled with GCC 4.8.2</li>
<li>Fixed a bug that could cause the cover artwork to be lost under certain circumstances</li>
<li>Fixed &quot;overwrite existing file&quot; mode to NOT delete the input file</li>
<li>Some more tweaks to the LAME algorithm quality selector</li>
<li>Added command-line options to adjust the LameXP font size (see <a href="Manual.html#gui-adjustment-options">Manual</a> for details)</li>
<li>Various bugfixes and code improvements</li>
</ul>
<h2 id="lamexp-v4.09-2014-01-26" class="unnumbered">LameXP v4.09 [2014-01-26]</h2>
<ul>
<li>Upgraded build environment to Microsoft Visual Studio 2013 RTM<br /></li>
<li>Complete overhaul of the file analyzer, resulting in up to 2.5x faster file import speed<br /></li>
<li>Reworked the application initialization code, resulting in notably faster startup speed<br /></li>
<li>Added encoding support for Monkey's Audio (APE) format, including APEv2 tagging support<br /></li>
<li>Improved file analyzer to retain the original ordering of files imported from a playlist<br /></li>
<li>Improved internal encoder API, so each encoder can define its own configuration options<br /></li>
<li>Improved splash screen and working banner, using &quot;sheet of glass&quot; effect on supported OS<br /></li>
<li>Improved dropbox widget, including proper multi-monitor support<br /></li>
<li>Updated Opus encoder/decoder libraries to v1.1 and Opus-Tools to v0.1.8 (2013-12-05)<br /></li>
<li>Updated Monkey's Audio binary to v4.12 (2013-06-26)<br /></li>
<li>Updated mpg123 decoder to v1.16.0 (2013-10-06), compiled with GCC 4.8.1<br /></li>
<li>Updated WavPack decoder to v4.70.0 (2013-10-19), compiled with ICL 14.0 and MSVC 12.0<br /></li>
<li>Updated MediaInfo to v0.7.67 (2014-01-10), compiled with ICL 14.0 and MSVC 12.0<br /></li>
<li>Updated GNU Wget binary to v1.14.0 (2012-08-05), compiled with GCC 4.8.1<br /></li>
<li>Updated GnuPG to v1.4.16 (2013-12-13), compiled with GCC 4.8.1<br /></li>
<li>Updated the QAAC add-in for LameXP to QAAC v2.33 (2014-01-14), compiled with MSVC 12.0<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Fixed a resource (file descriptor) leak in &quot;static&quot; builds, didn't cause much harm though<br /></li>
<li>Upgraded build environment to Microsoft Visual Studio 2013 RTM</li>
<li>Complete overhaul of the file analyzer, resulting in up to 2.5x faster file import speed</li>
<li>Reworked the application initialization code, resulting in notably faster startup speed</li>
<li>Added encoding support for Monkey's Audio (APE) format, including APEv2 tagging support</li>
<li>Improved file analyzer to retain the original ordering of files imported from a playlist</li>
<li>Improved internal encoder API, so each encoder can define its own configuration options</li>
<li>Improved splash screen and working banner, using &quot;sheet of glass&quot; effect on supported OS</li>
<li>Improved dropbox widget, including proper multi-monitor support</li>
<li>Updated Opus encoder/decoder libraries to v1.1 and Opus-Tools to v0.1.8 (2013-12-05)</li>
<li>Updated Monkey's Audio binary to v4.12 (2013-06-26)</li>
<li>Updated mpg123 decoder to v1.16.0 (2013-10-06), compiled with GCC 4.8.1</li>
<li>Updated WavPack decoder to v4.70.0 (2013-10-19), compiled with ICL 14.0 and MSVC 12.0</li>
<li>Updated MediaInfo to v0.7.67 (2014-01-10), compiled with ICL 14.0 and MSVC 12.0</li>
<li>Updated GNU Wget binary to v1.14.0 (2012-08-05), compiled with GCC 4.8.1</li>
<li>Updated GnuPG to v1.4.16 (2013-12-13), compiled with GCC 4.8.1</li>
<li>Updated the QAAC add-in for LameXP to QAAC v2.33 (2014-01-14), compiled with MSVC 12.0</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Fixed a resource (file descriptor) leak in &quot;static&quot; builds, didn't cause much harm though</li>
<li>Various bugfixes and code improvements</li>
</ul>
<h2 id="lamexp-v4.08-2013-09-04" class="unnumbered">LameXP v4.08 [2013-09-04]</h2>
<ul>
<li>Upgraded build environment to Microsoft Visual Studio 2012 with Update-3<br /></li>
<li>Encoder settings (RC mode + bitrate/quality) are now stored separately for each encoder<br /></li>
<li>Updated Qt runtime libraries to v4.8.5 (2013-05-31), compiled with MSVC 11.0<br /></li>
<li>Updated FLAC encoder/decoder to v1.3.0 (2013-05-27), compiled with ICL 13.0<br /></li>
<li>Updated Opus encoder/decoder libraries to v1.1-beta and Opus-Tools to v0.1.6 (2013-07-22)<br /></li>
<li>Updated MediaInfo to v0.7.64 (2013-07-05), compiled with ICL 13.1 and MSVC 10.0<br /></li>
<li>Updated GnuPG to v1.4.14 (2013-07-25), compiled with GCC 4.8.1<br /></li>
<li>Updated GNU Wget binary to v1.13.4 (2011-09-17)<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Fixed a potential deadlock during startup when %TMP% points to an invalid folder<br /></li>
<li>Fixed a superfluous &quot;beep&quot; sound that appeared on application startup<br /></li>
<li>Fixed the Ogg Vorbis quality modes &quot;-1&quot; and &quot;-2&quot; (those were clipped to &quot;0&quot; before)<br /></li>
<li>Fixed a bug that could cause the output directory to be reset mistakenly<br /></li>
<li>Upgraded build environment to Microsoft Visual Studio 2012 with Update-3</li>
<li>Encoder settings (RC mode + bitrate/quality) are now stored separately for each encoder</li>
<li>Updated Qt runtime libraries to v4.8.5 (2013-05-31), compiled with MSVC 11.0</li>
<li>Updated FLAC encoder/decoder to v1.3.0 (2013-05-27), compiled with ICL 13.0</li>
<li>Updated Opus encoder/decoder libraries to v1.1-beta and Opus-Tools to v0.1.6 (2013-07-22)</li>
<li>Updated MediaInfo to v0.7.64 (2013-07-05), compiled with ICL 13.1 and MSVC 10.0</li>
<li>Updated GnuPG to v1.4.14 (2013-07-25), compiled with GCC 4.8.1</li>
<li>Updated GNU Wget binary to v1.13.4 (2011-09-17)</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Fixed a potential deadlock during startup when %TMP% points to an invalid folder</li>
<li>Fixed a superfluous &quot;beep&quot; sound that appeared on application startup</li>
<li>Fixed the Ogg Vorbis quality modes &quot;-1&quot; and &quot;-2&quot; (those were clipped to &quot;0&quot; before)</li>
<li>Fixed a bug that could cause the output directory to be reset mistakenly</li>
<li>Implemented &quot;natural order&quot; string comparison/sorting, using strnatcmp() by Martin Pool</li>
</ul>
<h2 id="lamexp-v4.07-2013-04-28" class="unnumbered">LameXP v4.07 [2013-04-28]</h2>
<ul>
<li>Upgraded build environment to Microsoft Visual Studio 2012 with Update-2<br /></li>
<li>Minimum supported platform now is Windows XP with <a href="http://www.microsoft.com/en-us/download/details.aspx?id=24">Service Pack 3</a><br /></li>
<li>Added option to select the &quot;overwrite mode&quot; to advanced options tab<br /></li>
<li>Added option to filter the log entries on the &quot;processing&quot; dialog (see context menu)<br /></li>
<li>Added &quot;Up One Level&quot; button to the output folder tab<br /></li>
<li>Added Opus decoder option to output always at the native sample rate of 48.000 Hz<br /></li>
<li>Updated Qt runtime libraries to v4.8.4 (2012-11-29), compiled with MSVC 11.0<br /></li>
<li>Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-23)<br /></li>
<li>Updated Valdec decoder (2013-04-07), based on AC3Filter Tools v1.0a<br /></li>
<li>Updated mpg123 decoder to v1.15.3 (2013-04-03), compiled with GCC 4.8.0<br /></li>
<li>Updated MediaInfo to v0.7.62 (2013-02-22), compiled with ICL 12.1.7 and MSVC 10.0<br /></li>
<li>Updated Monkey's Audio binary to v4.11 (2013-01-20)<br /></li>
<li>Updated SoX to v14.4.1 (2012-02-09), compiled with ICL 13.0 and MSVC 10.0<br /></li>
<li>Updated GnuPG to v1.4.13, compiled with GCC 4.7.2<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Fixed handling of certain characters when passing meta tags on the command-line<br /></li>
<li>Fixed handling of certain characters when renaming output files<br /></li>
<li>Fixed Keccak library to not crash on systems without SSE/SSE2 support<br /></li>
<li>Upgraded build environment to Microsoft Visual Studio 2012 with Update-2</li>
<li>Minimum supported platform now is Windows XP with <a href="http://www.microsoft.com/en-us/download/details.aspx?id=24">Service Pack 3</a></li>
<li>Added option to select the &quot;overwrite mode&quot; to advanced options tab</li>
<li>Added option to filter the log entries on the &quot;processing&quot; dialog (see context menu)</li>
<li>Added &quot;Up One Level&quot; button to the output folder tab</li>
<li>Added Opus decoder option to output always at the native sample rate of 48.000 Hz</li>
<li>Updated Qt runtime libraries to v4.8.4 (2012-11-29), compiled with MSVC 11.0</li>
<li>Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-23)</li>
<li>Updated Valdec decoder (2013-04-07), based on AC3Filter Tools v1.0a</li>
<li>Updated mpg123 decoder to v1.15.3 (2013-04-03), compiled with GCC 4.8.0</li>
<li>Updated MediaInfo to v0.7.62 (2013-02-22), compiled with ICL 12.1.7 and MSVC 10.0</li>
<li>Updated Monkey's Audio binary to v4.11 (2013-01-20)</li>
<li>Updated SoX to v14.4.1 (2012-02-09), compiled with ICL 13.0 and MSVC 10.0</li>
<li>Updated GnuPG to v1.4.13, compiled with GCC 4.7.2</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Fixed handling of certain characters when passing meta tags on the command-line</li>
<li>Fixed handling of certain characters when renaming output files</li>
<li>Fixed Keccak library to not crash on systems without SSE/SSE2 support</li>
<li>Fixed LAME algorithm quality selector better match the <a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/detailed.html#q">LAME documentation</a></li>
</ul>
<h2 id="lamexp-v4.06-2012-11-04" class="unnumbered">LameXP v4.06 [2012-11-04]</h2>
<ul>
<li>Updated Opus encoder/decoder libraries to v1.0.1 and Opus-Tools to v0.1.5 (2012-09-22)<br /></li>
<li>Updated mpg123 decoder to v1.14.4+ (2012-09-24), compiled with GCC 4.7.1<br /></li>
<li>Updated ALAC decoder to refalac v0.56 (2012-10-24), based on reference implementation by Apple<br /></li>
<li>Updated Qt runtime libraries to v4.8.3 (2012-09-13), compiled with MSVC 10.0<br /></li>
<li>Updated MediaInfo to v0.7.61+ (2012-10-28), compiled with ICL 12.1.7 and MSVC 10.0<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Fixed a bug with the &quot;Store temporary files in your system's default TEMP director&quot; checkbox<br /></li>
<li>Fixed a buffer overflow in FAAD2 decoder which could cause crashes with very long file names<br /></li>
<li>Fixed a regression in Qt v4.8.3 that broke Drag&amp;Drop support (<a href="https://bugreports.qt-project.org/browse/QTBUG-27265">details #1</a>) (<a href="https://codereview.qt-project.org/35297">details #2</a>)<br /></li>
<li>Updated Opus encoder/decoder libraries to v1.0.1 and Opus-Tools to v0.1.5 (2012-09-22)</li>
<li>Updated mpg123 decoder to v1.14.4+ (2012-09-24), compiled with GCC 4.7.1</li>
<li>Updated ALAC decoder to refalac v0.56 (2012-10-24), based on reference implementation by Apple</li>
<li>Updated Qt runtime libraries to v4.8.3 (2012-09-13), compiled with MSVC 10.0</li>
<li>Updated MediaInfo to v0.7.61+ (2012-10-28), compiled with ICL 12.1.7 and MSVC 10.0</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Fixed a bug with the &quot;Store temporary files in your system's default TEMP director&quot; checkbox</li>
<li>Fixed a buffer overflow in FAAD2 decoder which could cause crashes with very long file names</li>
<li>Fixed a regression in Qt v4.8.3 that broke Drag&amp;Drop support (<a href="https://bugreports.qt-project.org/browse/QTBUG-27265">details #1</a>) (<a href="https://codereview.qt-project.org/35297">details #2</a>)</li>
<li>Reworked the &quot;About...&quot; dialog now using a custom dialog instead of message boxes</li>
</ul>
<h2 id="lamexp-v4.05-2012-09-03" class="unnumbered">LameXP v4.05 [2012-09-03]</h2>
<ul>
<li>Added support for Opus Audio Codec, based on Opus-Tools v0.1.4 (2012-08-16) by Xiph.org/Mozilla<br /></li>
<li>Added support for Opus Audio Codec, based on Opus-Tools v0.1.4 (2012-08-16) by Xiph.org/Mozilla</li>
<li>Added Swedish translation, thanks to Åke Engelbrektson <script type="text/javascript">
<!--
h='&#x67;&#x6d;&#x61;&#x69;&#108;&#46;&#x63;&#x6f;&#x6d;';a='&#64;';n='&#x65;&#x73;&#x6f;&#110;&#x35;&#x37;';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>&#x65;&#x73;&#x6f;&#110;&#x35;&#x37;&#32;&#x61;&#116;&#32;&#x67;&#x6d;&#x61;&#x69;&#108;&#32;&#100;&#x6f;&#116;&#32;&#x63;&#x6f;&#x6d;</noscript><br /></li>
<li>Updated Qt runtime libraries to v4.8.2 (2012-05-22), compiled with MSVC 10.0<br /></li>
<li>Updated mpg123 decoder to v1.14.4 (2012-07-26), compiled with GCC 4.6.1<br /></li>
<li>Updated MediaInfo to v0.7.59 (2012-08-08), compiled with ICL 12.1.7 and MSVC 10.0<br /></li>
<li>Updated optional add-ins for QAAC encoder and FHG AAC encoder (see <a href="Manual.html#qaac-apple-aac-encoder">Manual</a> for details)<br /></li>
<li>Updated DCA Enc to v2 (2012-04-19), compiled with ICL 12.1.7 and MSVC 10.0<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Implemented multi-threading in file analyzer for faster file import (about 2.5x to 6.0x faster!)<br /></li>
<li>Implemented multi-threading in initialization code for faster application startup<br /></li>
<li>Fixed a potential crash (stack overflow) when adding a huge number of files<br /></li>
<li>Fixed a problem with Cue Sheet import and files that contain trailing dots in their name<br /></li>
</script><noscript>&#x65;&#x73;&#x6f;&#110;&#x35;&#x37;&#32;&#x61;&#116;&#32;&#x67;&#x6d;&#x61;&#x69;&#108;&#32;&#100;&#x6f;&#116;&#32;&#x63;&#x6f;&#x6d;</noscript></li>
<li>Updated Qt runtime libraries to v4.8.2 (2012-05-22), compiled with MSVC 10.0</li>
<li>Updated mpg123 decoder to v1.14.4 (2012-07-26), compiled with GCC 4.6.1</li>
<li>Updated MediaInfo to v0.7.59 (2012-08-08), compiled with ICL 12.1.7 and MSVC 10.0</li>
<li>Updated optional add-ins for QAAC encoder and FHG AAC encoder (see <a href="Manual.html#qaac-apple-aac-encoder">Manual</a> for details)</li>
<li>Updated DCA Enc to v2 (2012-04-19), compiled with ICL 12.1.7 and MSVC 10.0</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Implemented multi-threading in file analyzer for faster file import (about 2.5x to 6.0x faster!)</li>
<li>Implemented multi-threading in initialization code for faster application startup</li>
<li>Fixed a potential crash (stack overflow) when adding a huge number of files</li>
<li>Fixed a problem with Cue Sheet import and files that contain trailing dots in their name</li>
<li>Workaround for a bug (feature?) of Qt's command-line parser that screwed up some arguments</li>
</ul>
<h2 id="lamexp-v4.04-2012-04-26" class="unnumbered">LameXP v4.04 [2012-04-26]</h2>
<ul>
<li>Added support for the QAAC Encoder, requires QuickTime v7.7.1 or newer (see <a href="Manual.html#qaac-apple-aac-encoder">Manual</a> for details)<br /></li>
<li>Added support for the QAAC Encoder, requires QuickTime v7.7.1 or newer (see <a href="Manual.html#qaac-apple-aac-encoder">Manual</a> for details)</li>
<li>Added Chinese and Taiwanese translations, thanks to 456Vv <script type="text/javascript">
<!--
h='&#52;&#x35;&#54;&#118;&#118;&#46;&#x63;&#x6f;&#x6d;';a='&#64;';n='&#x31;&#50;&#x33;';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>&#x31;&#50;&#x33;&#32;&#x61;&#116;&#32;&#52;&#x35;&#54;&#118;&#118;&#32;&#100;&#x6f;&#116;&#32;&#x63;&#x6f;&#x6d;</noscript><br /></li>
</script><noscript>&#x31;&#50;&#x33;&#32;&#x61;&#116;&#32;&#52;&#x35;&#54;&#118;&#118;&#32;&#100;&#x6f;&#116;&#32;&#x63;&#x6f;&#x6d;</noscript></li>
<li>Added experimental support for DCA Enc, created by Alexander E. Patrakov <script type="text/javascript">
<!--
h='&#x67;&#x6d;&#x61;&#x69;&#108;&#46;&#x63;&#x6f;&#x6d;';a='&#64;';n='&#112;&#x61;&#116;&#114;&#x61;&#x6b;&#x6f;&#118;';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>&#112;&#x61;&#116;&#114;&#x61;&#x6b;&#x6f;&#118;&#32;&#x61;&#116;&#32;&#x67;&#x6d;&#x61;&#x69;&#108;&#32;&#100;&#x6f;&#116;&#32;&#x63;&#x6f;&#x6d;</noscript><br /></li>
<li>Added CSV export/import for Meta tags (available from the context-menu on the &quot;Source Files&quot; tab)<br /></li>
<li>Added a button to modify the current output folder path in an edit box<br /></li>
<li>Updated Qt runtime libraries to v4.8.1 (2012-03-14), compiled with MSVC 10.0<br /></li>
<li>Updated LAME encoder to v3.99.5 Final (2012-02-28), compiled with ICL 12.1.7 and MSVC 10.0 (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/history.html?revision=1.139">details</a>)<br /></li>
<li>Updated MediaInfo to v0.7.56 (2012-04-08), compiled with ICL 12.1.7 and MSVC 10.0<br /></li>
<li>Updated SoX to to v14.4.0 (2012-03-04), compiled with ICL 12.1.7 and MSVC 10.0<br /></li>
<li>Updated mpg123 decoder to v1.13.6 (2011-03-11), compiled with GCC 4.6.1<br /></li>
<li>Updated Monkey's Audio binary to v4.11 (2011-04-20)<br /></li>
<li>Updated Musepack decoder to revision 475 (2011-08-10), compiled with ICL 12.1.6 and MSVC 10.0<br /></li>
<li>Updated GnuPG to v1.4.12, compiled with GCC 4.6.1<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Implemented coalescing of update signals to reduce the CPU usage of the LameXP process (<a href="http://forum.doom9.org/showpost.php?p=1539631&amp;postcount=507">details</a>)<br /></li>
<li>Run more than four instances in parallel on systems with more than four CPU cores<br /></li>
<li>Improved handling of different character encodings for Playlist and Cue Sheet import<br /></li>
<li>Tweaked directory outline on &quot;output folder&quot; tab for improved performance (hopefully)<br /></li>
<li>Improved LameXP inter-process communication by adding queue support<br /></li>
<li>Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only)<br /></li>
<li>Prevent LameXP from blocking a system shutdown (encoding process is aborted, if necessary)<br /></li>
<li>Improved internal handling of MediaInfo output, including extraction of cover art<br /></li>
</script><noscript>&#112;&#x61;&#116;&#114;&#x61;&#x6b;&#x6f;&#118;&#32;&#x61;&#116;&#32;&#x67;&#x6d;&#x61;&#x69;&#108;&#32;&#100;&#x6f;&#116;&#32;&#x63;&#x6f;&#x6d;</noscript></li>
<li>Added CSV export/import for Meta tags (available from the context-menu on the &quot;Source Files&quot; tab)</li>
<li>Added a button to modify the current output folder path in an edit box</li>
<li>Updated Qt runtime libraries to v4.8.1 (2012-03-14), compiled with MSVC 10.0</li>
<li>Updated LAME encoder to v3.99.5 Final (2012-02-28), compiled with ICL 12.1.7 and MSVC 10.0 (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/history.html?revision=1.139">details</a>)</li>
<li>Updated MediaInfo to v0.7.56 (2012-04-08), compiled with ICL 12.1.7 and MSVC 10.0</li>
<li>Updated SoX to to v14.4.0 (2012-03-04), compiled with ICL 12.1.7 and MSVC 10.0</li>
<li>Updated mpg123 decoder to v1.13.6 (2011-03-11), compiled with GCC 4.6.1</li>
<li>Updated Monkey's Audio binary to v4.11 (2011-04-20)</li>
<li>Updated Musepack decoder to revision 475 (2011-08-10), compiled with ICL 12.1.6 and MSVC 10.0</li>
<li>Updated GnuPG to v1.4.12, compiled with GCC 4.6.1</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Implemented coalescing of update signals to reduce the CPU usage of the LameXP process (<a href="http://forum.doom9.org/showpost.php?p=1539631&amp;postcount=507">details</a>)</li>
<li>Run more than four instances in parallel on systems with more than four CPU cores</li>
<li>Improved handling of different character encodings for Playlist and Cue Sheet import</li>
<li>Tweaked directory outline on &quot;output folder&quot; tab for improved performance (hopefully)</li>
<li>Improved LameXP inter-process communication by adding queue support</li>
<li>Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only)</li>
<li>Prevent LameXP from blocking a system shutdown (encoding process is aborted, if necessary)</li>
<li>Improved internal handling of MediaInfo output, including extraction of cover art</li>
<li>Fixed a very rare &quot;live-lock&quot; situation in early initialization code</li>
</ul>
<h2 id="lamexp-v4.03-2011-11-12" class="unnumbered">LameXP v4.03 [2011-11-12]</h2>
<ul>
<li>Added an option to rename the output files (based on an user-defined naming pattern)<br /></li>
<li>Added an option to enforce Stereo Downmix for Multi-Channel sources<br /></li>
<li>Added &quot;built-in&quot; WMA decoder (see <a href="http://forum.doom9.org/showthread.php?t=140273"><em>this</em></a> thread for details) and removed all remnants of &quot;old&quot; decoder<br /></li>
<li>Added optional support for the FHG AAC Encoder included with Winamp 5.62<br /></li>
<li>Added a menu for bookmarking &quot;favorite&quot; output folders to the &quot;output folder&quot; tab<br /></li>
<li>Added an option to hibernate the computer (aka &quot;Suspend-to-Disk&quot;) instead of shutting it down<br /></li>
<li>Added an option to rename the output files (based on an user-defined naming pattern)</li>
<li>Added an option to enforce Stereo Downmix for Multi-Channel sources</li>
<li>Added &quot;built-in&quot; WMA decoder (see <a href="http://forum.doom9.org/showthread.php?t=140273"><em>this</em></a> thread for details) and removed all remnants of &quot;old&quot; decoder</li>
<li>Added optional support for the FHG AAC Encoder included with Winamp 5.62</li>
<li>Added a menu for bookmarking &quot;favorite&quot; output folders to the &quot;output folder&quot; tab</li>
<li>Added an option to hibernate the computer (aka &quot;Suspend-to-Disk&quot;) instead of shutting it down</li>
<li>Added Polish translation, thanks to Sir Daniel K <script type="text/javascript">
<!--
h='&#x67;&#x6d;&#x61;&#x69;&#108;&#46;&#x63;&#x6f;&#x6d;';a='&#64;';n='&#x73;&#x69;&#114;&#46;&#100;&#x61;&#110;&#x69;&#x65;&#108;&#46;&#x6b;';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>&#x73;&#x69;&#114;&#46;&#100;&#x61;&#110;&#x69;&#x65;&#108;&#46;&#x6b;&#32;&#x61;&#116;&#32;&#x67;&#x6d;&#x61;&#x69;&#108;&#32;&#100;&#x6f;&#116;&#32;&#x63;&#x6f;&#x6d;</noscript><br /></li>
<li>Added channel equalization options to the normalization filter (also fixes multi-channel processing)<br /></li>
<li>Added indicators for current CPU usage, RAM usage and free diskspace to the processing window<br /></li>
<li>Updated Qt runtime libraries to v4.8.0 RC-1 (2011-10-13), compiled with MSVC 10.0<br /></li>
<li>Updated LAME encoder to v3.99.1 Final (2011-11-05), compiled with ICL 12.1.6 and MSVC 10.0 (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/history.html?revision=1.133">details</a>)<br /></li>
<li>Updated mpg123 decoder to v1.13.4 (2011-09-07), compiled with GCC 4.6.1<br /></li>
<li>Updated MediaInfo to v0.7.51 (2011-11-11), compiled with ICL 12.1.6 and MSVC 10.0<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Improved &quot;downmix&quot; filter by using explicit channel mappings for each number of input channels<br /></li>
<li>Fixed a potential bug in CPU type detection that might have caused the wrong binary to be used<br /></li>
<li>Fixed Cue Sheet import for tracks with certain characters in the title<br /></li>
<li>Fixed a bug with &quot;Prepend relative source file path to output file&quot; under certain conditions<br /></li>
<li>Workaround for malicious &quot;anti-virus&quot; programs that prevent innocent applications from functioning<br /></li>
<li>Enabled &quot;Aero Glass&quot; theme in installer and web-update program (Vista and Windows 7 only)<br /></li>
<li>Restored Windows 2000 support with Visual Studio 2010 builds (this is experimental!)<br /></li>
<li>The &quot;Open File(s)&quot; and &quot;Open Folder&quot; dialogs will now remember the most recent directory<br /></li>
</script><noscript>&#x73;&#x69;&#114;&#46;&#100;&#x61;&#110;&#x69;&#x65;&#108;&#46;&#x6b;&#32;&#x61;&#116;&#32;&#x67;&#x6d;&#x61;&#x69;&#108;&#32;&#100;&#x6f;&#116;&#32;&#x63;&#x6f;&#x6d;</noscript></li>
<li>Added channel equalization options to the normalization filter (also fixes multi-channel processing)</li>
<li>Added indicators for current CPU usage, RAM usage and free diskspace to the processing window</li>
<li>Updated Qt runtime libraries to v4.8.0 RC-1 (2011-10-13), compiled with MSVC 10.0</li>
<li>Updated LAME encoder to v3.99.1 Final (2011-11-05), compiled with ICL 12.1.6 and MSVC 10.0 (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/history.html?revision=1.133">details</a>)</li>
<li>Updated mpg123 decoder to v1.13.4 (2011-09-07), compiled with GCC 4.6.1</li>
<li>Updated MediaInfo to v0.7.51 (2011-11-11), compiled with ICL 12.1.6 and MSVC 10.0</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Improved &quot;downmix&quot; filter by using explicit channel mappings for each number of input channels</li>
<li>Fixed a potential bug in CPU type detection that might have caused the wrong binary to be used</li>
<li>Fixed Cue Sheet import for tracks with certain characters in the title</li>
<li>Fixed a bug with &quot;Prepend relative source file path to output file&quot; under certain conditions</li>
<li>Workaround for malicious &quot;anti-virus&quot; programs that prevent innocent applications from functioning</li>
<li>Enabled &quot;Aero Glass&quot; theme in installer and web-update program (Vista and Windows 7 only)</li>
<li>Restored Windows 2000 support with Visual Studio 2010 builds (this is experimental!)</li>
<li>The &quot;Open File(s)&quot; and &quot;Open Folder&quot; dialogs will now remember the most recent directory</li>
<li>Miscellaneous bugfixes</li>
</ul>
<h2 id="lamexp-v4.02-2011-06-14" class="unnumbered">LameXP v4.02 [2011-06-14]</h2>
<ul>
<li>Upgraded build environment to Microsoft Visual Studio 2010<br /></li>
<li>Dropping support for Windows 2000 and Windows XP RTM. Windows XP needs (at least) Service-Pack 2 now!<br /></li>
<li>Added Cue Sheet import wizard, which allows splitting and importing tracks from Cue Sheet images<br /></li>
<li>Added ATSC A/52 (AC-3) encoding support, based on Aften encoder v0.0.8+ (Git Master)<br /></li>
<li>Added Avisynth input (audio only!) using 'avs2wav' tool, partly based on code by Jory Stone<br /></li>
<li>Added a method to use custom tools instead of the &quot;built-in&quot; ones (see <a href="Manual.html">Manual</a> for details)<br /></li>
<li>Added an option to copy all meta information of a single file over to the &quot;meta information&quot; tab<br /></li>
<li>Added two new command-line switches: &quot;--add-folder <path>&quot; and &quot;--add-recursive <path>&quot;<br /></li>
<li>Added one new translation: Korean<br /></li>
<li>Updated Qt runtime libraries to v4.7.3<br /></li>
<li>Updated LAME encoder to v3.99.1.0 (2011-04-15), compiled with ICL 12.0.3 and MSVC 10.0 (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/history.html?revision=1.127">details</a>)<br /></li>
<li>Updated Vorbis encoder to v2.87 using aoTuV Beta-6.03 (2011-05-04), compiled with ICL 11.1 and MSVC 9.0<br /></li>
<li>Updated mpg123 decoder to v1.13.3 (2011-04-21), compiled with GCC 4.6.0<br /></li>
<li>Updated MediaInfo to v0.7.45 Beta (2011-05-02), compiled with ICL 12.0.3 and MSVC 10.0<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Fixed placement of the Dropbox when the Taskbar is located on the top or on the left side<br /></li>
<li>Improved playlist generation: Generate M3U (Latin-1) or M3U8 (UTF-8) playlist file as required<br /></li>
<li>Only show the most recent 50 items in the &quot;processing&quot; window (for better performance)<br /></li>
<li>Upgraded build environment to Microsoft Visual Studio 2010</li>
<li>Dropping support for Windows 2000 and Windows XP RTM. Windows XP needs (at least) Service-Pack 2 now!</li>
<li>Added Cue Sheet import wizard, which allows splitting and importing tracks from Cue Sheet images</li>
<li>Added ATSC A/52 (AC-3) encoding support, based on Aften encoder v0.0.8+ (Git Master)</li>
<li>Added Avisynth input (audio only!) using 'avs2wav' tool, partly based on code by Jory Stone</li>
<li>Added a method to use custom tools instead of the &quot;built-in&quot; ones (see <a href="Manual.html">Manual</a> for details)</li>
<li>Added an option to copy all meta information of a single file over to the &quot;meta information&quot; tab</li>
<li>Added two new command-line switches: &quot;--add-folder <path>&quot; and &quot;--add-recursive <path>&quot;</li>
<li>Added one new translation: Korean</li>
<li>Updated Qt runtime libraries to v4.7.3</li>
<li>Updated LAME encoder to v3.99.1.0 (2011-04-15), compiled with ICL 12.0.3 and MSVC 10.0 (<a href="http://lame.cvs.sourceforge.net/viewvc/lame/lame/doc/html/history.html?revision=1.127">details</a>)</li>
<li>Updated Vorbis encoder to v2.87 using aoTuV Beta-6.03 (2011-05-04), compiled with ICL 11.1 and MSVC 9.0</li>
<li>Updated mpg123 decoder to v1.13.3 (2011-04-21), compiled with GCC 4.6.0</li>
<li>Updated MediaInfo to v0.7.45 Beta (2011-05-02), compiled with ICL 12.0.3 and MSVC 10.0</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Fixed placement of the Dropbox when the Taskbar is located on the top or on the left side</li>
<li>Improved playlist generation: Generate M3U (Latin-1) or M3U8 (UTF-8) playlist file as required</li>
<li>Only show the most recent 50 items in the &quot;processing&quot; window (for better performance)</li>
<li>Miscellaneous bugfixes</li>
</ul>
<h2 id="lamexp-v4.01-2011-04-04" class="unnumbered">LameXP v4.01 [2011-04-04]</h2>
<ul>
<li>Added an option to manually specify the number of parallel instances<br /></li>
<li>Added an option to select a user-defined TEMP directory<br /></li>
<li>Added an option to shutdown the computer as soon as all files are completed<br /></li>
<li>Added an option to add directories recursively<br /></li>
<li>Added support for embedding cover artwork (currently works with LAME, FLAC and Nero AAC only)<br /></li>
<li>Updated Qt runtime libraries to v4.7.2<br /></li>
<li>Updated LAME encoder to v3.99.0.16 (2011-04-04), compiled with ICL 12.0.2<br /></li>
<li>Updated Vorbis encoder to v2.87 using aoTuV Beta-6.02 (2011-02-28), compiled with ICL 11.1 and MSVC 9.0<br /></li>
<li>Updated TTA decoder multiplatform library to v2.1 (2011-03-11), compiled with MSVC 9.0<br /></li>
<li>Updated SoX to v14.3.2 (2010-02-27), compiled with ICL 12.0.2<br /></li>
<li>Updated MediaInfo to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC 9.0<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Fixed a problem with the LAME encoder that could cause glitches in the encoded file (VBR mode only)<br /></li>
<li>Fixed a problem with the LAME encoder that could cause very slow encoding speed<br /></li>
<li>Fixed a bug that caused AAC encoding to fail in CBR mode (the &quot;-2pass&quot; parameter was set wrongly)<br /></li>
<li>Added an option to manually specify the number of parallel instances</li>
<li>Added an option to select a user-defined TEMP directory</li>
<li>Added an option to shutdown the computer as soon as all files are completed</li>
<li>Added an option to add directories recursively</li>
<li>Added support for embedding cover artwork (currently works with LAME, FLAC and Nero AAC only)</li>
<li>Updated Qt runtime libraries to v4.7.2</li>
<li>Updated LAME encoder to v3.99.0.16 (2011-04-04), compiled with ICL 12.0.2</li>
<li>Updated Vorbis encoder to v2.87 using aoTuV Beta-6.02 (2011-02-28), compiled with ICL 11.1 and MSVC 9.0</li>
<li>Updated TTA decoder multiplatform library to v2.1 (2011-03-11), compiled with MSVC 9.0</li>
<li>Updated SoX to v14.3.2 (2010-02-27), compiled with ICL 12.0.2</li>
<li>Updated MediaInfo to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC 9.0</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Fixed a problem with the LAME encoder that could cause glitches in the encoded file (VBR mode only)</li>
<li>Fixed a problem with the LAME encoder that could cause very slow encoding speed</li>
<li>Fixed a bug that caused AAC encoding to fail in CBR mode (the &quot;-2pass&quot; parameter was set wrongly)</li>
<li>A warning message will be emitted, if diskspace drops below a critical limit while processing</li>
</ul>
<h2 id="lamexp-v4.00-2011-02-21" class="unnumbered">LameXP v4.00 [2011-02-21]</h2>
<ul>
<li>Complete re-write of LameXP in the C++ programming language<br /></li>
<li>Switched IDE from Delphi 7.0 to Visual Studio 2008 + Qt Framework v4.7.1 (GNU Toolchain not yet)<br /></li>
<li>Added cross-plattfrom support - only Windows and Wine for now, native Linux version planned<br /></li>
<li>Added full Unicode support for file names, meta tags and translations (no more Codepage headaches!)<br /></li>
<li>Added support for Qt Linguist tool, which makes creating/updating translations much easier<br /></li>
<li>Added support for multiple user interface styles, including &quot;Plastique&quot; and &quot;Cleanlooks&quot; themes<br /></li>
<li>Added support for user-defined encoder parameters (please use with care!)<br /></li>
<li>Added support for a true &quot;portable&quot; mode, which will store the configuration in the program folder<br /></li>
<li>Added resampling filter for all encoders, based on SoX<br /></li>
<li>Added simple tone adjustment filter, based on SoX<br /></li>
<li>Added an option to prepend the relative source file path to the output file path<br /></li>
<li>Updated all command-line tools to support Unicode file names, mostly required custom patches<br /></li>
<li>Updated LAME encoder to v3.99.0.11 (2011-02-11), compiled with ICL 11.1.065<br /></li>
<li>Updated Vorbis encoder to v2.87 using libvorbis v1.3.2 (2010-11-06), compiled with ICL 11.1 and MSVC 9.0<br /></li>
<li>Updated mpg123 decoder to v1.13.2 (2011-02-19), compiled with GCC 4.5.2<br /></li>
<li>Updated MediaInfo to v0.7.41 (2011-01-24), compiled with ICL 11.1.065<br /></li>
<li>Updated SoX to v14.3.1 (2010-04-11), compiled with MSVC 9.0<br /></li>
<li>Updated GnuPG to v1.4.11, compiled with GCC 4.5.2<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Removed TAK support for now, as their CloseSource(!) tools don't support Unicode file names yet<br /></li>
<li>Removed Volumax tool, as we are using SoX for normalization from now on<br /></li>
<li>Complete re-write of LameXP in the C++ programming language</li>
<li>Switched IDE from Delphi 7.0 to Visual Studio 2008 + Qt Framework v4.7.1 (GNU Toolchain not yet)</li>
<li>Added cross-plattfrom support - only Windows and Wine for now, native Linux version planned</li>
<li>Added full Unicode support for file names, meta tags and translations (no more Codepage headaches!)</li>
<li>Added support for Qt Linguist tool, which makes creating/updating translations much easier</li>
<li>Added support for multiple user interface styles, including &quot;Plastique&quot; and &quot;Cleanlooks&quot; themes</li>
<li>Added support for user-defined encoder parameters (please use with care!)</li>
<li>Added support for a true &quot;portable&quot; mode, which will store the configuration in the program folder</li>
<li>Added resampling filter for all encoders, based on SoX</li>
<li>Added simple tone adjustment filter, based on SoX</li>
<li>Added an option to prepend the relative source file path to the output file path</li>
<li>Updated all command-line tools to support Unicode file names, mostly required custom patches</li>
<li>Updated LAME encoder to v3.99.0.11 (2011-02-11), compiled with ICL 11.1.065</li>
<li>Updated Vorbis encoder to v2.87 using libvorbis v1.3.2 (2010-11-06), compiled with ICL 11.1 and MSVC 9.0</li>
<li>Updated mpg123 decoder to v1.13.2 (2011-02-19), compiled with GCC 4.5.2</li>
<li>Updated MediaInfo to v0.7.41 (2011-01-24), compiled with ICL 11.1.065</li>
<li>Updated SoX to v14.3.1 (2010-04-11), compiled with MSVC 9.0</li>
<li>Updated GnuPG to v1.4.11, compiled with GCC 4.5.2</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Removed TAK support for now, as their CloseSource(!) tools don't support Unicode file names yet</li>
<li>Removed Volumax tool, as we are using SoX for normalization from now on</li>
<li>Countless minor fixes and improvements (hopefully not too many regressions ^^)</li>
</ul>
<h1 id="lamexp-v3.xx-history"><span class="header-section-number">2</span> LameXP v3.xx History</h1>
<h2 id="lamexp-v3.19-2010-07-12" class="unnumbered">LameXP v3.19 [2010-07-12]</h2>
<ul>
<li>Updated MediaInfo to v0.7.34 (2010-07-09), compiled with ICL 11.1.065<br /></li>
<li>Updated mpg123 decoder to v1.12.3 (2010-07-11), compiled with GCC 4.6.0<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Updated MediaInfo to v0.7.34 (2010-07-09), compiled with ICL 11.1.065</li>
<li>Updated mpg123 decoder to v1.12.3 (2010-07-11), compiled with GCC 4.6.0</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Fixed decoding of certain invalid WavPack files</li>
</ul>
<h2 id="lamexp-v3.18-2010-05-08" class="unnumbered">LameXP v3.18 [2010-05-08]</h2>
<ul>
<li>Added an Unicode-safe &quot;Open&quot; dialog: File names are converted to &quot;short&quot; names if required<br /></li>
<li>Fixed mpg123 decoder to work on Windows 2000 (reported by Tim Womack)<br /></li>
<li>Updated LAME encoder to v3.98.4 (2010-03-23), compiled with ICL 11.1.054<br /></li>
<li>Updated MediaInfo to v0.7.32 (2010-05-02), compiled with ICL 11.1.065<br /></li>
<li>Updated mpg123 decoder to v1.12.1 (2010-03-31), compiled with GCC 4.4.4<br /></li>
<li>Updated Ogg Vorbis decoder to v1.9.7 (2010-03-29), compiled with MSVC 9.0<br /></li>
<li>Added an Unicode-safe &quot;Open&quot; dialog: File names are converted to &quot;short&quot; names if required</li>
<li>Fixed mpg123 decoder to work on Windows 2000 (reported by Tim Womack)</li>
<li>Updated LAME encoder to v3.98.4 (2010-03-23), compiled with ICL 11.1.054</li>
<li>Updated MediaInfo to v0.7.32 (2010-05-02), compiled with ICL 11.1.065</li>
<li>Updated mpg123 decoder to v1.12.1 (2010-03-31), compiled with GCC 4.4.4</li>
<li>Updated Ogg Vorbis decoder to v1.9.7 (2010-03-29), compiled with MSVC 9.0</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
</ul>
<h2 id="lamexp-v3.17-2010-02-21" class="unnumbered">LameXP v3.17 [2010-02-21]</h2>
<ul>
<li>Updated TAK decoder to v2.0.0 (2010-01-07)<br /></li>
<li>Updated ALAC decoder to v0.2.0 (2009-09-05)<br /></li>
<li>Updated MediaInfo to v0.7.28 (2010-02-19), compiled with ICL 11.1.054<br /></li>
<li>Fixed &quot;No Disk&quot; error message box that could appear under certain circumstances<br /></li>
<li>Fixed &quot;...is not responding&quot; error message box that could appear during startup<br /></li>
<li>Updated TAK decoder to v2.0.0 (2010-01-07)</li>
<li>Updated ALAC decoder to v0.2.0 (2009-09-05)</li>
<li>Updated MediaInfo to v0.7.28 (2010-02-19), compiled with ICL 11.1.054</li>
<li>Fixed &quot;No Disk&quot; error message box that could appear under certain circumstances</li>
<li>Fixed &quot;...is not responding&quot; error message box that could appear during startup</li>
<li>Various minor fixes and improvements</li>
</ul>
<h2 id="lamexp-v3.16-2010-01-26" class="unnumbered">LameXP v3.16 [2010-01-26]</h2>
<ul>
<li>Added support for Nero AAC encoder v1.5.3.0 (2009-12-29)<br /></li>
<li>Disable DPI warning on Vista and later, as they handle DPI != 96 much better than WinXP<br /></li>
<li>Updated WavPack decoder to v4.60.1 (2009-11-29)<br /></li>
<li>Updated MediaInfo to v0.7.27 (2010-01-04), compiled with ICL 11.1.054<br /></li>
<li>Added support for Nero AAC encoder v1.5.3.0 (2009-12-29)</li>
<li>Disable DPI warning on Vista and later, as they handle DPI != 96 much better than WinXP</li>
<li>Updated WavPack decoder to v4.60.1 (2009-11-29)</li>
<li>Updated MediaInfo to v0.7.27 (2010-01-04), compiled with ICL 11.1.054</li>
<li>Updated GnuPG to v1.4.10b (2009-09-03), compiled with GCC 4.2.1</li>
</ul>
<h2 id="lamexp-v3.15-2009-12-24" class="unnumbered">LameXP v3.15 [2009-12-24]</h2>
<ul>
<li>Added support for Nero AAC encoder v1.5.1.0 (2009-12-17)<br /></li>
<li>Updated mpg123 decoder to v1.10.0 (2009-12-05)<br /></li>
<li>Updated MediaInfo to v0.7.26 (2009-12-18), compiled with ICL 11.1.051<br /></li>
<li>Added support for Nero AAC encoder v1.5.1.0 (2009-12-17)</li>
<li>Updated mpg123 decoder to v1.10.0 (2009-12-05)</li>
<li>Updated MediaInfo to v0.7.26 (2009-12-18), compiled with ICL 11.1.051</li>
<li>Updated AC3Filter Tools to v0.31b (2009-10-01), compiled with ICL 11.1.051</li>
</ul>
<h2 id="lamexp-v3.14-2009-12-01" class="unnumbered">LameXP v3.14 [2009-12-01]</h2>
<ul>
<li>Added Suspend and Resume buttons to the processing window<br /></li>
<li>Added another language: Castilian Spanish (Spanish from north/central Spain)<br /></li>
<li>Updated mpg123 decoder to v1.9.2 (2009-11-20)<br /></li>
<li>Updated MediaInfo to v0.7.25 (2009-11-13), compiled with ICL 11.1.046<br /></li>
<li>Updated AC3Filter Tools to v0.31b (2009-10-01), compiled with ICL 11.1.046<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Updated JEDI-VCL from v3.38 to v3.39 (2009-11-05)<br /></li>
<li>Added Suspend and Resume buttons to the processing window</li>
<li>Added another language: Castilian Spanish (Spanish from north/central Spain)</li>
<li>Updated mpg123 decoder to v1.9.2 (2009-11-20)</li>
<li>Updated MediaInfo to v0.7.25 (2009-11-13), compiled with ICL 11.1.046</li>
<li>Updated AC3Filter Tools to v0.31b (2009-10-01), compiled with ICL 11.1.046</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Updated JEDI-VCL from v3.38 to v3.39 (2009-11-05)</li>
<li>Various minor fixes and improvements</li>
</ul>
<h2 id="lamexp-v3.13-2009-10-21" class="unnumbered">LameXP v3.13 [2009-10-21]</h2>
<ul>
<li>Updated LAME encoder to v3.98.2 (2009-09-26), compiled with ICL 11.1.046<br /></li>
<li>Updated FLAC encoder to v1.2.1b (2009-10-01), compiled with ICL 11.1.046<br /></li>
<li>Updated MediaInfo to v0.7.23 (2009-10-16), using statically linked build (MSVC 9.0)<br /></li>
<li>Updated AC3Filter Tools to v0.31b (2009-10-01)<br /></li>
<li>Updated TAK decoder to v1.1.2 (2009-07-27)<br /></li>
<li>Updated mpg123 decoder to v1.9.1 (2009-10-09)<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Updated the Splash screen and modified the sound that plays on very first launch<br /></li>
<li>Updated JEDI-VCL from v3.34 to v3.38 (2009-08-27)<br /></li>
<li>Updated LAME encoder to v3.98.2 (2009-09-26), compiled with ICL 11.1.046</li>
<li>Updated FLAC encoder to v1.2.1b (2009-10-01), compiled with ICL 11.1.046</li>
<li>Updated MediaInfo to v0.7.23 (2009-10-16), using statically linked build (MSVC 9.0)</li>
<li>Updated AC3Filter Tools to v0.31b (2009-10-01)</li>
<li>Updated TAK decoder to v1.1.2 (2009-07-27)</li>
<li>Updated mpg123 decoder to v1.9.1 (2009-10-09)</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Updated the Splash screen and modified the sound that plays on very first launch</li>
<li>Updated JEDI-VCL from v3.34 to v3.38 (2009-08-27)</li>
<li>Updated GnuPG to v1.4.10 (2009-09-02)</li>
</ul>
<h2 id="lamexp-v3.12-2009-09-19" class="unnumbered">LameXP v3.12 [2009-09-19]</h2>
<ul>
<li>Added support for FLAC (Free Lossless Audio Codec) output<br /></li>
<li>Added progress display for individual files (for the &quot;encoding&quot; step only)<br /></li>
<li>Added a SSE2 (Pentium 4) build of the Ogg Vorbis encoder that will be used if supported by the CPU<br /></li>
<li>Added options to override the Nero AAC profile (be aware: it's not recommended to do that!)<br /></li>
<li>Added an option to analyze media files (powered by MediaInfo™)<br /></li>
<li>Added experimental support for Windows 7 taskbar progress indicator and overlay icons<br /></li>
<li>Updated LAME encoder to v3.98.2 (2009-09-05), compiled with ICL 11.0<br /></li>
<li>Updated MediaInfo to v0.7.21 (2009-09-04), using statically linked build<br /></li>
<li>Updated mpg123 decoder to v1.9.0 (2009-08-14)<br /></li>
<li>Updated Speex decoder to v1.2 RC-1 (2009-07-04)<br /></li>
<li>Updated AC3Filter Tools to v0.3b (2009-09-19)<br /></li>
<li>Updated Auto-Update tool, from now on only signed updates will be accepted (using GnuPG)<br /></li>
<li>Added support for FLAC (Free Lossless Audio Codec) output</li>
<li>Added progress display for individual files (for the &quot;encoding&quot; step only)</li>
<li>Added a SSE2 (Pentium 4) build of the Ogg Vorbis encoder that will be used if supported by the CPU</li>
<li>Added options to override the Nero AAC profile (be aware: it's not recommended to do that!)</li>
<li>Added an option to analyze media files (powered by MediaInfo™)</li>
<li>Added experimental support for Windows 7 taskbar progress indicator and overlay icons</li>
<li>Updated LAME encoder to v3.98.2 (2009-09-05), compiled with ICL 11.0</li>
<li>Updated MediaInfo to v0.7.21 (2009-09-04), using statically linked build</li>
<li>Updated mpg123 decoder to v1.9.0 (2009-08-14)</li>
<li>Updated Speex decoder to v1.2 RC-1 (2009-07-04)</li>
<li>Updated AC3Filter Tools to v0.3b (2009-09-19)</li>
<li>Updated Auto-Update tool, from now on only signed updates will be accepted (using GnuPG)</li>
<li>Fixed a number of minor glitches</li>
</ul>
<h2 id="lamexp-v3.11-2009-06-22" class="unnumbered">LameXP v3.11 [2009-06-22]</h2>
<ul>
<li>Added options to sort the source files (by title, by filename or by track number)<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Updated mpg123 decoder to v1.8.1 (2009-06-14)<br /></li>
<li>Updated FLAC decoder, now using the ICL 9.1 build of FLAC v1.2.1b<br /></li>
<li>Updated MediaInfo to v0.7.17 (statically linked)<br /></li>
<li>Updated the &quot;Normalization&quot; filter to v0.41 (2009-06-16)<br /></li>
<li>Added options to sort the source files (by title, by filename or by track number)</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Updated mpg123 decoder to v1.8.1 (2009-06-14)</li>
<li>Updated FLAC decoder, now using the ICL 9.1 build of FLAC v1.2.1b</li>
<li>Updated MediaInfo to v0.7.17 (statically linked)</li>
<li>Updated the &quot;Normalization&quot; filter to v0.41 (2009-06-16)</li>
<li>Fixed a few minor issues in meta tag processing</li>
</ul>
<h2 id="lamexp-v3.10-2009-06-11" class="unnumbered">LameXP v3.10 [2009-06-11]</h2>
<ul>
<li>Added a NSIS-based installer (will be released in addition to the ZIP package)<br /></li>
<li>Added support for the TAK lossless audio format<br /></li>
<li>Added two new languages: Serbian (Latin) and Ukrainian<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Updated MediaInfo to a custom build of v0.7.16 that is statically linked (and removed the DLL)<br /></li>
<li>Updated mpg123 decoder to v1.8.0 RC-3 (2009-06-03)<br /></li>
<li>Updated Musepack decoder to v1.0.0 (2009-04-02) and fixed Musepack VS8 support<br /></li>
<li>Updated Monkey's Audio decoder to v4.06 (2009-03-17)<br /></li>
<li>Updated the &quot;Normalization&quot; filter to allow multiple instances running in parallel<br /></li>
<li>Updated Auto-Update tool<br /></li>
<li>Added a NSIS-based installer (will be released in addition to the ZIP package)</li>
<li>Added support for the TAK lossless audio format</li>
<li>Added two new languages: Serbian (Latin) and Ukrainian</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Updated MediaInfo to a custom build of v0.7.16 that is statically linked (and removed the DLL)</li>
<li>Updated mpg123 decoder to v1.8.0 RC-3 (2009-06-03)</li>
<li>Updated Musepack decoder to v1.0.0 (2009-04-02) and fixed Musepack VS8 support</li>
<li>Updated Monkey's Audio decoder to v4.06 (2009-03-17)</li>
<li>Updated the &quot;Normalization&quot; filter to allow multiple instances running in parallel</li>
<li>Updated Auto-Update tool</li>
<li>Fixed a few minor issues and refactored the code</li>
</ul>
<h2 id="lamexp-v3.09-2009-06-01" class="unnumbered">LameXP v3.09 [2009-06-01]</h2>
<ul>
<li>Added support for detecting the file type via MediaInfo instead of guessing the type from file extension<br /></li>
<li>Updated mpg123 decoder to v1.7.3 (2009-04-27)<br /></li>
<li>Updated FAAD decoder to v2.7 (2009-05-13)<br /></li>
<li>Updated MediaInfo to v0.7.16.0 (2009-05-20)<br /></li>
<li>Added support for detecting the file type via MediaInfo instead of guessing the type from file extension</li>
<li>Updated mpg123 decoder to v1.7.3 (2009-04-27)</li>
<li>Updated FAAD decoder to v2.7 (2009-05-13)</li>
<li>Updated MediaInfo to v0.7.16.0 (2009-05-20)</li>
<li>Fixed detection of the WMA decoder under certain circumstances (e.g. Windows 7)</li>
</ul>
<h2 id="lamexp-v3.08-2009-03-05" class="unnumbered">LameXP v3.08 [2009-03-05]</h2>
<ul>
<li>Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.7 (2009-03-04)<br /></li>
<li>Updated mpg123 decoder to v1.6.4 (2009-01-10)<br /></li>
<li>Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.7 (2009-03-04)</li>
<li>Updated mpg123 decoder to v1.6.4 (2009-01-10)</li>
<li>Updated MediaInfo to v0.7.11.0 (2009-02-13)</li>
</ul>
<h2 id="lamexp-v3.07-2008-12-24" class="unnumbered">LameXP v3.07 [2008-12-24]</h2>
<ul>
<li>Added an option to disable multi-threading on multi-core machines<br /></li>
<li>Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.61 (2008-12-24)<br /></li>
<li>Updated mpg123 decoder to v1.6.3 (2008-12-20)<br /></li>
<li>Updated MediaInfo to v0.7.8.0 (2008-12-10)<br /></li>
<li>Added an option to disable multi-threading on multi-core machines</li>
<li>Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.61 (2008-12-24)</li>
<li>Updated mpg123 decoder to v1.6.3 (2008-12-20)</li>
<li>Updated MediaInfo to v0.7.8.0 (2008-12-10)</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
</ul>
<h2 id="lamexp-v3.06-2008-10-26" class="unnumbered">LameXP v3.06 [2008-10-26]</h2>
<ul>
<li>Added a custom build of the mpg123 decoder v1.5.1<br /></li>
<li>Added two more languages: Romanian and Polish<br /></li>
<li>Added support for the ALAC audio format<br /></li>
<li>Updated MediaInfo to v0.7.7.7 (2008-10-17)<br /></li>
<li>Updated AC3 Filter Tools to v0.2a (2008-06-30)<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Fixed and improved &quot;Normalization&quot; filter<br /></li>
<li>Added a custom build of the mpg123 decoder v1.5.1</li>
<li>Added two more languages: Romanian and Polish</li>
<li>Added support for the ALAC audio format</li>
<li>Updated MediaInfo to v0.7.7.7 (2008-10-17)</li>
<li>Updated AC3 Filter Tools to v0.2a (2008-06-30)</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Fixed and improved &quot;Normalization&quot; filter</li>
<li>Fixed a few minor bugs</li>
</ul>
<h2 id="lamexp-v3.05-2008-10-11" class="unnumbered">LameXP v3.05 [2008-10-11]</h2>
<ul>
<li>Added support for Nero AAC encoder v1.3.3.0<br /></li>
<li>Added option to add an entire directory or an entire directory-tree<br /></li>
<li>Added new languages: Russian, Nederlands, Greek and Hungarian<br /></li>
<li>Added Dropbox for improved Drag&amp;Drop support<br /></li>
<li>Updated language files (big thank-you to all contributors !!!)<br /></li>
<li>Updated LAME encoder to v3.98.2 Final (2008-09-24)<br /></li>
<li>Added support for Nero AAC encoder v1.3.3.0</li>
<li>Added option to add an entire directory or an entire directory-tree</li>
<li>Added new languages: Russian, Nederlands, Greek and Hungarian</li>
<li>Added Dropbox for improved Drag&amp;Drop support</li>
<li>Updated language files (big thank-you to all contributors !!!)</li>
<li>Updated LAME encoder to v3.98.2 Final (2008-09-24)</li>
<li>Updated MediaInfo to v0.7.7.6 (2008-09-12)</li>
</ul>
<h2 id="lamexp-v3.04-2008-09-26" class="unnumbered">LameXP v3.04 [2008-09-26]</h2>
<ul>
<li>Added support for reading Meta Data from source files (using MediaInfo)<br /></li>
<li>Added support for languages: English, German, French, Spanish, Italian, Japanese, Chinese (Simplified) and Taiwanese<br /></li>
<li>Added support for WMA, Shorten and TTA files (input only)<br /></li>
<li>Added support for various playlist formats (M3U, PLS, ASX, CueSheet)<br /></li>
<li>Added an option to permanently disable the Shell Intgegration (Explorer Conext Menus)<br /></li>
<li>Added an option to disable the periodic Update Reminder<br /></li>
<li>Added an option to shutdown the computer automatically as soon as all files are completed<br /></li>
<li>Added code to minimize the LameXP window into the taskbar notification area<br /></li>
<li>Added balloon tooltip to inform the user about &quot;hidden&quot; options<br /></li>
<li>Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.6 (2008-09-05)<br /></li>
<li>Added support for reading Meta Data from source files (using MediaInfo)</li>
<li>Added support for languages: English, German, French, Spanish, Italian, Japanese, Chinese (Simplified) and Taiwanese</li>
<li>Added support for WMA, Shorten and TTA files (input only)</li>
<li>Added support for various playlist formats (M3U, PLS, ASX, CueSheet)</li>
<li>Added an option to permanently disable the Shell Intgegration (Explorer Conext Menus)</li>
<li>Added an option to disable the periodic Update Reminder</li>
<li>Added an option to shutdown the computer automatically as soon as all files are completed</li>
<li>Added code to minimize the LameXP window into the taskbar notification area</li>
<li>Added balloon tooltip to inform the user about &quot;hidden&quot; options</li>
<li>Updated Ogg Vorbis encoder to v2.85, libvorbis v1.2.1 RC2, aoTuV b5.6 (2008-09-05)</li>
<li>Improved code to handle child processes and capture the console output</li>
</ul>
<h2 id="lamexp-v3.03-2008-08-12" class="unnumbered">LameXP v3.03 [2008-08-12]</h2>
<ul>
<li>Added generic support for pre-processing filters<br /></li>
<li>Added &quot;Normalization&quot; filter, based on Volumax by John33<br /></li>
<li>Improved code to add/remove context menus in Window Explorer<br /></li>
<li>Added generic support for pre-processing filters</li>
<li>Added &quot;Normalization&quot; filter, based on Volumax by John33</li>
<li>Improved code to add/remove context menus in Window Explorer</li>
<li>Improved code to handle multiple instances of LameXP</li>
</ul>
<h2 id="lamexp-v3.02-2008-08-06" class="unnumbered">LameXP v3.02 [2008-08-06]</h2>
<ul>
<li>Added support for new input format: MPEG Audio Layer-2 (mp2)<br /></li>
<li>Added support for new input format: MPEG Audio Layer-2 (mp2)</li>
<li>Added option to choose a custom TEMP folder</li>
</ul>
<h2 id="lamexp-v3.01-2008-08-01" class="unnumbered">LameXP v3.01 [2008-08-01]</h2>
<ul>
<li>Added an option to disable all sounds in LameXP<br /></li>
<li>Added warning message for bitrates that violate the current bitrate restriction<br /></li>
<li>Fixed bitrate restrictions for LAME encoder (strictly enforce bitrate restrictions using &quot;-F&quot; parameter)<br /></li>
<li>Fixed file associations code (set file associations only for the current user)<br /></li>
<li>Added an option to disable all sounds in LameXP</li>
<li>Added warning message for bitrates that violate the current bitrate restriction</li>
<li>Fixed bitrate restrictions for LAME encoder (strictly enforce bitrate restrictions using &quot;-F&quot; parameter)</li>
<li>Fixed file associations code (set file associations only for the current user)</li>
<li>Updated load/save configuration code (store settings in an INI file instead of the registry)</li>
</ul>
<h2 id="lamexp-v3.00-2008-07-04" class="unnumbered">LameXP v3.00 [2008-07-04]</h2>
<ul>
<li>Added support for Nero's AAC Encoder (not included, available as free download from Nero website)<br /></li>
<li>Added support for more input formats: Wave, MP3, Ogg Vorbis, AAC/MP4, FLAC, Speex, WavPack, Musepack, Monkey's Audio<br /></li>
<li>Added support for uncompressed Wave output<br /></li>
<li>Added support for Multi-Threading (use multiple instances for batch processing)<br /></li>
<li>Added shell integration for Windows Explorer (Context-Menus and &quot;Send To&quot; folder)<br /></li>
<li>Added commandline support: LameXP.exe -add <File 1> [<File 2> ... <File N>]<br /></li>
<li>Added Auto-Update utility to periodically check for new updates<br /></li>
<li>Updated LAME encoder to v3.98 Final (2008-07-04)<br /></li>
<li>Added support for Nero's AAC Encoder (not included, available as free download from Nero website)</li>
<li>Added support for more input formats: Wave, MP3, Ogg Vorbis, AAC/MP4, FLAC, Speex, WavPack, Musepack, Monkey's Audio</li>
<li>Added support for uncompressed Wave output</li>
<li>Added support for Multi-Threading (use multiple instances for batch processing)</li>
<li>Added shell integration for Windows Explorer (Context-Menus and &quot;Send To&quot; folder)</li>
<li>Added commandline support: LameXP.exe -add <File 1> [<File 2> ... <File N>]</li>
<li>Added Auto-Update utility to periodically check for new updates</li>
<li>Updated LAME encoder to v3.98 Final (2008-07-04)</li>
<li>Updated Ogg Vorbis encoder to v2.85, aoTuV Beta-5.5 (2008-03-31)</li>
</ul>
<h1 id="lamexp-v2.xx-history"><span class="header-section-number">3</span> LameXP v2.xx History</h1>
<h2 id="lamexp-v2.03-2007-08-17" class="unnumbered">LameXP v2.03 [2007-08-17]</h2>
<ul>
<li>Updated LAME encoder to v3.98 to Beta-5 (2007-08-13)<br /></li>
<li>Updated Ogg Vorbis encoder to v2.84 aoTuV Beta-5 (2007-08-17)<br /></li>
<li>Fixed a bug with 'title' meta tags<br /></li>
<li>Updated LAME encoder to v3.98 to Beta-5 (2007-08-13)</li>
<li>Updated Ogg Vorbis encoder to v2.84 aoTuV Beta-5 (2007-08-17)</li>
<li>Fixed a bug with 'title' meta tags</li>
<li>Fixed a few typos</li>
</ul>
<h2 id="lamexp-v2.00-2007-02-19" class="unnumbered">LameXP v2.00 [2007-02-19]</h2>
<ul>
<li>Added Ogg Vorbis encoder<br /></li>
<li>Updated LAME encoder to latest builds<br /></li>
<li>Improved progress display (parsing encoder progress from console output now)<br /></li>
<li>Improved ID3-Tag support (now supports &quot;title&quot; and &quot;track&quot; fields)<br /></li>
<li>Added feature to automatically generate playlists (.m3u)<br /></li>
<li>Added Ogg Vorbis encoder</li>
<li>Updated LAME encoder to latest builds</li>
<li>Improved progress display (parsing encoder progress from console output now)</li>
<li>Improved ID3-Tag support (now supports &quot;title&quot; and &quot;track&quot; fields)</li>
<li>Added feature to automatically generate playlists (.m3u)</li>
<li>Many bug-fixes and GUI improvements</li>
</ul>
<h1 id="lamexp-v1.xx-history"><span class="header-section-number">4</span> LameXP v1.xx History</h1>
@ -603,6 +608,8 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
<ul>
<li>Does not compute…</li>
</ul>
<p> <br /> <br /><strong>EOF</strong></p>
<p> <br />
 <br />
<strong>EOF</strong></p>
</body>
</html>

View File

@ -8,7 +8,7 @@
<title>LameXP Audio-Encoder Front-End Manual</title>
<style type="text/css">code{white-space: pre;}</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
<style type="text/css">
<!--
@ -34,9 +34,9 @@
<h2 class="author">Created by LoRd_MuldeR &lt;<script type="text/javascript">
<!--
h='&#x67;&#x6d;&#120;';a='&#64;';n='&#x6d;&#x75;&#108;&#100;&#x65;&#114;&#50;';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+e+'<\/'+'a'+'>');
// -->
</script><noscript>&#x6d;&#x75;&#108;&#100;&#x65;&#114;&#50;&#32;&#x61;&#116;&#32;&#x67;&#x6d;&#120;</noscript>&gt; check <a href="http://muldersoft.com/">http://muldersoft.com/</a> for news and updates!</h2>
</script><noscript>&#x6d;&#x75;&#108;&#100;&#x65;&#114;&#50;&#32;&#x61;&#116;&#32;&#x67;&#x6d;&#120;</noscript>&gt; check <a href="http://muldersoft.com/" class="uri">http://muldersoft.com/</a> for news and updates!</h2>
</header>
<nav id="TOC">
<ul>
@ -111,75 +111,75 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>');
<h2 id="platform-support"><span class="header-section-number">1.1</span> Platform Support</h2>
<p><strong>Tier #1:</strong> LameXP is currently being developed on the following platforms:</p>
<ul>
<li>Microsoft Windows 10, 32-Bit and 64-Bit editions<br /></li>
<li>Microsoft Windows 7 with Service Pack 1, 32-Bit and 64-Bit editions<br /></li>
<li>Microsoft Windows 10, 32-Bit and 64-Bit editions</li>
<li>Microsoft Windows 7 with Service Pack 1, 32-Bit and 64-Bit editions</li>
<li>Microsoft Windows XP with Service Pack 3 <strong>(see remarks)</strong></li>
</ul>
<p><strong>Tier #2:</strong> The following platforms should work too, but aren't tested extensively:</p>
<ul>
<li>Microsoft Windows 8.1, 32-Bit and 64-Bit editions<br /></li>
<li>Microsoft Windows 8.0, 32-Bit and 64-Bit editions<br /></li>
<li>Microsoft Windows Vista with Service Pack 2, 32-Bit and 64-Bit editions<br /></li>
<li>Microsoft Windows XP x64 Edition with Service Pack 2<br /></li>
<li>Microsoft Windows Server 2008 with Service Pack 2<br /></li>
<li>Microsoft Windows Server 2008 R2 with Service Pack 1<br /></li>
<li>Microsoft Windows 8.1, 32-Bit and 64-Bit editions</li>
<li>Microsoft Windows 8.0, 32-Bit and 64-Bit editions</li>
<li>Microsoft Windows Vista with Service Pack 2, 32-Bit and 64-Bit editions</li>
<li>Microsoft Windows XP x64 Edition with Service Pack 2</li>
<li>Microsoft Windows Server 2008 with Service Pack 2</li>
<li>Microsoft Windows Server 2008 R2 with Service Pack 1</li>
<li>GNU/Linux (e.g. Ubuntu 12.04), using Wine v1.4+</li>
</ul>
<p>The following <em>legacy</em> platforms are <strong>not</strong> actively supported any longer:</p>
<ul>
<li>Microsoft Windows 2000<br /></li>
<li>Microsoft Windows NT 4.0<br /></li>
<li>Microsoft Windows Millennium Edition<br /></li>
<li>Microsoft Windows 98<br /></li>
<li>Microsoft Windows 2000</li>
<li>Microsoft Windows NT 4.0</li>
<li>Microsoft Windows Millennium Edition</li>
<li>Microsoft Windows 98</li>
<li>Microsoft Windows 95</li>
</ul>
<p><em>Remarks:</em> Windows XP has reached &quot;end of life&quot; on April 8th, 2014. This means that Microsoft has stopped all support for Windows XP. Thus <strong>no</strong> updates or bugfixes are made available to regular Windows XP users since that date, <strong>not</strong> even security fixes! Thus, all the security vulnerabilities that have been discovered <em>after</em> the deadline and all the security vulnerabilities that are going to be discovered in the future will <em>persists</em> forever! Consequently, using Windows XP has become a severe security risk, and the situation is only going to get worse. While LameXP will continue to support Windows XP (note that Service Pack 3 is required!) for the foreseeable future, we <em>highly</em> recommend everybody to update to a less antiquated system now. Windows XP support will be discontinued in a future version, when most users have migrated to a contemporary system.</p>
<h2 id="output-formats-encoders"><span class="header-section-number">1.2</span> Output Formats (Encoders)</h2>
<p>Currently the following output formats (audio encoders) are supported by LameXP:</p>
<ul>
<li><a href="http://www.vorbis.com/">Ogg Vorbis</a> by <a href="http://www.xiph.org/">Xiph.org</a>, using the OggEnc2/libvorbis encoder with <a href="http://www.xiph.org/">aoTuV</a> [built-in]<br /></li>
<li><a href="http://www.opus-codec.org/">Opus Interactive Audio Codec</a> by Xiph.org and Mozilla, using the <a href="http://git.xiph.org/?p=opus-tools.git;a=summary">Opus-Tools</a> [built-in]<br /></li>
<li><a href="http://en.wikipedia.org/wiki/MP3">MPEG Audio-Layer III (MP3)</a>, using the <a href="http://lame.sourceforge.net/">LAME</a> encoder [built-in]<br /></li>
<li><a href="http://en.wikipedia.org/wiki/Advanced_Audio_Coding">Advanced Audio Coding (AAC)</a>, using <a href="http://www.nero.com/deu/company/about-nero/nero-aac-codec.php">Nero AAC</a> or <a href="https://sites.google.com/site/qaacpage/">QAAC</a> encoder [<em>separate download</em>]<br /></li>
<li><a href="https://xiph.org/flac/">Free Lossless Audio Codec (FLAC)</a> [built-in]<br /></li>
<li><a href="http://www.atsc.org/cms/index.php/standards/standards/48-atsc-a52-standard">ATSC A/52 (aka &quot;AC-3&quot;)</a>, using the <a href="http://aften.sourceforge.net/">Aften</a> encoder [built-in]<br /></li>
<li><a href="http://www.monkeysaudio.com/">Monkey's Audio (APE)</a>, lossless audio compression [built-in]<br /></li>
<li>DCA, using the <a href="https://gitorious.org/dtsenc/dtsenc">DCA Enc</a> encoder software (still experimental) [built-in]<br /></li>
<li><a href="http://www.vorbis.com/">Ogg Vorbis</a> by <a href="http://www.xiph.org/">Xiph.org</a>, using the OggEnc2/libvorbis encoder with <a href="http://www.xiph.org/">aoTuV</a> [built-in]</li>
<li><a href="http://www.opus-codec.org/">Opus Interactive Audio Codec</a> by Xiph.org and Mozilla, using the <a href="http://git.xiph.org/?p=opus-tools.git;a=summary">Opus-Tools</a> [built-in]</li>
<li><a href="http://en.wikipedia.org/wiki/MP3">MPEG Audio-Layer III (MP3)</a>, using the <a href="http://lame.sourceforge.net/">LAME</a> encoder [built-in]</li>
<li><a href="http://en.wikipedia.org/wiki/Advanced_Audio_Coding">Advanced Audio Coding (AAC)</a>, using <a href="http://www.nero.com/deu/company/about-nero/nero-aac-codec.php">Nero AAC</a> or <a href="https://sites.google.com/site/qaacpage/">QAAC</a> encoder [<em>separate download</em>]</li>
<li><a href="https://xiph.org/flac/">Free Lossless Audio Codec (FLAC)</a> [built-in]</li>
<li><a href="http://www.atsc.org/cms/index.php/standards/standards/48-atsc-a52-standard">ATSC A/52 (aka &quot;AC-3&quot;)</a>, using the <a href="http://aften.sourceforge.net/">Aften</a> encoder [built-in]</li>
<li><a href="http://www.monkeysaudio.com/">Monkey's Audio (APE)</a>, lossless audio compression [built-in]</li>
<li>DCA, using the <a href="https://gitorious.org/dtsenc/dtsenc">DCA Enc</a> encoder software (still experimental) [built-in]</li>
<li>Uncompressed PCM / Waveform Audio File (WAV/RIFF)</li>
</ul>
<h2 id="input-formats-decoders"><span class="header-section-number">1.3</span> Input Formats (Decoders)</h2>
<p>Currently the following input formats (audio decoders) are supported by LameXP:</p>
<ul>
<li>AC-3 (ATSC A/52), using Valib decoder [built-in]<br /></li>
<li>Advanced Audio Coding (AAC), using FAAD decoder [built-in]<br /></li>
<li>Apple Lossless (ALAC) [built-in]<br /></li>
<li>Apple/SGI AIFF [built-in]<br /></li>
<li>Avisynth, audio only [requires Avisynth 2.5.x to be installed]<br /></li>
<li>Digital Theater System, using Valib decoder [built-in]<br /></li>
<li>Free Lossless Audio Codec (FLAC) [built-in]<br /></li>
<li>Microsoft ADPCM [built-in]<br /></li>
<li>Monkey's Audio (APE) [built-in]<br /></li>
<li>MPEG Audio-Layer I (MP1), using mpg123 decoder [built-in]<br /></li>
<li>MPEG Audio-Layer II (MP2), using mpg123 decoder [built-in]<br /></li>
<li>MPEG Audio-Layer III (MP3), using mpg123 decoder [built-in]<br /></li>
<li>Musepack [built-in]<br /></li>
<li>Opus Audio Codec [built-in]<br /></li>
<li>Shorten [built-in]<br /></li>
<li>Speex [built-in]<br /></li>
<li>Sun/NeXT Au [built-in]<br /></li>
<li>The True Audio (TTA) [built-in]<br /></li>
<li>Uncompressed PCM / Waveform Audio File (WAV/RIFF) [built-in]<br /></li>
<li>WavPack Hybrid Lossless Audio [built-in]<br /></li>
<li>AC-3 (ATSC A/52), using Valib decoder [built-in]</li>
<li>Advanced Audio Coding (AAC), using FAAD decoder [built-in]</li>
<li>Apple Lossless (ALAC) [built-in]</li>
<li>Apple/SGI AIFF [built-in]</li>
<li>Avisynth, audio only [requires Avisynth 2.5.x to be installed]</li>
<li>Digital Theater System, using Valib decoder [built-in]</li>
<li>Free Lossless Audio Codec (FLAC) [built-in]</li>
<li>Microsoft ADPCM [built-in]</li>
<li>Monkey's Audio (APE) [built-in]</li>
<li>MPEG Audio-Layer I (MP1), using mpg123 decoder [built-in]</li>
<li>MPEG Audio-Layer II (MP2), using mpg123 decoder [built-in]</li>
<li>MPEG Audio-Layer III (MP3), using mpg123 decoder [built-in]</li>
<li>Musepack [built-in]</li>
<li>Opus Audio Codec [built-in]</li>
<li>Shorten [built-in]</li>
<li>Speex [built-in]</li>
<li>Sun/NeXT Au [built-in]</li>
<li>The True Audio (TTA) [built-in]</li>
<li>Uncompressed PCM / Waveform Audio File (WAV/RIFF) [built-in]</li>
<li>WavPack Hybrid Lossless Audio [built-in]</li>
<li>Windows Media Audio (WMA), using wma2wav [built-in]</li>
</ul>
<h1 id="leagl-information"><span class="header-section-number">2</span> Leagl Information</h1>
<p>The LameXP software was developed, from the scratch, by LoRd_MuldeR <script type="text/javascript">
<!--
h='&#x47;&#x4d;&#88;&#46;&#100;&#x65;&#62;';a='&#64;';n='&#60;&#x4d;&#x75;&#108;&#100;&#x65;&#82;&#50;';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'&lt;MuldeR2@GMX.de&gt;'+'<\/'+'a'+'>');
h='&#x47;&#x4d;&#88;&#46;&#100;&#x65;&#x25;&#x33;&#x45;';a='&#64;';n='&#x25;&#x33;&#x43;&#x4d;&#x75;&#108;&#100;&#x65;&#82;&#50;';e=n+a+h;
document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'" clas'+'s="em' + 'ail">'+'&#60;&#x4d;&#x75;&#108;&#100;&#x65;&#82;&#50;&#64;&#x47;&#x4d;&#88;&#46;&#100;&#x65;&#62;'+'<\/'+'a'+'>');
// -->
</script><noscript>&#60;&#x4d;&#x75;&#108;&#100;&#x65;&#82;&#50;&#64;&#x47;&#x4d;&#88;&#46;&#100;&#x65;&#62;&#32;&#40;&#60;&#x4d;&#x75;&#108;&#100;&#x65;&#82;&#50;&#32;&#x61;&#116;&#32;&#x47;&#x4d;&#88;&#32;&#100;&#x6f;&#116;&#32;&#100;&#x65;&#62;&#x29;</noscript>. Consequently, all copyrights on the LameXP software exclusively belong to LoRd_MuldeR. The right to use, modify and redistribute the LameXP software <em>according to the license terms</em> is granted to everybody. Please see below for license details! If you want to use the LameXP software in a way that is <em>not</em> covered by the license terms, e.g. if you want to include the LameXP software (or parts of it) in a <em>proprietary</em> software, written permission by LoRd_MuldeR is required.</p>
<p>More OpenSource projects by LoRd_MuldeR can be found at <a href="http://muldersoft.com/">http://muldersoft.com/</a> and <a href="https://github.com/lordmulder">https://github.com/lordmulder</a>. Please do <strong>not</strong> send e-mail to LoRd_MuldeR directly, if the problem or suggestion can be discussed on the support forums or on the issue tracker!</p>
</script><noscript>&#60;&#x4d;&#x75;&#108;&#100;&#x65;&#82;&#50;&#64;&#x47;&#x4d;&#88;&#46;&#100;&#x65;&#62;&#32;&#40;&#x25;&#x33;&#x43;&#x4d;&#x75;&#108;&#100;&#x65;&#82;&#50;&#32;&#x61;&#116;&#32;&#x47;&#x4d;&#88;&#32;&#100;&#x6f;&#116;&#32;&#100;&#x65;&#x25;&#x33;&#x45;&#x29;</noscript>. Consequently, all copyrights on the LameXP software exclusively belong to LoRd_MuldeR. The right to use, modify and redistribute the LameXP software <em>according to the license terms</em> is granted to everybody. Please see below for license details! If you want to use the LameXP software in a way that is <em>not</em> covered by the license terms, e.g. if you want to include the LameXP software (or parts of it) in a <em>proprietary</em> software, written permission by LoRd_MuldeR is required.</p>
<p>More OpenSource projects by LoRd_MuldeR can be found at <a href="http://muldersoft.com/" class="uri">http://muldersoft.com/</a> and <a href="https://github.com/lordmulder" class="uri">https://github.com/lordmulder</a>. Please do <strong>not</strong> send e-mail to LoRd_MuldeR directly, if the problem or suggestion can be discussed on the support forums or on the issue tracker!</p>
<h2 id="third-party-software"><span class="header-section-number">2.1</span> Third-party Software</h2>
<p>It has to be noticed that LameXP uses a number of <em>third-party</em> applications and libraries. The copyright on these third-party tools belongs to the individual authors. <em>All</em> third-party tools that are included in the official distribution packages of LameXP are distributed in accordance with the respective software license. For legal reasons, some of the third-party tools can <em>not</em> be redistributed along with LameXP and therefore need to be obtained separately. For more details on the third-party tools that are used by the LameXP software, please refer to the &quot;Third-party software&quot; tab in the &quot;About&quot; dialogue. Moreover, various people have contributed translations to the LameXP project. These translation are redistributed with permission of the respective contributor. For more information about our contributors, please refer to the &quot;Contributors&quot; tab in the &quot;About&quot; dialogue.</p>
<h2 id="license-terms"><span class="header-section-number">2.2</span> License Terms</h2>
@ -265,9 +265,9 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<h3 id="nero-digital-aac-encoder"><span class="header-section-number">4.3.1</span> Nero Digital AAC Encoder</h3>
<p>First of all, you need to download the Nero AAC encoder from the official Nero Digital web-site. The download is free of charge:</p>
<ul>
<li><a href="http://www.nero.com/eng/company/about-nero/nero-aac-codec.php">http://www.nero.com/eng/company/about-nero/nero-aac-codec.php</a><br /></li>
<li><a href="http://www.videohelp.com/software/Nero-AAC-Codec">http://www.videohelp.com/software/Nero-AAC-Codec</a><br /></li>
<li><a href="http://www.free-codecs.com/download/Nero_AAC_Codec.htm">http://www.free-codecs.com/download/Nero_AAC_Codec.htm</a></li>
<li><a href="http://www.nero.com/eng/company/about-nero/nero-aac-codec.php" class="uri">http://www.nero.com/eng/company/about-nero/nero-aac-codec.php</a></li>
<li><a href="http://www.videohelp.com/software/Nero-AAC-Codec" class="uri">http://www.videohelp.com/software/Nero-AAC-Codec</a></li>
<li><a href="http://www.free-codecs.com/download/Nero_AAC_Codec.htm" class="uri">http://www.free-codecs.com/download/Nero_AAC_Codec.htm</a></li>
</ul>
<p>Simply scroll down, click the &quot;I agree&quot; button, and enter <code>user@example.com</code> when asked for an e-mail address. Finally, click the &quot;Download&quot; button, which initates the download of the required <code>NeroAACCodec-1.5.1.zip</code> file.</p>
<p><em>Note:</em> Although the ZIP file is called <code>NeroAACCodec-1.5.1.zip</code>, it actually contains version <strong>1.5.4.0</strong> of the Nero AAC encoder software. Please check the included <code>changelog.txt</code> to verify this!</p>
@ -283,8 +283,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<h4 id="install-qaac-encoder" class="unnumbered">Install QAAC Encoder</h4>
<p>First of all, you need to download the <a href="https://github.com/nu774/qaac">QAAC</a> application, which provides a CLI font-end to the Apple/QuickTime AAC encoder. QAAC is provided as an <em>Add-in</em> for LameXP and is available from the following locations:</p>
<ul>
<li><a href="http://sourceforge.net/projects/lamexp/files/Miscellaneous/Add-ins/qaac/">http://sourceforge.net/projects/lamexp/files/Miscellaneous/Add-ins/qaac/</a><br /></li>
<li><a href="http://muldersoft.com/misc/lamexp/add-ins/qaac/">http://muldersoft.com/misc/lamexp/add-ins/qaac/</a></li>
<li><a href="http://sourceforge.net/projects/lamexp/files/Miscellaneous/Add-ins/qaac/" class="uri">http://sourceforge.net/projects/lamexp/files/Miscellaneous/Add-ins/qaac/</a></li>
<li><a href="http://muldersoft.com/misc/lamexp/add-ins/qaac/" class="uri">http://muldersoft.com/misc/lamexp/add-ins/qaac/</a></li>
</ul>
<p>Now open the downloaded ZIP file, e.g. <code>LameXP.qaac-addin.yyyy-mm-dd.zip</code>, with your favourite file archive software (we recommend using <a href="http://www.7-zip.org/">7-Zip</a> or <a href="http://www.rarlab.com/download.htm">WinRAR</a>) to find the required QAAC program files.</p>
<p><em>Note:</em> The LameXP software generally expects the <strong>latest</strong> version of the QAAC add-in; and the QAAC add-in is designed to work with the <strong>latest</strong> version of the LameXP software. Make sure your files are up-to-date!</p>
@ -296,8 +296,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<p>Next, the actual Apple/QuickTime AAC encoder libraries, which are part of the so-called &quot;Apple Application Support&quot; package, need to be installed on your computer. QAAC can <em>not</em> work without these libraries!</p>
<p>The required &quot;Apple Application Support&quot; package is included, for example, in the official setup packages of <em>QuickTime</em> or <em>iTunes</em> for Windows, which can be obtained from the Apple web-site free of charge:</p>
<ul>
<li><a href="https://www.apple.com/quicktime/download/">https://www.apple.com/quicktime/download/</a><br /></li>
<li><a href="https://www.apple.com/itunes/download/">https://www.apple.com/itunes/download/</a></li>
<li><a href="https://www.apple.com/quicktime/download/" class="uri">https://www.apple.com/quicktime/download/</a></li>
<li><a href="https://www.apple.com/itunes/download/" class="uri">https://www.apple.com/itunes/download/</a></li>
</ul>
<p>Since you usually do <strong>not</strong> want to <em>install</em> the complete QuickTime (or iTunes) software on your computer, please only <em>download</em> the QuickTime (or iTunes) setup package, but do <strong>not</strong> actually <em>run</em> the installer!</p>
<p>Instead, open the QuickTimer setup program, i.e. <code>QuickTimeInstaller.exe</code>, with your favourite file archive software (we recommend using <a href="http://www.7-zip.org/">7-Zip</a> or <a href="http://www.rarlab.com/download.htm">WinRAR</a>) and <em>extract</em> the required <code>AppleApplicationSupport.msi</code> package.</p>
@ -353,53 +353,71 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<h2 id="add-files-andor-folders"><span class="header-section-number">6.1</span> Add Files and/or Folders</h2>
<p>Command-line options for adding files and/or folders:</p>
<ul>
<li><p><code>--add=filename</code><br /> Adds the file specified by <em>filename</em> to the source files list. The <em>filename</em> should be a <a href="http://en.wikipedia.org/wiki/Fully_qualified_name#Filenames_and_paths">fully-qualified</a> path. If you wish to add multiple files at once, you can simply include this option multiple times.</p></li>
<li><p><code>--add-folder=directory</code><br /> Adds <em>all</em> supported files from the directory specified by <em>directory</em> to the source files list. The <em>directory</em> should be a <a href="http://en.wikipedia.org/wiki/Fully_qualified_name#Filenames_and_paths">fully-qualified</a> path. Sub-directories are <strong>not</strong> considered.</p></li>
<li><p><code>--add-recursiver=directory</code><br /> This option works just like the &quot;add-folder&quot; option, except that it works recursively, i.e. it <em>does</em> take into account sub-directories. Use this option with care, since a whole lot of files may be added.</p></li>
<li><p><code>--add=filename</code><br />
Adds the file specified by <em>filename</em> to the source files list. The <em>filename</em> should be a <a href="http://en.wikipedia.org/wiki/Fully_qualified_name#Filenames_and_paths">fully-qualified</a> path. If you wish to add multiple files at once, you can simply include this option multiple times.</p></li>
<li><p><code>--add-folder=directory</code><br />
Adds <em>all</em> supported files from the directory specified by <em>directory</em> to the source files list. The <em>directory</em> should be a <a href="http://en.wikipedia.org/wiki/Fully_qualified_name#Filenames_and_paths">fully-qualified</a> path. Sub-directories are <strong>not</strong> considered.</p></li>
<li><p><code>--add-recursiver=directory</code><br />
This option works just like the &quot;add-folder&quot; option, except that it works recursively, i.e. it <em>does</em> take into account sub-directories. Use this option with care, since a whole lot of files may be added.</p></li>
</ul>
<h3 id="examples"><span class="header-section-number">6.1.1</span> Examples</h3>
<p>Here are some <em>examples</em> on how to use the above command-line options correctly:</p>
<ul>
<li><p>Add one file:<br /> <code>LameXP.exe &quot;--add=C:\Some Folder\Some File.mp3&quot;</code></p></li>
<li><p>Add multiple files at once:<br /> <code>LameXP.exe &quot;--add=C:\Some Folder\File #1.mp3&quot; &quot;--add=C:\Some Folder\File #2.mp3&quot; &quot;--add=C:\Some Folder\File #3.mp3&quot;</code></p></li>
<li><p>Add a whole directory:<br /> <code>LameXP.exe &quot;--add-folder=C:\Some Folder&quot;</code></p></li>
<li><p>Add one file:<br />
<code>LameXP.exe &quot;--add=C:\Some Folder\Some File.mp3&quot;</code></p></li>
<li><p>Add multiple files at once:<br />
<code>LameXP.exe &quot;--add=C:\Some Folder\File #1.mp3&quot; &quot;--add=C:\Some Folder\File #2.mp3&quot; &quot;--add=C:\Some Folder\File #3.mp3&quot;</code></p></li>
<li><p>Add a whole directory:<br />
<code>LameXP.exe &quot;--add-folder=C:\Some Folder&quot;</code></p></li>
</ul>
<h2 id="gui-adjustment-options"><span class="header-section-number">6.2</span> GUI Adjustment Options</h2>
<p>Command-line options for adjusting the graphical user-interface:</p>
<ul>
<li><p><code>--huge-font</code><br /> Set the font scaling factor to 150%. Use this if you want <em>much</em> larger fonts.</p></li>
<li><p><code>--big-font</code><br /> Set the font scaling factor to 125%. Use this if you want <em>somewhat</em> larger fonts.</p></li>
<li><p><code>--small-font</code><br /> Set the font scaling factor to 87.5%. Use this if you want <em>somewhat</em> smaller fonts.</p></li>
<li><p><code>--tiny-font</code><br /> Set the font scaling factor to 75%. Use this if you want <em>much</em> smaller fonts.</p></li>
<li><p><code>--huge-font</code><br />
Set the font scaling factor to 150%. Use this if you want <em>much</em> larger fonts.</p></li>
<li><p><code>--big-font</code><br />
Set the font scaling factor to 125%. Use this if you want <em>somewhat</em> larger fonts.</p></li>
<li><p><code>--small-font</code><br />
Set the font scaling factor to 87.5%. Use this if you want <em>somewhat</em> smaller fonts.</p></li>
<li><p><code>--tiny-font</code><br />
Set the font scaling factor to 75%. Use this if you want <em>much</em> smaller fonts.</p></li>
</ul>
<h2 id="options-for-debugging"><span class="header-section-number">6.3</span> Options for Debugging</h2>
<p>Command-line options that are intended for testing and debugging:</p>
<ul>
<li><p><code>--console</code><br /> Enable the LameXP debug console. Use this option with &quot;release&quot; builds of LameXP, where the console is hidden by default.</p></li>
<li><p><code>--no-console</code><br /> The opposite of the &quot;console&quot; option: Disable the LameXP debug console. Use this option with &quot;pre-release&quot; (beta) builds of LameXP, where the console is visible by default.</p></li>
<li><p><code>--force-cpu-no-64bit</code><br /> Treat the CPU as if it did <strong>not</strong> support <a href="http://en.wikipedia.org/wiki/X86-64">64-Bit (x64)</a> applications, even when it actually does so.</p></li>
<li><p><code>--force-cpu-no-sse</code><br /> Treat the CPU as if it did <strong>not</strong> support any <a href="http://en.wikipedia.org/wiki/Streaming_SIMD_Extensions">SSE</a> extensions (SSE, SSE2, SSE3, SSSE3, SSSE4, etc), even when it actually does so.</p></li>
<li><p><code>--force-cpu-no-intel</code><br /> Treat the CPU as if it was a <em>non</em>-Intel processor, even when the vendor tag indicates an Intel processor.</p></li>
<li><p><code>--ignore-compat-mode</code><br /> Do <strong>not</strong> check whether the application is running with &quot;compatibility mode&quot; enabled. It's still <em>not</em> recommended to run with compatibility mode enabled!</p></li>
<li><p><code>--console</code><br />
Enable the LameXP debug console. Use this option with &quot;release&quot; builds of LameXP, where the console is hidden by default.</p></li>
<li><p><code>--no-console</code><br />
The opposite of the &quot;console&quot; option: Disable the LameXP debug console. Use this option with &quot;pre-release&quot; (beta) builds of LameXP, where the console is visible by default.</p></li>
<li><p><code>--force-cpu-no-64bit</code><br />
Treat the CPU as if it did <strong>not</strong> support <a href="http://en.wikipedia.org/wiki/X86-64">64-Bit (x64)</a> applications, even when it actually does so.</p></li>
<li><p><code>--force-cpu-no-sse</code><br />
Treat the CPU as if it did <strong>not</strong> support any <a href="http://en.wikipedia.org/wiki/Streaming_SIMD_Extensions">SSE</a> extensions (SSE, SSE2, SSE3, SSSE3, SSSE4, etc), even when it actually does so.</p></li>
<li><p><code>--force-cpu-no-intel</code><br />
Treat the CPU as if it was a <em>non</em>-Intel processor, even when the vendor tag indicates an Intel processor.</p></li>
<li><p><code>--ignore-compat-mode</code><br />
Do <strong>not</strong> check whether the application is running with &quot;compatibility mode&quot; enabled. It's still <em>not</em> recommended to run with compatibility mode enabled!</p></li>
</ul>
<h2 id="miscellaneous-options"><span class="header-section-number">6.4</span> Miscellaneous Options</h2>
<p>Miscellaneous command-line options that may come in handy in certain situations:</p>
<ul>
<li><p><code>--kill</code><br /> Exit all running instances of LameXP.</p></li>
<li><p><code>--force-kill</code><br /> Exit all running instances of LameXP as quickly as possible, even if that incurs data loss. Use with extreme care!</p></li>
<li><p><code>--kill</code><br />
Exit all running instances of LameXP.</p></li>
<li><p><code>--force-kill</code><br />
Exit all running instances of LameXP as quickly as possible, even if that incurs data loss. Use with extreme care!</p></li>
</ul>
<h1 id="help-support"><span class="header-section-number">7</span> Help &amp; Support</h1>
<p>Before you report any problems that you may have encountered with the LameXP software, please make sure that the problem can be <em>reproduced</em> with the <strong>latest</strong> release version of LameXP!</p>
<h2 id="download-mirrors"><span class="header-section-number">7.1</span> Download Mirrors</h2>
<p>The latest <em>official</em> release of the LameXP software can be obtained from one of the following <em>official</em> download mirrors:</p>
<ul>
<li><a href="https://github.com/lordmulder/LameXP/releases/latest">https://github.com/lordmulder/LameXP/releases/latest</a><br /></li>
<li><a href="http://sourceforge.net/projects/lamexp/files/">http://sourceforge.net/projects/lamexp/files/</a><br /></li>
<li><a href="https://lamexp.codeplex.com/releases/">https://lamexp.codeplex.com/releases/</a><br /></li>
<li><a href="https://bitbucket.org/lord_mulder/lamexp/downloads">https://bitbucket.org/lord_mulder/lamexp/downloads</a><br /></li>
<li><a href="https://www.assembla.com/spaces/lamexp/documents">https://www.assembla.com/spaces/lamexp/documents</a><br /></li>
<li><a href="http://www.free-codecs.com/lamexp_download.htm">http://www.free-codecs.com/lamexp_download.htm</a><br /></li>
<li><a href="http://www.videohelp.com/tools/LameXP">http://www.videohelp.com/tools/LameXP</a></li>
<li><a href="https://github.com/lordmulder/LameXP/releases/latest" class="uri">https://github.com/lordmulder/LameXP/releases/latest</a></li>
<li><a href="http://sourceforge.net/projects/lamexp/files/" class="uri">http://sourceforge.net/projects/lamexp/files/</a></li>
<li><a href="https://lamexp.codeplex.com/releases/" class="uri">https://lamexp.codeplex.com/releases/</a></li>
<li><a href="https://bitbucket.org/lord_mulder/lamexp/downloads" class="uri">https://bitbucket.org/lord_mulder/lamexp/downloads</a></li>
<li><a href="https://www.assembla.com/spaces/lamexp/documents" class="uri">https://www.assembla.com/spaces/lamexp/documents</a></li>
<li><a href="http://www.free-codecs.com/lamexp_download.htm" class="uri">http://www.free-codecs.com/lamexp_download.htm</a></li>
<li><a href="http://www.videohelp.com/tools/LameXP" class="uri">http://www.videohelp.com/tools/LameXP</a></li>
</ul>
<p>It is <em>highly recommended</em> to download LameXP <em>only</em> from one of the official mirrors listed above. We are <strong>not</strong> responsible for the integrity and trustworthiness of LameXP downloads you may have received from other locations!</p>
<h2 id="diagnostic-output"><span class="header-section-number">7.2</span> Diagnostic Output</h2>
@ -414,14 +432,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<h2 id="bugtracker"><span class="header-section-number">7.3</span> Bugtracker</h2>
<p>The recommended way to submit <em>bug reports</em> or <em>feature requests</em> to the LameXP developers is using the <em>issue tracking system</em> at our GitHub project site:</p>
<ul>
<li><a href="https://github.com/lordmulder/LameXP/issues">https://github.com/lordmulder/LameXP/issues</a></li>
<li><a href="https://github.com/lordmulder/LameXP/issues" class="uri">https://github.com/lordmulder/LameXP/issues</a></li>
</ul>
<p><em>Note:</em> In order to use the issue tracking system, you need to log in with your GitHub account. Creating a GitHub account is easy and completely free of charge, simply click <a href="https://github.com/join">here</a>!</p>
<h2 id="support-forum"><span class="header-section-number">7.4</span> Support Forum</h2>
<p>If you want to discuss the development of the LameXP software, help other users or receive help from other users, please use the LameXP thread at <em>Doom9's</em> Forum:</p>
<ul>
<li><a href="http://forum.doom9.org/showthread.php?t=157726">http://forum.doom9.org/showthread.php?t=157726</a> English<br /></li>
<li><a href="http://forum.gleitz.info/showthread.php?t=37956">http://forum.gleitz.info/showthread.php?t=37956</a> German</li>
<li><a href="http://forum.doom9.org/showthread.php?t=157726" class="uri">http://forum.doom9.org/showthread.php?t=157726</a> English</li>
<li><a href="http://forum.gleitz.info/showthread.php?t=37956" class="uri">http://forum.gleitz.info/showthread.php?t=37956</a> German</li>
</ul>
<p><em>Note:</em> Due to the massive amount of spam attacks, Doom9 has established strict anti-spam measures. Therefore, it takes a few days until your account will be approved.</p>
<h1 id="developer-center"><span class="header-section-number">8</span> Developer Center</h1>
@ -459,16 +477,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<p>In order to create LameXP release packages, using the included deployment scripts, you need the following additional tools:</p>
<ul>
<li><p><a href="http://www.7-zip.org/">7-Zip</a> file archiver with a high compression ratio</p></li>
<li><p><a href="http://nsis.sourceforge.net/">NSIS</a> Nullsoft Scriptable Install System (<a href="http://www.scratchpaper.com/"><em>Unicode version</em></a> recommended!)</p>
<li><a href="http://nsis.sourceforge.net/">NSIS</a> Nullsoft Scriptable Install System (<a href="https://github.com/jimpark/unsis/releases"><em>Unicode version</em></a> recommended!)
<ul>
<li><a href="http://nsis.sourceforge.net/StdUtils_plug-in">StdUtils</a> plug-in<br /></li>
<li><a href="http://nsis.sourceforge.net/LockedList_plug-in">LockedList</a> plug-in<br /></li>
<li><a href="http://nsis.sourceforge.net/Inetc_plug-in">Inetc</a> plug-in<br /></li>
<li><a href="http://nsis.sourceforge.net/StdUtils_plug-in">StdUtils</a> plug-in</li>
<li><a href="http://nsis.sourceforge.net/LockedList_plug-in">LockedList</a> plug-in</li>
<li><a href="http://nsis.sourceforge.net/Inetc_plug-in">Inetc</a> plug-in</li>
<li><a href="http://forums.winamp.com/showthread.php?t=329990">Aero</a> plug-in</li>
<li><a href="http://nsis.sourceforge.net/SelfDel_plug-in">SelfDel</a> plug-in</li>
</ul></li>
<li><p><a href="http://upx.sourceforge.net/">UPX</a> the Ultimate Packer for eXecutables</p></li>
<li><p><a href="http://johnmacfarlane.net/pandoc/">Pandoc</a> the Universal Document Converter</p></li>
<li><p><a href="ftp://ftp.gnupg.org/gcrypt/binary/">GnuPG</a> the GNU Privacy Guard v1.4.x</p></li>
<li><p><a href="https://www.gpg4win.de/">GnuPG</a> the GNU Privacy Guard (Gpg4win)</p></li>
</ul>
<h2 id="qt-as-static-libraries"><span class="header-section-number">8.3</span> Qt as Static Libraries</h2>
<p>In order to create a &quot;fully static&quot; build of LameXP, i.e. a build that does <em>not</em> depend on any &quot;external&quot; DLL files (except for the obligatory operating system DLL's that you cannot get around), you'll need to compile Qt as &quot;static&quot; libraries. The official Qt web-site <em>does</em> provide pre-compiled Qt libraries. However, they only provide DLL versions, they do <em>not</em> provide &quot;static&quot; libraries. Consequently, you need to build the required &quot;static&quot; Qt libraries yourself. The following simple instructions should make it easy to build Qt from the sources and as &quot;static&quot; libraries:</p>
@ -478,14 +497,14 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<li><p>Download and extract the <em>Qt 4.8.x</em> source code package (e.g. to <code>C:\QtSources\4.8.x</code>)</p></li>
<li><p>Edit the file <code>mkspecs\win32-msvc2010\qmake.conf</code> from your Qt Sources directory as follows:</p>
<ul>
<li><p>Edit #1:</p>
<li>Edit #1:
<ul>
<li><code>QMAKE_CFLAGS_RELEASE = -O2 -MD</code><br /></li>
<li><code>QMAKE_CFLAGS_RELEASE = -O2 -MT &lt;more optimization flags here&gt;</code><br /></li>
<li><code>QMAKE_CFLAGS_RELEASE = -O2 -MD</code></li>
<li><code>QMAKE_CFLAGS_RELEASE = -O2 -MT &lt;more optimization flags here&gt;</code></li>
</ul></li>
<li><p>Edit #2:</p>
<li>Edit #2:
<ul>
<li><code>QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += -O2 -MD -Zi</code><br /></li>
<li><code>QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += -O2 -MD -Zi</code></li>
<li><code>QMAKE_CFLAGS_RELEASE_WITH_DEBUGINFO += -O2 -MT -Zi &lt;more optimization flags here&gt;</code></li>
</ul></li>
</ul></li>
@ -498,13 +517,13 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.<
<li><p>Now the makefiles should have been generated, so simply enter <code>nmake /B</code> and be patient - voilà!</p></li>
<li><p>The build process is going to take good amount of time. Once it is done, make sure you got all needed libs:</p>
<ul>
<li><code>lib\qtmain.lib</code><br /></li>
<li><code>lib\QtCore.lib</code><br /></li>
<li><code>lib\QtGui.lib</code><br /></li>
<li><code>lib\QtSvg.lib</code><br /></li>
<li><code>lib\QtXml.lib</code><br /></li>
<li><code>plugins\imageformats\qico.lib</code><br /></li>
<li><code>plugins\imageformats\qsvg.lib</code><br /></li>
<li><code>lib\qtmain.lib</code></li>
<li><code>lib\QtCore.lib</code></li>
<li><code>lib\QtGui.lib</code></li>
<li><code>lib\QtSvg.lib</code></li>
<li><code>lib\QtXml.lib</code></li>
<li><code>plugins\imageformats\qico.lib</code></li>
<li><code>plugins\imageformats\qsvg.lib</code></li>
<li><code>plugins\imageformats\qtga.lib</code></li>
</ul></li>
<li><p>Put all the static *.lib files into the <code>Prerequisites\qt4_static\lib</code> directory</p></li>
@ -571,6 +590,8 @@ sE7XdEZn+w==
<h2 id="q-why-does-lamexp-connect-to-random-web-servers"><span class="header-section-number">9.6</span> Q: Why does LameXP connect to (random) web-servers?</h2>
<p><strong>A:</strong> LameXP does <strong>not</strong> connect to any web-server, except for the &quot;automatic updates&quot; feature. Of course, in order to check for new updates, LameXP <em>unavoidably</em> has to communicate with our update servers. However, in <strong>no</strong> event LameXP will search for updates <em>without</em> your consent. Also, LameXP will <strong>not</strong> send any personal information to the update server. Instead of <em>uploading</em> your information, e.g. your current program version, to the web-server, LameXP will <em>download</em> the update information from the update server and compare it to your installed version locally. Furthermore, all information and program files downloaded from the update servers are protected by PGP (GnuPG) signatures, in order to assure the authenticity and integrity of these files. Files with missing/invalid signature are going to be <em>rejected</em>, so (spoofing) attacks are prevented.</p>
<p><em>Note:</em> Before LameXP actually tries to download information from our update servers, it will check your internet connection first. Only checking whether the update server is reachable does <strong>not</strong> suffice here. In case that the update server does <strong>not</strong> respond, this could mean that our servers are currently experiencing problems, but it could also mean that your Internet connection is failing. In order to distinguish these cases, LameXP will validate the Internet connection prior to connecting to the update server. For this purpose, LameXP contains a rather long list of &quot;known&quot; hosts, taken mostly from <a href="http://www.alexa.com/topsites">Alexa's Top 500</a> list. In order to validate the Internet connection, LameXP will pick a <em>random</em> host from the list and check whether that host can be reached. This process will be repeated, until a certain minimum number of &quot;known&quot; hosts have been reached successfully.</p>
<p> <br /> <br /><strong>EOF</strong></p>
<p> <br />
 <br />
<strong>EOF</strong></p>
</body>
</html>

View File

@ -618,17 +618,18 @@ In order to create LameXP release packages, using the included deployment script
* [7-Zip](http://www.7-zip.org/) &ndash; file archiver with a high compression ratio
* [NSIS](http://nsis.sourceforge.net/) &ndash; Nullsoft Scriptable Install System ([*Unicode version*](http://www.scratchpaper.com/) recommended!)
* [NSIS](http://nsis.sourceforge.net/) &ndash; Nullsoft Scriptable Install System ([*Unicode version*](https://github.com/jimpark/unsis/releases) recommended!)
+ [StdUtils](http://nsis.sourceforge.net/StdUtils_plug-in) plug-in
+ [LockedList](http://nsis.sourceforge.net/LockedList_plug-in) plug-in
+ [Inetc](http://nsis.sourceforge.net/Inetc_plug-in) plug-in
+ [Aero](http://forums.winamp.com/showthread.php?t=329990) plug-in
+ [SelfDel](http://nsis.sourceforge.net/SelfDel_plug-in) plug-in
* [UPX](http://upx.sourceforge.net/) &ndash; the Ultimate Packer for eXecutables
* [Pandoc](http://johnmacfarlane.net/pandoc/) &ndash; the Universal Document Converter
* [GnuPG](ftp://ftp.gnupg.org/gcrypt/binary/) &ndash; the GNU Privacy Guard v1.4.x
* [GnuPG](https://www.gpg4win.de/) &ndash; the GNU Privacy Guard (Gpg4win)
## Qt as Static Libraries ##

View File

@ -3,7 +3,7 @@
#define PATH_MSCDIR "C:\Program Files (x86)\Microsoft Visual Studio 14.0"
#define PATH_WINSDK "C:\Program Files (x86)\Windows Kits\10"
#define PATH_QTMSVC "C:\QtSDK\Desktop\Qt\4.8.7"
#define PATH_GNUPG1 "C:\Program Files\GNU\GnuPG"
#define PATH_GNUPG1 "C:\Program Files\GNU\GnuPG\pub"
#define PATH_PANDOC "C:\Program Files\Pandoc"
#define PATH_VCTOOL "140"
#define PATH_VCPROJ "LameXP_VS2015.sln"

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 4
#define VER_LAMEXP_TYPE Alpha
#define VER_LAMEXP_PATCH 1
#define VER_LAMEXP_BUILD 1854
#define VER_LAMEXP_BUILD 1855
#define VER_LAMEXP_CONFG 1818
///////////////////////////////////////////////////////////////////////////////