From d44c57e0096c2943e96b8458abc48a787baf7243 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 29 Jul 2012 16:46:01 +0200 Subject: [PATCH] Updated Opus binaries. Now compiled with runtime CPU-detection. Also we now have builds with "experimental encoder perceptual tuning" from the "exp_analysis7" branch, enabled by default. --- doc/Changelog.html | 2 +- etc/Translation/Blank.ts | 689 ++++++++++++++++++++--------------------- etc/Translation/LameXP_DE.ts | 24 +- etc/Translation/LameXP_ES.ts | 24 +- etc/Translation/LameXP_FR.ts | 24 +- etc/Translation/LameXP_IT.ts | 22 +- etc/Translation/LameXP_KR.ts | 22 +- etc/Translation/LameXP_PL.ts | 689 ++++++++++++++++++++--------------------- etc/Translation/LameXP_RU.ts | 22 +- etc/Translation/LameXP_SV.ts | 691 ++++++++++++++++++++---------------------- etc/Translation/LameXP_TW.ts | 24 +- etc/Translation/LameXP_UK.ts | 24 +- etc/Translation/LameXP_ZH.ts | 24 +- gui/MainWindow.ui | 174 +++++++---- res/Tools_Decd.qrc | 3 +- res/Tools_Encd.qrc | 4 +- res/localization/LameXP_DE.qm | Bin 79661 -> 79582 bytes res/localization/LameXP_ES.qm | Bin 80282 -> 80012 bytes res/localization/LameXP_FR.qm | Bin 65526 -> 65256 bytes res/localization/LameXP_SV.qm | Bin 74502 -> 74232 bytes res/localization/LameXP_TW.qm | Bin 55115 -> 54845 bytes res/localization/LameXP_UK.qm | Bin 79885 -> 79615 bytes res/localization/LameXP_ZH.qm | Bin 55115 -> 54845 bytes res/tools/opusdec.exe | Bin 0 -> 404992 bytes res/tools/opusdec.i386.exe | Bin 207872 -> 0 bytes res/tools/opusdec.sse2.exe | Bin 215552 -> 0 bytes res/tools/opusenc.i386.exe | Bin 208384 -> 0 bytes res/tools/opusenc.sse2.exe | Bin 216576 -> 0 bytes res/tools/opusenc_ea7.exe | Bin 0 -> 421376 bytes res/tools/opusenc_std.exe | Bin 0 -> 406016 bytes src/Config.h | 4 +- src/Dialog_MainWindow.cpp | 4 + src/Dialog_Processing.cpp | 1 + src/Encoder_Opus.cpp | 13 +- src/Encoder_Opus.h | 6 +- src/Model_Settings.cpp | 2 + src/Model_Settings.h | 1 + src/Tools.h | 7 +- 38 files changed, 1155 insertions(+), 1345 deletions(-) create mode 100644 res/tools/opusdec.exe delete mode 100644 res/tools/opusdec.i386.exe delete mode 100644 res/tools/opusdec.sse2.exe delete mode 100644 res/tools/opusenc.i386.exe delete mode 100644 res/tools/opusenc.sse2.exe create mode 100644 res/tools/opusenc_ea7.exe create mode 100644 res/tools/opusenc_std.exe diff --git a/doc/Changelog.html b/doc/Changelog.html index ca4891f6..3de2a3ef 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -17,7 +17,7 @@ a:visited { color: #0000EE; }

LameXP - Version History


Changes between v4.04 and v4.05 [unreleased]: