Commit Graph

1782 Commits

Author SHA1 Message Date
ef1e7911e2 Updated FAQ document. 2011-03-15 11:44:48 +01:00
4c8cdb98e7 Fix a syntax error. 2011-03-13 23:42:39 +01:00
a9b2c81abe Updated FAQ document. 2011-03-13 20:55:51 +01:00
c4983e3a4c Added macros for a Unicode-safe version of qDebug(), qWarning() and qFatal(). These will pass the UFT-8 string with a Base64 encoding. 2011-03-12 21:58:46 +01:00
deff9ec023 Updated FAQ document. 2011-03-12 02:04:09 +01:00
4c269c1d9a Updated FAQ document. 2011-03-12 01:50:43 +01:00
4973aeca68 Implemented a workaround to pass UTF-8 strings through qDebug(): As the argument of qDebug() is defined as char*, we cannot pass UTF-16 strings. And as qDebug() mangles UTF-8 strings, we cannot pass UTF-8 encoded strings directly either. Consequently we will now encode UTF-8 strings as Base64 before passing them to qDebug(). A special prefix ("@BASE64@") is used to indicate Base64 encoded strings. 2011-03-10 02:07:51 +01:00
3f40f1ed66 Fix AAC encoding in CBR mode: Don't set the "-2pass" parameter when CBR mode is used, as this will cause the Nero AAC encoder to abort with error. 2011-03-09 17:40:26 +01:00
078dc62c79 Updates for German translation by Bodo Thevissen <bodo@thevissen.de>. 2011-03-09 00:20:36 +01:00
f2ab4c0467 Changed behavior of lamexp_temp_folder() function: Try to create the temporary folder in %TMP% first and fall back to "%LOCALAPPDATA%\Temp" only if %TMP% doesn't exist or isn't writable. 2011-03-08 01:12:40 +01:00
9f8db9c010 Added code to remove obsolete/unknown group's from the config file, so information left from previous versions will not flood the config file. 2011-03-05 17:43:57 +01:00
698480e185 Dummy commit. 2011-03-05 03:51:12 +01:00
005aeb38e8 Merge branch 'master' of ssh://lamexp.git.sourceforge.net/gitroot/lamexp/lamexp 2011-03-05 03:49:18 +01:00
4346a34bf6 Updated MediaInfo binaries to v0.7.42 (2011-03-03), compiled with ICL 12.0.2 and MSVC 9.0. 2011-03-05 03:27:52 +01:00
f0a7686b72 Dummy commit. 2011-03-05 03:01:36 +01:00
3f718caa2d Updated MediaInfo binaries to v0.7.42 (2011-03-03), compiled with ICL 12.0.2 and MSVC 9.0. 2011-03-05 01:56:00 +01:00
0e0f63fe0d Output log messages as debug strings, if no console is attached. 2011-03-04 23:46:00 +01:00
92a2835519 Output log messages as debug strings, if now console is attached. 2011-03-04 23:40:09 +01:00
82e64a9a00 Updated FAQ document. 2011-03-02 23:15:15 +01:00
1e2044d1a1 Updated FAQ document and license text (RTF version). 2011-03-02 19:27:49 +01:00
15282c6591 Updated LAME binary to v3.99 Alpha-14 (2011-02-28), compiled with ICL 12.0.2. 2011-02-28 22:35:47 +01:00
aa02ad742c Output warning message to the log when a process has to be killed due to a timeout. 2011-02-28 17:53:17 +01:00
14a129f058 Updated OggEnc binary to v2.87 using aoTuV Beta-6.02 (2011-02-28), compiled with ICL 11.1 and MSVC 9.0. 2011-02-28 17:52:43 +01:00
fe6c43dbaa Updated FAQ document. 2011-02-28 04:05:00 +01:00
63d6708fc1 Refactored a few constants. 2011-02-28 01:28:27 +01:00
d2a2954188 Updated installer script. 2011-02-27 22:28:34 +01:00
d3c1a14f1f Fix hyperlink in 'ReadMe' file. 2011-02-26 22:46:28 +01:00
f1c7269cd5 Updated installer script. 2011-02-26 21:23:10 +01:00
75e3854ac5 Update translator's guide. 2011-02-26 20:02:16 +01:00
a85ee8fc40 Fix syntax of Changelog and F.A.Q. document (should be valid HTML 4.01 Transitional now!) 2011-02-26 19:59:01 +01:00
f829d69636 Added an option to select a user-defined TEMP directory. 2011-02-25 22:03:39 +01:00
efbb182372 Added support for Windows 7 Taskbar Progress to "Update" dialog. 2011-02-25 13:40:45 +01:00
f75c3ca496 Added an option to manually specify the number of parallel instances. 2011-02-25 00:22:18 +01:00
298bee4b99 Fixed LAME binary, previous build was borked for some reason. 2011-02-25 00:20:36 +01:00
831e74cb7d Updated FAQ document. 2011-02-24 22:16:07 +01:00
bdee102e35 Updated LAME binary to v3.99 Alpha-12 (2011-02-13), compiled with ICL 12.0.2. 2011-02-24 13:41:21 +01:00
76f7a3f530 Updated OggEnc binary to v2.87 using aoTuV Beta-6.01 (2011-02-23), compiled with ICL 11.1 and MSVC 9.0. 2011-02-24 13:40:02 +01:00
987dce8c3b Updated FAQ document. 2011-02-23 15:34:02 +01:00
5f5435c79d Fix syntax errors in install script. 2011-02-23 02:52:44 +01:00
0f9dddad65 Extend deployment script to re-build (update + release) translation files. 2011-02-23 02:43:06 +01:00
442ff4095d Updated OggEnc binary to v2.87 using aoTuV Beta-6 (2011-02-22), compiled with ICL 11.1 and MSVC 9.0. 2011-02-23 02:19:50 +01:00
950422e63f Update "About" dialog. 2011-02-21 17:59:26 +01:00
9ba92600cb Updated Russian translation by Neonailol <neonailol@gmail.com>. 2011-02-21 17:31:25 +01:00
2da54a2e9b Improve Uninstaller a bit. 2011-02-21 17:28:01 +01:00
994fdeefb0 Added Ukrainian translation by Arestarh <arestarh@ukr.net>. 2011-02-21 16:18:47 +01:00
7354c8e023 Bump version. 2011-02-21 13:32:37 +01:00
39356690db Update installer script. 2011-02-21 13:25:02 +01:00
979205e4a1 Fixed one typo. 2011-02-21 13:22:00 +01:00
c3992fd61b Updated Russian translation by Neonailol <neonailol@gmail.com>. 2011-02-21 13:12:13 +01:00
c1cde1acd8 Invoke the "resampling" filter only if the target sampling rate is really different from the file's current sampling rate. 2011-02-20 20:19:48 +01:00