d92fb7fbcc
Updated Monkey's Audio binary to v4.11 (2011-04-20), including STDERR flush fix.
2012-02-21 22:36:13 +01:00
871866606d
Updated Musepack decoder binary to revision 475 (2011-08-10), compiled with ICL 12.1.6 and MSVC 10.0.
2012-01-26 21:32:53 +01:00
149910135c
Updated Monkey's Audio binary to v4.10 (2011-04-16).
2012-01-26 03:07:03 +01:00
50ac87149e
Updated dcaenc binary.
2012-01-14 01:35:50 +01:00
f857054dda
Added support for importing Meta tags from a CSV files.
2012-01-04 21:10:33 +01:00
1f001a65e2
Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification...
...
Also improved LameXP's IPC mechanism: There now are several slots for IPC-commands in the shared memory area ("queue support"). This way, the sender can post several commands in sequence without getting blocked. The receiver can process those at a later time.
2011-12-29 14:42:20 +01:00
a0a29b9551
Experimental support for dcaenc, by Alexander E. Patrakov <patrakov@gmail.com>.
2011-12-22 21:53:25 +01:00
1d9aaf90ed
Updated Chinese/Taiwanese translation. Thanks to 456Vv <123@456vv.com>.
2011-12-20 13:12:01 +01:00
2ff648b4fd
Updated MediaInfo binaries to v0.7.50 (2011-12-19), compiled with ICL 12.1.6 and MSVC 10.0.
2011-12-20 00:25:41 +01:00
1d16d04244
Updated Changelog.
2011-12-17 18:27:25 +01:00
dc63a2d115
Added Chinese translation by 456Vv <123@456vv.com>.
2011-12-17 16:53:13 +01:00
545b9b4967
Improved handling of different character encodings for M3U(8) and PLS playlist import.
2011-12-09 00:34:07 +01:00
8c72137fe1
Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only).
2011-12-04 20:33:06 +01:00
5585d53fc7
Print the total duration when the process is completed.
2011-11-28 00:35:43 +01:00
c1b88a7d07
Slightly tweaked formula to selected the number of instances based on CPU count. Maximum value is now 16.
2011-11-27 02:06:03 +01:00
da5dfdc85e
Added optional support for the QAAC encoder. Requires QuickTime v7.7.1 (or later) and the QAAC front-end.
2011-11-21 01:22:41 +01:00
16aaebec22
Updated LAME encoder binaries to v3.99.2 Final (2011-11-18), compiled with ICL 12.1.7 and MSVC 10.0.
2011-11-19 02:58:14 +01:00
9b3aada3c3
Updated MediaInfo binaries to v0.7.50 (2011-09-23), compiled with ICL 12.1.6 and MSVC 10.0.
2011-11-12 16:04:07 +01:00
f566aa466a
Updated LAME encoder to v3.99.1 Final (2011-11-05), compiled with ICL 12.1.6 and MSVC 10.0.
2011-11-11 20:39:31 +01:00
02b7cdc3e1
Added indicators for current CPU usage, RAM usage and free disk space to the processing window.
2011-10-29 16:26:09 +02:00
0126635669
Fixed a bug with the "Prepend relative source file path to output file" option: This option should not be in effect when "Save output files to the same location where the input file is located" is enabled. Therefore, in the GUI, the "Prepend relative source file path to output file" option was correctly disabled (greyed out) when "Save output files to the same location where the input file is located" was checked. Nonetheless "Prepend relative source file path to output file" could still be in effect, if the user had checked that option *before* it had been disabled (greyed out). This is fixed now.
2011-10-24 00:31:46 +02:00
6c67cb0012
Check if hibernation is support on the computer. If not, disable the hibernate option.
2011-10-22 01:34:24 +02:00
e5e9f63258
Updated LAME encoder to v3.99 Final (2011-10-17), compiled with ICL 12.1.6 and MSVC 10.0. Note: The "i386" binary uses CPU Runtime Detection with on optional(!) SSE2-optimized code path, while the "sse2" binary uses Intel-specific SSE2 optimizations and does NOT use CPU Runtime Detection.
2011-10-18 18:52:52 +02:00
b57d08b874
Updated Changelog.
2011-10-15 01:32:58 +02:00
de5b2458c1
Updated Qt Framework to v4.8.0 RC-1, built with Visual Studio 2010. Also improved OS detection a bit.
2011-10-14 18:02:37 +02:00
b6c72e9f84
Updated Changelog file.
2011-10-11 14:08:48 +02:00
84cc763278
Updated mpg123 decoder binary to v1.13.4 (2011-09-07), compiled with GCC 4.6.1.
2011-10-11 02:04:12 +02:00
0e31ec7cad
Added Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.
2011-10-03 01:33:12 +02:00
daa780d90f
Updated MediaInfo binaries to v0.7.49 (2011-09-09), compiled with MSVC 10.0 + some message box text refactoring.
2011-09-17 23:08:59 +02:00
c08fa1493a
Added support for a few Playlist file name prefixes. Will be chosen based on the file names in the Playlist.
2011-09-06 18:47:13 +02:00
24a8dcafa5
Updated changelog + more installer updates.
2011-08-27 16:24:03 +02:00
95f627ee1a
Some more clean-up for FhgAacEnc support + updated documents.
2011-08-21 14:43:18 +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
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
5ab869ed82
Added "Favorites" menu for output folders.
2011-08-08 20:26:30 +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
fbee147f07
Added an option option to enforce Stereo Downmix.
2011-08-05 21:52:43 +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
272cef76f4
Removed some more remnants of "old" WMA decoder + updated changelog.
2011-08-04 00:55:17 +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
fc5f428e64
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
2011-07-26 22:36:34 +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
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
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
251a70cc91
Updated Changelog.
2011-06-13 22:13:00 +02:00
f8f5707529
Added two new command-line switches: "--add-folder <path>" to add a single folder and "--add-recursive <path>" to add a folder recursively.
2011-06-11 17:18:30 +02:00
e076c5b5ec
Create proper .m3u8 playlist with UTF-8 BOM, if the file names contain Unicode characters. Otherwise create a simple .m3u playlist with Latin-1 encoding.
2011-06-02 02:11:47 +02:00
0bf5982275
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
2011-05-29 14:36:32 +02:00
5cd5f98f96
Cleaned-up main window code.
2011-05-21 13:07:17 +02:00