Updated LAME encoder binary to v3.99.0.15 (2011-03-22), compiled with ICL 12.0.2.
This commit is contained in:
parent
d0511b446b
commit
e63d462578
@ -13,11 +13,11 @@
|
||||
<li>Added an option to shutdown the computer as soon as all files are completed
|
||||
<li>Added support for embedding cover artwork (currently works with LAME and Nero AAC only)
|
||||
<li>Updated Qt runtime libraries to v4.7.2
|
||||
<li>Updated LAME encoder to v3.99.0.14 (2011-02-28), compiled with ICL 12.0.2
|
||||
<li>Updated LAME encoder to v3.99.0.15 (2011-03-22), compiled with ICL 12.0.2
|
||||
<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>Updated TTA decoder multiplatform library to v2.1 (2011-03-11), compiled with MSVC 9.0
|
||||
<li>Updated SoX to v14.3.2 (2010-02-27), compiled with 12.0.2
|
||||
<li>Updated MediaInfo to v0.7.42 (2011-03-03), compiled with ICL 12.0.2 and MSVC 9.0
|
||||
<li>Updated MediaInfo to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC 9.0
|
||||
<li>Updated language files (big thank-you to all contributors !!!)
|
||||
<li>Fixed a bug that caused AAC encoding to fail in CBR mode (the "-2pass" parameter was set wrongly)
|
||||
</ul><br>
|
||||
|
Binary file not shown.
@ -25,8 +25,8 @@
|
||||
#define VER_LAMEXP_MAJOR 4
|
||||
#define VER_LAMEXP_MINOR_HI 0
|
||||
#define VER_LAMEXP_MINOR_LO 1
|
||||
#define VER_LAMEXP_BUILD 398
|
||||
#define VER_LAMEXP_SUFFIX Beta-11
|
||||
#define VER_LAMEXP_BUILD 399
|
||||
#define VER_LAMEXP_SUFFIX Beta-12
|
||||
|
||||
/*
|
||||
* Tools versions
|
||||
|
@ -1167,7 +1167,10 @@ void MainWindow::showDetailsButtonClicked(void)
|
||||
}
|
||||
|
||||
AudioFileModel &file = (*m_fileListModel)[index];
|
||||
iResult = metaInfoDialog->exec(file, index.row() > 0, index.row() < m_fileListModel->rowCount() - 1);
|
||||
TEMP_HIDE_DROPBOX
|
||||
(
|
||||
iResult = metaInfoDialog->exec(file, index.row() > 0, index.row() < m_fileListModel->rowCount() - 1);
|
||||
)
|
||||
|
||||
if(!iResult) break;
|
||||
}
|
||||
|
@ -53,10 +53,10 @@ g_lamexp_tools[] =
|
||||
{"d33cd86f04bd4067e244d2804466583c7b90a4e2", "flac.exe", 121},
|
||||
{"9328a50e89b54ec065637496d9681a7e3eebf915", "gpgv.exe", 1411},
|
||||
{"d837bf6ee4dab557d8b02d46c75a24e58980fffa", "gpgv.gpg", UINT_MAX},
|
||||
{"62e301a56be4b56fc053710042d58992f25b1773", "lame.exe", 39914},
|
||||
{"cc843a34b7207f887f80668b3f7a78716c276aca", "lame.exe", 39915},
|
||||
{"a4e929cfaa42fa2e61a3d0c6434c77a06d45aef3", "mac.exe", 406},
|
||||
{"e83cad851d1f0d13057736d9133767960b5ca514", "mediainfo_i386.exe", 742},
|
||||
{"6fb20ea7492fcf984e99957b7a3c5fe4fb06cca2", "mediainfo_x64.exe", 742},
|
||||
{"ff65938a9d9b2f453887ca5e731fb75b98015683", "mediainfo_i386.exe", 743},
|
||||
{"470b433b7ee06830f382266cc2680a3d6e1d3993", "mediainfo_x64.exe", 743},
|
||||
{"aa89763a5ba4d1a5986549b9ee53e005c51940c1", "mpcdec.exe", 435},
|
||||
{"38f81efca6c1eeab0b9dc39d06c2ac750267217f", "mpg123.exe", 1132},
|
||||
{"8dd7138714c3bcb39f5a3213413addba13d06f1e", "oggdec.exe", UINT_MAX},
|
||||
|
Loading…
Reference in New Issue
Block a user