From c220a0b73f2564ac400aebb9b49fbe0be0c85c7b Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Fri, 23 Nov 2012 21:03:59 +0100 Subject: [PATCH] Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.5 (2012-11-23). Also removed obsolete Opus options. --- doc/Changelog.html | 1 + etc/Translation/Blank.ts | 657 ++++++++++++++++------------------ etc/Translation/LameXP_DE.ts | 16 - etc/Translation/LameXP_ES.ts | 16 - etc/Translation/LameXP_FR.ts | 16 - etc/Translation/LameXP_IT.ts | 16 - etc/Translation/LameXP_KR.ts | 16 - etc/Translation/LameXP_PL.ts | 657 ++++++++++++++++------------------ etc/Translation/LameXP_RU.ts | 16 - etc/Translation/LameXP_SV.ts | 657 ++++++++++++++++------------------ etc/Translation/LameXP_TW.ts | 16 - etc/Translation/LameXP_UK.ts | 16 - etc/Translation/LameXP_ZH.ts | 16 - gui/MainWindow.ui | 156 +++----- res/Tools_Encd.qrc | 3 +- res/localization/LameXP_DE.qm | Bin 84627 -> 84210 bytes res/localization/LameXP_ES.qm | Bin 82732 -> 82303 bytes res/localization/LameXP_KR.qm | Bin 62841 -> 62528 bytes res/localization/LameXP_PL.qm | Bin 79739 -> 79302 bytes res/localization/LameXP_RU.qm | Bin 69897 -> 69540 bytes res/localization/LameXP_SV.qm | Bin 76868 -> 76441 bytes res/localization/LameXP_TW.qm | Bin 56945 -> 56658 bytes res/localization/LameXP_UK.qm | Bin 82469 -> 81992 bytes res/localization/LameXP_ZH.qm | Bin 56945 -> 56658 bytes res/tools/opusdec.exe | Bin 418304 -> 267776 bytes res/tools/opusenc.exe | Bin 0 -> 476672 bytes res/tools/opusenc_ea7.exe | Bin 439296 -> 0 bytes res/tools/opusenc_std.exe | Bin 405504 -> 0 bytes src/Config.h | 4 +- src/Dialog_MainWindow.cpp | 17 +- src/Dialog_Processing.cpp | 1 - src/Encoder_Opus.cpp | 13 +- src/Encoder_Opus.h | 5 +- src/Model_Settings.cpp | 2 - src/Model_Settings.h | 1 - src/Tools.h | 5 +- 36 files changed, 1011 insertions(+), 1312 deletions(-) create mode 100644 res/tools/opusenc.exe delete mode 100644 res/tools/opusenc_ea7.exe delete mode 100644 res/tools/opusenc_std.exe diff --git a/doc/Changelog.html b/doc/Changelog.html index 8c153b5f..6ed3a98b 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -20,6 +20,7 @@ a:visited { color: #0000EE; } Changes between v4.06 and v4.07 [unreleased]:

Changes between v4.05 and v4.06 [2012-11-04]: