Commit Graph

538 Commits

Author SHA1 Message Date
5d3ef86cfe Updated install script. We can now allow installation on Windows 2000 again. 2011-08-15 15:49:48 +02:00
b2d1eceb41 Restored Windows 2000 support: Added hacks that avoid dependency on EncodePointer() and DecodePointer(), as these functions are missing from KERNEL32.DLL in Windows 2000. 2011-08-15 15:34:44 +02:00
7e14e0f1a7 Restored Windows 2000 support (experimental!). 2011-08-15 15:27:56 +02:00
0ff44da0ce Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-08-09 13:46:21 +02:00
74b06e7541 Updated German translation. 2011-08-08 20:45:59 +02:00
5ab869ed82 Added "Favorites" menu for output folders. 2011-08-08 20:26:30 +02:00
3c87a01c59 Added two more channel configurations. 2011-08-08 03:53:42 +02:00
35e80de71d Tweaked downmix channel weights. 2011-08-07 23:54:47 +02:00
dae4def2fa Downmix filter will now check if the input already is Mono/Stereo, so we can safely invoke the filter for ALL sources. 2011-08-07 14:04:17 +02:00
ea4b30a12a In Downmix filter: Choose the "remix" parameters based on the number of input channels. 2011-08-07 04:06:03 +02:00
3f90295c70 Use "remix" filter instead of "-c" option for downmixing. Hopefully gives better results. Default WAVE channel ordering is assumed. 2011-08-06 21:52:56 +02:00
1fdfab1160 Refactored code to insert the Downmix filter in processing thread. 2011-08-06 18:56:09 +02:00
ce872af94c Apply "Force Stereo Downmix" only for sources with more than two channels. 2011-08-06 14:12:20 +02:00
fbee147f07 Added an option option to enforce Stereo Downmix. 2011-08-05 21:52:43 +02:00
229357f77c Preview example file name for current rename pattern. 2011-08-05 15:41:19 +02:00
613c9721a7 Prevent rename pattern edit box from being translated, so the text won't be lost anymore. 2011-08-05 02:33:32 +02:00
7e1f790e9b Added an option to rename the output files (based on an user-defined pattern). More macros might be added at a later time. 2011-08-04 23:26:38 +02:00
93d4fb14ee Make lamexp_clean_filename() a global function. 2011-08-04 20:35:40 +02:00
272cef76f4 Removed some more remnants of "old" WMA decoder + updated changelog. 2011-08-04 00:55:17 +02:00
90d304fac2 Updated wma2wav binary to 2011-07-31. 2011-07-31 21:31:30 +02:00
ff622e29c0 Fixed a bug that could files to be added twice. Files weren't actually added two times, because we have a check for duplicate files later, but the error message for unsupported/rejected files did pop up twice! 2011-07-28 13:37:00 +02:00
816e874c4c Initialize stdout and stderr in a way that won't mangle UTF-8 string. Now we can use standard fprintf() to output UTF-8 string to the console -> console output workarounds removed. 2011-07-28 13:35:24 +02:00
7127271652 Updated MediaInfo binaries to v0.7.47 (2011-07-27), compiled with MSVC 10.0. 2011-07-27 22:17:43 +02:00
74e6bb7672 Converted Ukrainian installer translation from Cyrillic Codepage (Windows-1251) to proper UTF-8. 2011-07-26 23:01:31 +02:00
fc5f428e64 Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-07-26 22:36:34 +02:00
270f2fd1ec Further increased timeout delay to 10 Minutes. It seems FAAD sometimes stops sending status updates :-/ 2011-07-26 22:23:32 +02:00
d60b22ecc8 Added wma2wav binary, compiled 2011-07-26. 2011-07-26 22:18:04 +02:00
327ca1ae75 Added 'wma2wav' as WMA decoder and removed all support for WMA decoder by NCH Swift Sound. 2011-07-26 22:17:14 +02:00
c5606cf45a Use QtConcurrent::run() in ShellIntegration class instead of manually managing the thread. ShellIntegration is now completely static and must not be instantiated. 2011-07-15 13:44:32 +02:00
54c6cae91b Updated MediaInfo binaries to v0.7.46 (2011-07-04), compiled with MSVC 10.0. 2011-07-14 02:03:04 +02:00
79b555fc23 Updated Web Update utility. Now with "Aero Glass" theming enabled, thanks to NSIS Aero plug-in. 2011-07-12 20:29:22 +02:00
3a7129cbf4 Check InternetGetConnectedState() in an asynchronous way + update list of mirrors. 2011-07-10 21:46:43 +02:00
8c95b78e68 Updated install script to use the Aero plug-in, which will use an "Aero Glass"-style window on supported OS. 2011-07-07 19:40:49 +02:00
2d18aecd55 Updated web-site URL + more tweaks to hash algorithm. 2011-07-06 23:30:43 +02:00
c0f13b2624 Fixed file name generation in Cue Sheet splitter: If the title of a track contains characters that are not allowed in a file name, we have to replace them. 2011-07-02 16:40:15 +02:00
87a3166f8b New file hash algorithm (still based on SHA-1). 2011-07-02 16:38:46 +02:00
7994e06822 LockedFile class: Initialize QFile object with existing file descriptor instead of re-opening the file. This is done in order to avoid one CreateFile() call, which potentially speeds up the initialization procedure and/or avoids potential problems with bogus "anti-virus" programs. WARNING: Passing file descriptors into Qt functions/class works with "fully static" builds only! Otherwise the "main" application and the Qt DLL's use their own CRT each, which results in crash when passing file descriptors between the different CRT's. 2011-06-26 19:21:00 +02:00
bde198ee10 Five new strings to translate. 2011-06-26 15:33:44 +02:00
3ad816f660 Show a warning to the use in case of "slow" startup (i.e. when buggy a/v is slowing down the startup procedure) 2011-06-24 18:17:04 +02:00
5ac65284ff Make "LockedFile" class more robust against buggy a/v software + some refactoring. 2011-06-23 16:50:02 +02:00
8eba258624 Use structured exception handling. 2011-06-22 01:10:53 +02:00
e0131ac18b Fixed compilation in Visual Studio 2008. 2011-06-21 22:07:22 +02:00
63bf596ce8 Recognize WMA decoder (wamwav.exe) from the LameXP program directory. Might be helpful for people using LameXP as a portable application. 2011-06-21 16:23:42 +02:00
ee6b909065 Updated FAQ document. 2011-06-21 14:35:46 +02:00
680d306ad9 Version v4.02 is released! 2011-06-14 19:04:08 +02:00
252d48ed6b Increase process timeout interval to 180 seconds. Should avoid Timeout errors on "very slow" systems, although I think 30 seconds should be sufficient (so the actual problem might be something else). 2011-06-14 13:06:27 +02:00
251a70cc91 Updated Changelog. 2011-06-13 22:13:00 +02:00
5c2961e109 Don't display more than 50 table items in the processing window. It seems Qt is getting a bit slow on updates when there are a lot of items in the table view... 2011-06-13 18:59:21 +02:00
76046b4ae5 Bump version. 2011-06-12 14:43:07 +02:00
ca1c1b46d4 Make sure that the output folder label is updated when the output folder (tree item) is changed via keyboard. 2011-06-12 03:18:37 +02:00