Commit Graph

552 Commits

Author SHA1 Message Date
10ae6c8451 Better workaround for "ResizeToContents not updating" bug. 2011-08-23 17:01:11 +02:00
8300d58c46 Updated LAME binaries, compiled with ICL 12.0 and Win2k-fix. Also reorganized QRC files a bit. 2011-08-23 14:09:28 +02:00
fa6b08e68a Updated FAQ document. 2011-08-22 13:48:27 +02:00
137535927a Workaround for a bug in Qt's TableView that causes column widths to not be updated immediately when ResizeToContents is used. We have to force the update via event filter. 2011-08-22 00:03:36 +02:00
95797b11b5 Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-08-21 18:41:32 +02:00
95f627ee1a Some more clean-up for FhgAacEnc support + updated documents. 2011-08-21 14:43:18 +02:00
e811a64534 Slightly improved FhgAacEnc integration. 2011-08-19 19:25:01 +02:00
84883ab519 Added experimental(!) support for FhgAacEnc. Replaces the Nero AAC encoder, if available. 2011-08-19 15:27:58 +02:00
12828f386e Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-08-17 22:55:02 +02:00
85b2a5326f Updated MediaInfo binary to v0.7.48 (2011-08-17), compiled with MSVC 10.0 2011-08-17 22:54:15 +02:00
dfc752b764 Added "wma2wav" and "avs2wav" to About dialog. 2011-08-16 23:09:50 +02:00
02f50c8e68 Re-compiled more tools with Windows 2000 hack + reorganized CPU flags. 2011-08-16 22:31:04 +02:00
263e23ec14 Updated EncodePointer library. 2011-08-16 01:53:02 +02:00
fc538b24d5 Updated MediaInfo and wma2wav binaries with Win2k-compatible versions + installer tweaks. 2011-08-15 21:32:47 +02:00
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