From 7339a05c23443dd363f34a4143f83ce8616c8d13 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Mon, 29 Oct 2012 20:47:49 +0100 Subject: [PATCH] Updated ALAC decoder binary to refalac v0.56, based on ALAC reference implementation by Apple (Apache License). --- doc/Changelog.html | 1 + etc/Translation/Blank.ts | 58 +++++++++++++++++----------------- 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 | 50 ++++++++++++++--------------- etc/Translation/LameXP_RU.ts | 16 +++++----- etc/Translation/LameXP_SV.ts | 50 ++++++++++++++--------------- etc/Translation/LameXP_TW.ts | 16 +++++----- etc/Translation/LameXP_UK.ts | 16 +++++----- etc/Translation/LameXP_ZH.ts | 16 +++++----- res/Tools_Decd.qrc | 2 +- res/localization/LameXP_DE.qm | Bin 80925 -> 81044 bytes res/localization/LameXP_ES.qm | Bin 83059 -> 82730 bytes res/localization/LameXP_FR.qm | Bin 64712 -> 64391 bytes res/localization/LameXP_KR.qm | Bin 63138 -> 62841 bytes res/localization/LameXP_PL.qm | Bin 80054 -> 79739 bytes res/localization/LameXP_SV.qm | Bin 77185 -> 76868 bytes res/localization/LameXP_TW.qm | Bin 57212 -> 56945 bytes res/localization/LameXP_UK.qm | Bin 82804 -> 82469 bytes res/localization/LameXP_ZH.qm | Bin 57212 -> 56945 bytes res/tools/alac.exe | Bin 40960 -> 0 bytes res/tools/refalac.exe | Bin 0 -> 456704 bytes src/Config.h | 2 +- src/Decoder_ALAC.cpp | 29 ++++++++++++++--- src/Dialog_About.cpp | 15 ++++++--- src/Tools.h | 2 +- 29 files changed, 190 insertions(+), 163 deletions(-) delete mode 100644 res/tools/alac.exe create mode 100644 res/tools/refalac.exe diff --git a/doc/Changelog.html b/doc/Changelog.html index dd6cd13b..e9d73f90 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -20,6 +20,7 @@ a:visited { color: #0000EE; } Changes between v4.05 and v4.06 [unreleased]: