From: lordmulder Date: Wed, 23 Mar 2011 20:50:32 +0000 (+0100) Subject: Updated LAME encoder binary to v3.99.0.15 (2011-03-22), compiled with ICL 12.0.2. X-Git-Tag: Release_401~19 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e63d462578979b4c9cf49ab8f4a326f4139abe3d;p=lamexp%2FLameXP.git Updated LAME encoder binary to v3.99.0.15 (2011-03-22), compiled with ICL 12.0.2. --- diff --git a/doc/Changelog.html b/doc/Changelog.html index a99b2f4c..83ff214d 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -13,11 +13,11 @@
  • Added an option to shutdown the computer as soon as all files are completed
  • Added support for embedding cover artwork (currently works with LAME and Nero AAC only)
  • Updated Qt runtime libraries to v4.7.2 -
  • Updated LAME encoder to v3.99.0.14 (2011-02-28), compiled with ICL 12.0.2 +
  • Updated LAME encoder to v3.99.0.15 (2011-03-22), compiled with ICL 12.0.2
  • Updated Vorbis encoder to v2.87 using aoTuV Beta-6.02 (2011-02-28), compiled with ICL 11.1 and MSVC 9.0
  • Updated TTA decoder multiplatform library to v2.1 (2011-03-11), compiled with MSVC 9.0
  • Updated SoX to v14.3.2 (2010-02-27), compiled with 12.0.2 -
  • Updated MediaInfo to v0.7.42 (2011-03-03), compiled with ICL 12.0.2 and MSVC 9.0 +
  • Updated MediaInfo to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC 9.0
  • Updated language files (big thank-you to all contributors !!!)
  • Fixed a bug that caused AAC encoding to fail in CBR mode (the "-2pass" parameter was set wrongly)
    diff --git a/res/tools/lame.exe b/res/tools/lame.exe index 17e675b9..94d07270 100644 Binary files a/res/tools/lame.exe and b/res/tools/lame.exe differ diff --git a/src/Config.h b/src/Config.h index 73e8380a..ee77d4c7 100644 --- a/src/Config.h +++ b/src/Config.h @@ -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 diff --git a/src/Dialog_MainWindow.cpp b/src/Dialog_MainWindow.cpp index 04c112af..c54843b2 100644 --- a/src/Dialog_MainWindow.cpp +++ b/src/Dialog_MainWindow.cpp @@ -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; } diff --git a/src/Thread_Initialization.cpp b/src/Thread_Initialization.cpp index c68152c5..aae8e748 100644 --- a/src/Thread_Initialization.cpp +++ b/src/Thread_Initialization.cpp @@ -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},