Updated LAME encoder to v3.99 Final (2011-10-17), compiled with ICL 12.1.6 and MSVC 10.0. Note: The "i386" binary uses CPU Runtime Detection with on optional(!) SSE2-optimized code path, while the "sse2" binary uses Intel-specific SSE2 optimizations and does NOT use CPU Runtime Detection.
This commit is contained in:
parent
d14ecfffa6
commit
e5e9f63258
@ -25,10 +25,12 @@ a:visited { color: #0000EE; }
|
|||||||
<li>Added Polish translation, thanks to Sir Daniel K <sir.daniel.k@gmail.com>
|
<li>Added Polish translation, thanks to Sir Daniel K <sir.daniel.k@gmail.com>
|
||||||
<li>Added channel equalization options to the normalization filter (also fixes multi-channel processing)
|
<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 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 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 MediaInfo to v0.7.50 (2011-09-23), compiled with MSVC 10.0
|
||||||
<li>Updated language files (big thank-you to all contributors !!!)
|
<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>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>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>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)
|
<li>Enabled "Aero Glass" theme in installer and web-update program (Vista and Windows 7 only)
|
||||||
|
@ -502,7 +502,9 @@ meta tags (through the CLI front-end, on the Windows platform). However LAME v3.
|
|||||||
<br>
|
<br>
|
||||||
So far we have not encountered any noteworthy problems with LAME v3.99. If, however, you encounter a problem<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>
|
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>
|
<br><br>
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
@ -351,7 +351,7 @@ void AboutDialog::showMoreAbout(void)
|
|||||||
moreAboutText += makeToolText
|
moreAboutText += makeToolText
|
||||||
(
|
(
|
||||||
tr("LAME - OpenSource mp3 Encoder"),
|
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."),
|
tr("Released under the terms of the GNU Lesser General Public License."),
|
||||||
"http://lame.sourceforge.net/"
|
"http://lame.sourceforge.net/"
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user