From 9323260e32afb9f8ee4275704eb1d4a367e3a233 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 7 Jul 2013 23:49:29 +0200 Subject: [PATCH] The encoder configuration (rc-mode, bitrate, quality-level) is now maintained *separately* for each encoder. This was quite a massive change and needs more testing! Also a bug where OggEnc quality modes -2 and -1 would be clipped 0 has been fixed. --- doc/Changelog.html | 2 + etc/Translation/Blank.ts | 538 +++++++++++++++--------------- etc/Translation/LameXP_EN.ts | 34 +- etc/Translation/LameXP_PL.ts | 538 +++++++++++++++--------------- etc/Translation/LameXP_SV.ts | 538 +++++++++++++++--------------- src/Config.h | 4 +- src/Dialog_MainWindow.cpp | 620 ++++++++++++++++++++++++++--------- src/Dialog_MainWindow.h | 3 + src/Dialog_Processing.cpp | 63 ++-- src/Encoder_Abstract.h | 12 +- src/Encoder_Vorbis.cpp | 5 + src/Encoder_Vorbis.h | 1 + src/Model_Settings.cpp | 255 ++++++++------ src/Model_Settings.h | 140 ++++---- 14 files changed, 1580 insertions(+), 1173 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index b6896c33..00db31d2 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -19,11 +19,13 @@ a:visited { color: #0000EE; } Changes between v4.07 and v4.08 [unreleased]:

Changes between v4.06 and v4.07 [2013-04-28]: