From 8c72137fe15a3914fe5874190bfd53f0216b8d0c Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 4 Dec 2011 20:33:06 +0100 Subject: [PATCH] Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only). --- doc/Changelog.html | 1 + doc/Manual.html | 2 +- etc/Deployment/_deploy.bat | 1 + etc/NSIS/setup.nsi | 1 + etc/Translation/Blank.nsh | 1 + etc/Translation/Blank.ts | 2 - etc/Translation/LameXP_DE.nsh | 1 + etc/Translation/LameXP_ES.nsh | 1 + etc/Translation/LameXP_PL.ts | 2 - etc/Translation/LameXP_RU.nsh | 1 + etc/Translation/LameXP_UK.nsh | 1 + src/Config.h | 4 +- src/Encoder_AAC.cpp | 91 +++++++++++++++++++++++++++++++---- src/Encoder_AAC.h | 3 ++ 14 files changed, 96 insertions(+), 16 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index 1d74b205..627750ea 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -22,6 +22,7 @@ a:visited { color: #0000EE; }
  • Updated MediaInfo to v0.7.51+ (2011-11-19), compiled with ICL 12.1.6 and MSVC 10.0
  • Implemented coalescing of update signals to reduce the CPU usage of the LameXP process (details)
  • Run more than four instances in parallel on systems with more than four CPU cores (details) +
  • Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only)
    Changes between v4.02 and v4.03: