OSDN Git Service

Updated LAME encoder to v3.99 Final (2011-10-17), compiled with ICL 12.1.6 and MSVC...
authorlordmulder <mulder2@gmx.de>
Tue, 18 Oct 2011 16:52:52 +0000 (18:52 +0200)
committerlordmulder <mulder2@gmx.de>
Tue, 18 Oct 2011 16:52:52 +0000 (18:52 +0200)
doc/Changelog.html
doc/FAQ.html
res/tools/lame.i386.exe
res/tools/lame.sse2.exe
src/Dialog_About.cpp

index 15b94dd..261231e 100644 (file)
@@ -25,10 +25,12 @@ a:visited { color: #0000EE; }
 <li>Added Polish translation, thanks to Sir Daniel K &lt;sir.daniel.k@gmail.com&gt;
 <li>Added channel equalization options to the normalization filter (also fixes multi-channel processing)
 <li>Updated Qt runtime libraries to v4.8.0 RC-1 (2011-10-13), compiled with MSVC 10.0
+<li>Updated LAME encoder to v3.99 Final (2011-10-17), 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.131" target="_blank">details</a>)
 <li>Updated mpg123 decoder to v1.13.4 (2011-09-07), compiled with GCC 4.6.1
 <li>Updated MediaInfo to v0.7.50 (2011-09-23), compiled with MSVC 10.0
 <li>Updated language files (big thank-you to all contributors !!!)
 <li>Improved "downmix" filter by using explicit channel mappings for each number of input channels
+<li>Fixed a potential bug in CPU type detection that might have caused the wrong binary to be used
 <li>Fixed Cue Sheet import for tracks with certain characters in the title
 <li>Workaround for malicious "anti-virus" programs that prevent innocent applications from functioning
 <li>Enabled "Aero Glass" theme in installer and web-update program (Vista and Windows 7 only)
index 02772a9..b9e4943 100644 (file)
@@ -502,7 +502,9 @@ meta tags (through the CLI front-end, on the Windows platform). However LAME v3.
 <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>
+reports to the LameXP developers, as we generally cannot analyze/fix problems specific to the LAME encoder.<br>
+<br>
+[UPDATE] LAME v3.99 has been release on 2011-10-15, so that's the recommended "stable" version now! [/UPDATE]<br><br>
 
 <br><br>
 
index c087e72..1e0361a 100644 (file)
Binary files a/res/tools/lame.i386.exe and b/res/tools/lame.i386.exe differ
index 4241caa..9b3ed2c 100644 (file)
Binary files a/res/tools/lame.sse2.exe and b/res/tools/lame.sse2.exe differ
index 38956ab..79ec7d6 100644 (file)
@@ -351,7 +351,7 @@ void AboutDialog::showMoreAbout(void)
                moreAboutText += makeToolText
                (
                        tr("LAME - OpenSource mp3 Encoder"),
-                       "lame.exe", "v?.??, Beta-?",
+                       "lame.exe", "v?.??, Final-?",
                        tr("Released under the terms of the GNU Lesser General Public License."),
                        "http://lame.sourceforge.net/"
                );