From 278f9091fb4136a3820742fed9045d76c5cd63d9 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sat, 21 Jul 2012 19:16:12 +0200 Subject: [PATCH] Replaced the Opus encoder/decoder binary wit custom binaries that support UTF-8 file names and flush the console output properly + expose more Opus encoder options in the GUI. --- doc/Changelog.html | 2 +- etc/Deployment/_deploy.bat | 7 +- etc/Translation/Blank.ts | 641 +++++++++++++++++++++++------------------- etc/Translation/LameXP_DE.ts | 64 ++++- etc/Translation/LameXP_ES.ts | 48 ++++ etc/Translation/LameXP_FR.ts | 48 ++++ etc/Translation/LameXP_IT.ts | 48 ++++ etc/Translation/LameXP_KR.ts | 48 ++++ etc/Translation/LameXP_PL.ts | 641 +++++++++++++++++++++++------------------- etc/Translation/LameXP_RU.ts | 48 ++++ etc/Translation/LameXP_SV.ts | 641 +++++++++++++++++++++++------------------- etc/Translation/LameXP_TW.ts | 48 ++++ etc/Translation/LameXP_UK.ts | 48 ++++ etc/Translation/LameXP_ZH.ts | 48 ++++ etc/Translation/update.lst | 4 + gui/MainWindow.ui | 254 ++++++++++++++++- res/localization/LameXP_DE.qm | Bin 78314 -> 79661 bytes res/localization/LameXP_ES.qm | Bin 80012 -> 80282 bytes res/localization/LameXP_FR.qm | Bin 65256 -> 65526 bytes res/localization/LameXP_SV.qm | Bin 74232 -> 74502 bytes res/localization/LameXP_TW.qm | Bin 54845 -> 55115 bytes res/localization/LameXP_UK.qm | Bin 79615 -> 79885 bytes res/localization/LameXP_ZH.qm | Bin 54845 -> 55115 bytes res/tools/opusdec.exe | Bin 311808 -> 204800 bytes res/tools/opusenc.exe | Bin 331264 -> 208384 bytes src/Config.h | 4 +- src/Decoder_Opus.cpp | 11 +- src/Dialog_MainWindow.cpp | 26 +- src/Dialog_MainWindow.h | 1 + src/Dialog_Processing.cpp | 3 + src/Encoder_AAC.cpp | 5 + src/Encoder_AAC.h | 1 + src/Encoder_Abstract.cpp | 6 + src/Encoder_Abstract.h | 1 + src/Encoder_Opus.cpp | 84 +++++- src/Encoder_Opus.h | 9 + src/Model_Settings.cpp | 6 + src/Model_Settings.h | 3 + src/Thread_Process.cpp | 2 +- src/Tools.h | 4 +- 40 files changed, 1894 insertions(+), 910 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index d3189798..ca4891f6 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]: