OSDN Git Service

Added some info on the situation of Windows XP.
[lamexp/LameXP.git] / doc / FAQ.html
index e0894e9..8e39469 100644 (file)
@@ -30,6 +30,7 @@ a:visited { color: #0000EE; }
 <li><a href="#de1c5e44">What license is LameXP released under?</a>
 <li><a href="#303e5fa7">Do I have to pay for LameXP? / How can I donate to the authors of LameXP?</a>
 <li><a href="#e75ad4ac">Why is the thing called "LameXP" although it does so much more?</a>
+<li><a href="#f8161df3">Why are the LameXP binaries not digitally signed (seemingly)?</a>
 <li><a href="#054010d9">MP3, AAC/MP4, Vorbis, FLAC or Opus - What is the best audio format?</a>
 <li><a href="#411d1257">What is the difference between the CBR, VBR and ABR rate control modes?</a>
 <li><a href="#71a113b0">How do I enable AAC/MP4/M4A output (encoding) in LameXP?</a>
@@ -40,6 +41,7 @@ a:visited { color: #0000EE; }
 <li><a href="#df406578">The LameXP startup (splash screen) takes very long on my system. What can I do?</a>
 <li><a href="#a923d407">Why is there a time limit (expiration) in my version of LameXP?</a>
 <li><a href="#900a2a6c">Is there a way to hide/show the LameXP console ("DOS Box") window?</a>
+<li><a href="#c8870a0a">How can I change the font size in the LameXP window?</a>
 <li><a href="#9b0a5c32">Why does application 'xyz' not open the Wave files created by LameXP?</a>
 <li><a href="#89cbd3d0">Why does LameXP run (only) N instances/threads in parallel on my computer?</a>
 <li><a href="#454e51dd">Why does LameXP try to connect to the web-server at 'xyz.com' secretly?</a>
@@ -97,13 +99,13 @@ rate conversion, normalization (gain), tone adjustment and downmixing of multi-c
 <a name="be0a8459"></a><b>What platforms does LameXP run on?</b><br>
 <br>
 LameXP is currently being developed on the following platforms:<br><ul>
-<li>Microsoft Windows 7 (32-Bit and 64-Bit editions) with <a href="http://www.microsoft.com/en-us/download/details.aspx?id=5842" target="_blank">Service Pack 1</a>
-<li>Microsoft Windows XP with <a href="http://www.microsoft.com/en-us/download/details.aspx?id=24" target="_blank">Service Pack 3</a></ul>
+<li>Microsoft Windows 8.1, 32-Bit and 64-Bit editions
+<li>Microsoft Windows 7 with <a href="http://www.microsoft.com/en-us/download/details.aspx?id=5842" target="_blank">Service Pack 1</a>, 32-Bit and 64-Bit editions</ul>
 <br>
 The following platforms should work too, but aren't tested extensively:<br><ul>
-<li>Microsoft Windows 8 (32-Bit and 64-Bit editions)
-<li>Microsoft Windows Vista (32-Bit and 64-Bit editions) with <a href="http://www.microsoft.com/en-us/download/details.aspx?id=15278" target="_blank">Service Pack 2</a>
-<li>Microsoft Windows XP x64 Edition with <a href="http://www.microsoft.com/download/en/details.aspx?id=17791" target="_blank">Service Pack 2</a>
+<li>Microsoft Windows XP<a href="#0f5e473a"><b>*</b></a> with <a href="http://www.microsoft.com/en-us/download/details.aspx?id=24" target="_blank">Service Pack 3</a>
+<li>Microsoft Windows Vista with <a href="http://www.microsoft.com/en-us/download/details.aspx?id=15278" target="_blank">Service Pack 2</a>, 32-Bit and 64-Bit editions
+<li>Microsoft Windows XP<a href="#0f5e473a"><b>*</b></a> x64 Edition with <a href="http://www.microsoft.com/download/en/details.aspx?id=17791" target="_blank">Service Pack 2</a>
 <li>Microsoft Windows Server 2008 with <a href="http://technet.microsoft.com/en-us/windows/dd262148" target="_blank">Service Pack 2</a>
 <li>Microsoft Windows Server 2008 R2 with <a href="http://technet.microsoft.com/en-us/windows/gg635126" target="_blank">Service Pack 1</a>
 <li>GNU/Linux (e.g. Ubuntu 12.04) using <a href="http://www.winehq.org/" target="_blank">Wine</a> v1.4+, native Linux version planned</ul>
@@ -114,6 +116,13 @@ The following "legacy" platforms are NOT supported any longer:<br><ul>
 <li>Microsoft Windows Millennium Edition
 <li>Microsoft Windows 98
 <li>Microsoft Windows 95</ul>
+<br>
+<a name="0f5e473a"></a><b>[*] Note:</b> Windows XP has reached "end of life" on April 8th, 2014. This means that *no* updates or bugfixes<br>
+for Windows XP will be available beyond that date. Thus, any security vulnerabilities discovered *after* this<br>
+deadline will remain open, forever! Consequently, using Windows XP has become a security nightmare. And the<br>
+situation is only going to get worse! While LameXP will continue to support Windows XP (needs Service Pack 3)<br>
+for the foreseeable future, we *highly* recommend everybody to update to a less antiquated system now.<br>
+Windows XP support will be discontinued in a future version, when most users have migrated to a newer system.<br><br>
 
 <br><br>
 
@@ -252,6 +261,105 @@ So to make a long story short: The name has historical reasons and probably isn'
 
 <br><br>
 
+<a name="f8161df3"></a><b>Why are the LameXP binaries not digitally signed (seemingly)?</b><br>
+<br>
+The official LameXP binaries *are* signed digitally, using GPG/GnuPG. They just are NOT signed in a way that<br>
+Microsoft Windows recognizes. For this reason, Microsoft Windows may show a fat warning that the program is<br>
+from an "unknown publisher", when trying to install or update LameXP. But you can ignore this warning safely!<br>
+<br>
+So why LameXP binaries are not digitally signed in the way Microsoft Windows recognizes? This is because<br>
+Microsoft Windows uses a *hierarchical* trust model: Windows trusts into a number of Certificate Authorities<br>
+(CA's). These CA's issue certificates to, e.g., software developers. Finally, the software developer can use<br>
+his certificate to create digital signatures. Windows will then verify the software signatures by using the<br>
+corresponding certificate. The certificate, in turn, will be verified by checking the CA's digital signature.<br>
+<br>
+Unfortunately, this process is fundamentally flawed, because it totally depends on the CA's trustworthiness!<br>
+But, as everybody should know by now, CA's can *not* be trusted at all! That is because intelligence services<br>
+and other governmental organisations can force CA's to issue "bogus" certificates! Windows would then accept<br>
+these "bogus" certificates and all software signed by it. In other words: The software will appear to have a<br>
+valid signature create by the legitimate owner of the certificate - despite it was signed by sombody else!<br>
+<br>
+So what can we do? We can use GPG/GnuPG, which is *not* flawed in this way! GPG/GnuPG uses a so-called "web<br>
+of trust". This means that you *only* trust into keys that you have either verified yourself or that someone,<br>
+whom you trust already, has verified. Most important, in GPG/GnuPG it's always YOU who decides whom you want<br>
+to trust or not. There is *no* centralized "authority" required or used. Consequently, intelligence services<br>
+and other governmental organisations will *not* be able to create "bogus" GPG/GnuPG keys, unless they can<br>
+break the cryptographic algorithms (DSA, RSA, etc. pp). But in the latter case, we would be doomed anyway ;-)<br>
+<br>
+LameXP only trusts into a signle public key, which is the public key of the LameXP developers. This key is<br>
+built into any LameXP binary. LameXP will use that key to verify the signatures of any updates (downloads)<br>
+prior to installing them on the computer. Thus, once you have a genuine copy of LameXP installed, you can be<br>
+sure that only genuine updates of LameXP will be downloaded/installed by the LameXP auto-update utility.<br>
+<br>
+<br>
+Addendum #1:<br>
+<br>
+Another important fact to understand is that digital signatures do *not* provide any information about the<br>
+security or dependability of a software. If a program contains a valid digital signature, it can be verified<br>
+that this program really originates from the person/organization who has signed the binary. But that's it!<br>
+There can be bugs and security vulnerabilities in a signed piece of software, just like in any unsigned piece<br>
+of software. There even is nothing that would prevent an attacker from digitally signing malware programs!<br>
+Though, the certificate (public key) of a malware author would hopefully(!) be revoked sooner or later.<br>
+<br>
+<br>
+Addendum #2:<br>
+<br>
+In theory it would be possibe to add a digital signature that Windows recognizes to LameXP, just to get rid<br>
+of the warning message. However, this would require a code signing certificate from one of the CA's that<br>
+Windows accepts. But CA's don't issue certificates for free! They sell at approx. 150€ per year. But, because<br>
+LameXP is a non-profit OpenSource project, the developers can NOT afford buying a code signing certificate.<br>
+<br>
+If anybody is willing to contribute a code signing certificate to the LameXP project, please contact us! ;-)<br>
+<br>
+<br>
+The finperprint of the LameXP GPG/GnuPG signing key:<br>
+<font class="code"><b>3265784425BF2B394F67CE07106A413D6CF3FA22</b></font><br>
+<br>
+The complete LameXP GPG/GnuPG public signing key:<br>
+<table class="code"><tr><td>-----BEGIN PGP PUBLIC KEY BLOCK-----<br>
+Version: GnuPG v2.0.21 (MingW32)<br>
+<br>
+mQGiBEp0LDgRBACbZhtVHbb4tWlJCCxQ3eH9TQ3zUYrI2UHN94Yk8MJGEO1Fxigg<br>
+smUAeGRmHKpH24VCB/MaHef83fd3bu2yHSf8xgWe90hZR1pLLfmtxqN1SZu/YlJx<br>
+y4LOcxEwSc3P09cDL112fEFKs36d7OPYR6DXk75hWRwsnd0snJEnDHMVKwCgqCsn<br>
+9y5rxTeH32sNytkdMMijkD0D/RrNZiCr/uQcT695oLsYkemNQzbN+hd5bmkkXnRi<br>
+H27kHeeY1G1zLLFfTk7yKm7UZrTpMYxCXS80ORs9RF9rL8bnzzSiBAIHEz4uc5SD<br>
+oH7K3Y526SZ4m4GOLnlVTisd9FXpm0YHB/MXMRrNLZbSzveS3pOEmRny0yeI13cU<br>
+y8tqA/4xjW2DPlwB7lIUOcPyXa9pmAkLApCYF4CwUwKw4df6s+4txWkvuD0cJlli<br>
+nPK7B7SrMv5c2Eg2UQWpF0WN+s8IqX3eoJ1CI+oBVZVWZMhC+Vojz8K0tIkHWZh7<br>
+sy/gUk6XApTN8Ce/xbuMgDhfqxUXzkGzpvR9FJ0Y0R7kNgReUbQzTG9SZF9NdWxk<br>
+ZVIgKGh0dHA6Ly9tdWxkZXIuYXQuZ2cvKSA8bXVsZGVyMkBnbXguZGU+iGAEExEC<br>
+ACAFAkp0LDgCGwMGCwkIBwMCBBUCCAMEFgIDAQIeAQIXgAAKCRAQakE9bPP6IqKr<br>
+AJ4541p84C0jD/MdL1akNsUtAQOBrwCcDAumPHDCj7wfmmeY/KN+jOmrp8G5BA0E<br>
+SnQsOBAQAIy8TJYBYPxVtq8ENPs5qpLv+g3RRc/0TLaimaZGGdbsvANCswgNlxrK<br>
+spAb2IFC8Y85jl7PusdXhC89q1gP5cfb6WLzFggRZt6UEE3dJ+aBuKSu+k+y1n/v<br>
+R8oHpptIq3leonG5dXte5ZAYg+ID7DZz2QWgu4oWeDnUl945DLSCGj4vuT5sY/wi<br>
+zNv6PV2E0Bl+HIwkzlwHa9vYRPx84FL9eFM7llJdH5TYQZ+VkdqKIfAUWwXsDeqD<br>
+7YviIWLBbDxCtgfVB7sGYRZltMO9Nir7igO8SxOawkuBtLzU2ZbevBOSZmxami33<br>
+E2oAGWtcXGhKHMy7vPOQKfShcf2N0QMhNDSR54nxuu3/BW9diwYubJCkbkP/gv7g<br>
+GU/0eVWp19LeQN92zcmRN0JcJtu71T6Pcel9ZttEy/xyNyOrqhMP7vDd2sExwsYZ<br>
+VUqlOg7hA++TMCmNcxLQgWlb7tJxhNr4pBkJiX6Guu8/3fhQ0If99ZlpeCpmMJFN<br>
+kvhgFMWtCVPk5u1i/lwXsSoRcRXIfbRAcBqVEe5mgcyBBQZCoK2kQ8qt7Zol6/Lu<br>
+9GsY/ag4elArck1EtlK0fxpVUsEskTR2Yw7hY/upPGfI22Wzzfg6WlwaYysyONfF<br>
+ecoKS+ZaXVQ9BDAtRDKSD2yXkYDngJLDcbOTOPLxfDP/dKthqzkXAAMFD/0W/s64<br>
+tsIju1IGE8uQt1fIZECV8M8HJeVatNEVJyPDrS/WIO0vqedxhod6qpF1UwPBG1gw<br>
+WKe7nPhFoBzDayK92umEXUng0nQYmFUJWk7PXI751R1VFVgrbVw+LM2zy0/WRClh<br>
+2qUWv+q6JuK56NooPx3sgAE4uuGoiRi8qt8eNuu6FP90LUKo0t9mMEyVAHJdQbcm<br>
+tMFFU5K3+UehVYgosfplmLt5wpAs5GjqQSmeXA1DhvXNlPBBVn/tTSqGTw5+boqv<br>
+lfwHgLJOqae3GH+HZ1ega2/qb5PFVZRpV9PrRh38IRe0ZM0Y0yQtlhUPywksD8UM<br>
+KttadTHcBW4O/EZCEAOg69fc52mDs5GykJoXCOLsEc3/x2YJk8hvID3gR+qX/wxX<br>
+WDTVY0KL1IC+xo4Y3BxKXHd8EPhOyR52mHm6BvVE/bbMeQjTF0pPjqIL1iM23crA<br>
+Z9oYAtzYTOYyjtzx7SzY0SU+0jB7k7akr70vlbNR+Hk5iAR43MFoE5LyQpsmaUob<br>
+W8WwGwTUabrs0KXXNC6OotfZqylL+cgn+STDdmGLiW0rw7Yv6CxR+ZW77yiWHYam<br>
+TXY0hzq4U/9NnWwgCJErG5qausG8YidfDHenKIwZfc36d/bm6FSv5XGxShM7J4aO<br>
+uhZnmF9iIfovqAe60soJ+uH6UOnxEB6LHZNhiohJBBgRAgAJBQJKdCw4AhsMAAoJ<br>
+EBBqQT1s8/oi0RsAniNAOQRb8roflIOXVmeW3uB50RVtAJwLS5O19VD1W0HxjNZ6<br>
+sE7XdEZn+w==<br>
+=WDwE<br>
+-----END PGP PUBLIC KEY BLOCK-----</td></tr></table><br>
+
+<br><br>
+
 <a name="054010d9"></a><b>MP3, AAC/MP4, Vorbis, FLAC or Opus - What is the best audio format?</b><br>
 <br>
 This question can NOT be answered in general. The best audio format is the format that works best for you!<br>
@@ -404,8 +512,9 @@ QAAC encoder, then you have to install QuickTime v7.7.1 (or newer). Alternativel
 be installed. Both, QuickTime and iTunes, can be <a href="http://www.apple.com/quicktime/download/" target="_blank">downloaded for free</a> from the official Apple web-site.<br>
 <br>
 In order to enable the QAAC Encoder support you will also need the 'QAAC Encoder Add-in' for LameXP:<br><ul>
-<li><a href="http://www.mediafire.com/file/o5is7bqporboa7b/LameXP.qaac-addin.2012-08-05.zip" target="_blank">http://www.mediafire.com/file/o5is7bqporboa7b/LameXP.qaac-addin.2012-08-05.zip</a>
-<li><a href="http://muldersoft.com/misc/lamexp/add-ins/LameXP.qaac-addin.2012-08-05.zip" target="_blank">http://muldersoft.com/misc/lamexp/add-ins/LameXP.qaac-addin.2012-08-05.zip</a></ul>
+<li><a href="http://www.mediafire.com/download/38nv297501obvwv/LameXP.qaac-addin.2014-01-19.zip" target="_blank">http://www.mediafire.com/download/38nv297501obvwv/LameXP.qaac-addin.2014-01-19.zip</a>
+<li><a href="http://sf.net/projects/lamexp/files/Miscellaneous/Add-ins/qaac/LameXP.qaac-addin.2014-01-19.zip/download" target="_blank">http://sf.net/projects/lamexp/files/Miscellaneous/Add-ins/qaac/LameXP.qaac-addin.2014-01-19.zip</a>
+<li><a href="http://muldersoft.com/misc/lamexp/add-ins/LameXP.qaac-addin.2014-01-19.zip" target="_blank">http://muldersoft.com/misc/lamexp/add-ins/LameXP.qaac-addin.2014-01-19.zip</a></ul>
 <br>
 Please follow the install instructions that are included with the 'QAAC Encoder Add-in' download package!<br>
 Note that you do NOT need to install this Add-in, if you only want to use the Nero AAC Encoder.<br>
@@ -414,13 +523,15 @@ Note that you do NOT need to install this Add-in, if you only want to use the Ne
 FHG AAC Encoder<br>
 <br>
 Optionally LameXP also supports the FHG AAC Encoder now. Just like the Nero encoder, the FHG encoder can NOT<br>
-be redistributed along with LameXP. However the FHG AAC Encoder is included with Winamp v5.62, which is<br>
+be redistributed along with LameXP. However the FHG AAC Encoder is included with Winamp (v5.62+), which is<br>
 available as a free download (you don't need to buy the "Pro" version!) from the official Winamp web-site at:<br><ul>
-<li><a href="http://www.winamp.com/media-player/" target="_blank">http://www.winamp.com/media-player/</a>
-<li><a href="http://download.nullsoft.com/winamp/client/winamp5623_full_emusic-7plus_all.exe" target="_blank">http://download.nullsoft.com/winamp/client/winamp5623_full_emusic-7plus_all.exe</a></ul>
+<li><a href="http://www.winamp.com/media-player/en" target="_blank">http://www.winamp.com/media-player/en</a>
+<li><a href="http://download.nullsoft.com/winamp/client/winamp5666_full_en-us.exe" target="_blank">http://download.nullsoft.com/winamp/client/winamp5666_full_en-us.exe</a>
+<li><a href="http://www.free-codecs.com/winamp_download.htm" target="_blank">http://www.free-codecs.com/winamp_download.htm</a></ul>
 <br>
 In order to enable the FHG AAC Encoder support you will also need the 'FHG AAC Encoder Add-in' for LameXP:<br><ul>
 <li><a href="http://www.mediafire.com/file/ni7w4323pqub9x3/LameXP.fhgaacenc-addin.2012-08-06.zip" target="_blank">http://www.mediafire.com/file/ni7w4323pqub9x3/LameXP.fhgaacenc-addin.2012-08-06.zip</a>
+<li><a href="http://sf.net/projects/lamexp/files/Miscellaneous/Add-ins/fhgaac/LameXP.fhgaacenc-addin.2012-08-06.zip/download" target="_blank">http://sf.net/projects/lamexp/files/Miscellaneous/Add-ins/fhgaac/LameXP.fhgaacenc-addin.2012-08-06.zip</a>
 <li><a href="http://muldersoft.com/misc/lamexp/add-ins/LameXP.fhgaacenc-addin.2012-08-06.zip" target="_blank">http://muldersoft.com/misc/lamexp/add-ins/LameXP.fhgaacenc-addin.2012-08-06.zip</a></ul>
 <br>
 Please follow the install instructions that are included with the 'FHG AAC Encoder Add-in' download package!<br>
@@ -561,6 +672,25 @@ WARNING: Any attempt to close the LameXP console window will kill the applicatio
 
 <br><br>
 
+<a name="c8870a0a"></a><b>How can I change the font size in the LameXP window?</b><br>
+<br>
+Sometimes it may be required to adjust the font size, e.g. when working on a "high DPI" screen. The best way<br>
+to adjust the font size is tweaking the DPI settings of your system. On modern Windows operating systems,<br>
+this option can be found at the "Display" options at the Control Panel. Simply select, e.g., "Medium" (125%)<br>
+or "Larger" (150%) to increase the size of all GUI widgets, including larger fonts. LameXP is based on Qt and<br>
+therefore is fully "DPI aware". This means it will respect the system's DPI settings  - without(!) blurring.<br>
+<br>
+In rare cases you may which to adjust the font-size only inside the LameXP window, but *not* effect any other<br>
+applications. For this particular purpose, LameXP offers the following command-line options:<br>
+<blockquote><table>
+<tr><td><font class="code">--tiny-font </font></td><td>&nbsp;</td><td>Enforces very small font size (75%)</td></tr>
+<tr><td><font class="code">--small-font</font></td><td>&nbsp;</td><td>Enforces smaller font size (87.5%)</td></tr>
+<tr><td><font class="code">--big-font  </font></td><td>&nbsp;</td><td>Enforces larger font size (125%)</td></tr>
+<tr><td><font class="code">--huge-font </font></td><td>&nbsp;</td><td>Enforces very large font size (150%)</td></tr>
+</table></blockquote>
+
+<br><br>
+
 <a name="9b0a5c32"></a><b>Why does application 'xyz' not open the Wave files created by LameXP?</b><br>
 <br>
 Some of the decoders used in LameXP will insert an additional 'JUNK' chunk into the Wave/RIFF file, right<br>
@@ -601,7 +731,7 @@ cores, the maximum number of parallel instances is six. On systems with 16 cores
 parallel instances is eight. On systems with 32 cores, the maximum number of parallel instances is eleven.<br>
 And on systems with 64 cores, the maximum number of parallel instances is 16. 16 is the upper limit.<br>
 <br>
-<a href="http://img853.imageshack.us/img853/1428/corestoinstancesbig.png" target="_blank"><img src="http://img853.imageshack.us/img853/1428/corestoinstancesbig.th.png" border="0" alt="thumb"></a><br>
+<a href="http://i.imgur.com/QbS47Wi.png" target="_blank"><img src="http://i.imgur.com/QbS47Wis.png" border="1px" alt="thumb"></a><br>
 <br>
 You may wonder why LameXP doesn't always create one instance for each CPU core. In theory, the more instances<br>
 we run in parallel, the more CPU cores can be utilized - until all CPU cores are busy and the overall CPU<br>
@@ -697,21 +827,6 @@ that option "0" (best quality) is only very slightly better than "3" (high quali
 
 <br><br>
 
-<!-- <a name="d83ab3c6"></a><b>Why does LameXP use LAME v3.99 rather than v3.98?</b><br>
-<br>
-LAME v3.99 contains the latest improvements and bugfixes of the LAME mp3 encoder, but it's less tested than<br>
-the older 3.98 release series. The most important reason why LAME v3.99 is used in LameXP v4.xx is because<br>
-LameXP v4.xx focuses on proper Unicode support, but LAME v3.98 did NOT support Unicode filenames or Unicode<br>
-meta tags (through the CLI front-end, on the Windows platform). However LAME v3.99 finally does!<br>
-<br>
-So far we have not encountered any noteworthy problems with LAME v3.99. If, however, you encounter a problem<br>
-with LAME v3.99, please report your finding to the <a href="http://lame.sourceforge.net/contact.php" target="_blank">LAME development team</a>. Do NOT submit any LAME-specific bug<br>
-reports to the LameXP developers, as we generally cannot analyze/fix problems specific to the LAME encoder.<br>
-<br>
-[UPDATE] LAME v3.99 Final was release on 2011-10-15, so that is the official "stable" version now! [/UPDATE]<br><br>
-
-<br><br> -->
-
 <a name="4213adbc"></a><b>Can LameXP be used to convert/extract tracks from an Audio CD?</b><br>
 <br>
 LameXP can be used to convert audio files that have been extracted from an Audio CD, but it can NOT extract<br>
@@ -747,7 +862,7 @@ filter will be applied in order to recover a continuous signal from these indivi
 reconstructed analogue signal it is possible to have voltages that are higher than the highest digital sample<br>
 in the audio track! This is illustrated in the following image (samples are represented as tiny squares):<br>
 <br>
-<a target="_blank" href="http://img3.imageshack.us/img3/9153/sine0dbfs.png"><img src="http://img3.imageshack.us/img3/9153/sine0dbfs.th.png" border="0" alt="thumb"></a><br>
+<a target="_blank" href="http://i.imgur.com/5dmIUOZ.png"><img src="http://i.imgur.com/5dmIUOZs.png" border="1px" alt="thumb"></a><br>
 <br>
 Consequently normalizing the sample values to 0dBFS is NOT a very good idea, as this may very well result in<br>
 a reconstructed analogue signal which exceeds(!) 0dBFS. And, as the analogue parts of the playback equipment<br>
@@ -874,7 +989,7 @@ switching to the 'Compatibility' tab and un-checking the 'Run this program in co
 <a name="01922741"></a><b>Why do I get the error 'LameXP.exe is not a valid Win32 application' on startup?</b><br>
 <br>
 You are trying to run LameXP on a platform that is NOT supported, such as Windows 95, Windows 98, Windows<br>
-Millennium Edition, Windows NT 4.0 or Windows 2000. There is nothing you can do about that, except for
+Millennium Edition, Windows NT 4.0 or Windows 2000. There is nothing you can do about that, except for<br>
 updating to a less antiquated OS. Running an outdated and unsupported OS is a severe security risk anyway!<br>
 <br>
 Note: This error can also occur, if your system has been configured to run LameXP in <a href="#e7c9ae2b">compatibility mode</a>.<br><br>
@@ -917,12 +1032,14 @@ Please see the guide for translators at:<br><ul>
 <a name="8dba381f"></a><b>Where can I download the latest version of LameXP?</b><br>
 <br>
 The latest "official" release of LameXP can be found on the following mirrors:<br><ul>
+<li><a href="https://github.com/lordmulder/LameXP/releases/latest" target="_blank">https://github.com/lordmulder/LameXP/releases/latest</a>
 <li><a href="http://sourceforge.net/projects/lamexp/files/" target="_blank">http://sourceforge.net/projects/lamexp/files/</a>
 <li><a href="http://developer.berlios.de/project/showfiles.php?group_id=13288" target="_blank">http://developer.berlios.de/project/showfiles.php?group_id=13288</a>
-<li><a href="https://lamexp.codeplex.com/releases/view/113532" target="_blank">https://lamexp.codeplex.com/releases/view/113532</a>
-<li><a href="https://code.google.com/p/mulder/downloads/list" target="_blank">http://code.google.com/p/mulder/downloads/list</a>
+<li><a href="https://lamexp.codeplex.com/releases/" target="_blank">https://lamexp.codeplex.com/releases/</a>
 <li><a href="https://bitbucket.org/lord_mulder/lamexp/downloads" target="_blank">https://bitbucket.org/lord_mulder/lamexp/downloads</a>
-<li><a href="http://www.free-codecs.com/lamexp_download.htm" target="_blank">http://www.free-codecs.com/lamexp_download.htm</a></ul>
+<li><a href="https://www.assembla.com/spaces/lamexp/documents" target="_blank">https://www.assembla.com/spaces/lamexp/documents</a>
+<li><a href="http://www.free-codecs.com/lamexp_download.htm" target="_blank">http://www.free-codecs.com/lamexp_download.htm</a>
+<li><a href="http://www.videohelp.com/tools/LameXP" target="_blank">http://www.videohelp.com/tools/LameXP</a></ul>
 <br><br>
 
 <a name="9c2e273d"></a><b>Where can I submit bug reports or feature requests?</b><br>
@@ -948,10 +1065,11 @@ application framework and offers full Unicode support. For the time being LameXP
 LameXP is developed using the <a href="http://en.wikipedia.org/wiki/Git_(software)" target="_blank">Git</a> revision control system. You can access one of the public mirrors:<br><ul>
 <li><font class="code">git clone git://git.code.sf.net/p/lamexp/code lamexp-src</font> (<a href="http://sourceforge.net/p/lamexp/code/" target="_blank">Browse</a>)
 <li><font class="code">git clone git://git.berlios.de/lamexp lamexp-src</font> (<a href="http://git.berlios.de/cgi-bin/gitweb.cgi?p=lamexp" target="_blank">Browse</a>)
-<li><font class="code">git clone https://git01.codeplex.com/lamexp lamexp-src</font> (<a href="https://lamexp.codeplex.com/SourceControl/latest" target="_blank">Browse</a>)
 <li><font class="code">git clone https://github.com/lordmulder/LameXP.git lamexp-src</font> (<a href="https://github.com/lordmulder/LameXP" target="_blank">Browse</a>)
+<li><font class="code">git clone https://git01.codeplex.com/lamexp lamexp-src</font> (<a href="https://lamexp.codeplex.com/SourceControl/latest" target="_blank">Browse</a>)
 <li><font class="code">git clone https://bitbucket.org/lord_mulder/lamexp.git lamexp-src</font> (<a href="https://bitbucket.org/lord_mulder/lamexp/src" target="_blank">Browse</a>)
-<li><font class="code">git clone git://gitorious.org/lamexp/lamexp.git lamexp-src</font> (<a href="http://gitorious.org/lamexp/lamexp/trees/master" target="_blank">Browse</a>)</ul>
+<li><font class="code">git clone git://gitorious.org/lamexp/lamexp.git lamexp-src</font> (<a href="http://gitorious.org/lamexp/lamexp/trees/master" target="_blank">Browse</a>)
+<li><font class="code">git clone git://git.assembla.com/lamexp.git lamexp-src</font> (<a href="https://www.assembla.com/code/lamexp/git/nodes" target="_blank">Browse</a>)</ul>
 <br>
 In case you are new to Git or want to extend your knowledge, have a look at the <a href="http://git-scm.com/book/en" target="_blank">Pro Git</a> book by Scott Chacon!<br>
 For Windows users, we highly recommend using <a href="http://msysgit.github.com/" target="_blank">MSYS Git</a> in conjunction with the superb <a href="http://tortoisegit.googlecode.com/" target="_blank">Tortoise Git</a> front-end.<br><br>