|
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 |
|
|
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 |
|
|
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 |
|
|
fc538b24d5
|
Updated MediaInfo and wma2wav binaries with Win2k-compatible versions + installer tweaks.
|
2011-08-15 21:32:47 +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 |
|
|
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 |
|
|
270f2fd1ec
|
Further increased timeout delay to 10 Minutes. It seems FAAD sometimes stops sending status updates :-/
|
2011-07-26 22:23:32 +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 |
|
|
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 |
|
|
df671a7be2
|
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
|
2011-06-12 02:37:22 +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 |
|
|
63b9bac56a
|
Added installer workaround for known improper redistribution packages.
|
2011-06-10 21:55:50 +02:00 |
|
|
2b305a25ed
|
Updated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>.
|
2011-06-07 00:44:14 +02:00 |
|
|
db0a1bc6ff
|
Bump version.
|
2011-06-06 22:28:38 +02:00 |
|
|
a6e629c3af
|
Show custom icons for some "known" folders.
|
2011-06-05 14:52:45 +02:00 |
|
|
5724790013
|
Implemented late initialization of the QFileSystemModel. Should make the first switch to the "Output Folder" tab a bit faster.
|
2011-06-04 22:43:14 +02:00 |
|
|
3e0056d0fc
|
Implemented as custom QFileIconProvider class, which (hopefully) is a bit faster than the original one.
|
2011-06-04 19:15:32 +02:00 |
|
|
ef4c8f3051
|
Updated Russian translation. Thanks to Neonailol <neonailol@gmail.com>.
|
2011-06-04 16:00:05 +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 |
|
|
d452e92bd4
|
Detect and show audio bitrate + added an option to copy a file's meta info to the 'meta info' tab + do not jump to first tab on minimize/restore.
|
2011-05-31 19:04:45 +02:00 |
|
|
a955f791e9
|
Generate nicer output file names in Cue Splitter.
|
2011-05-29 16:57:38 +02:00 |
|
|
0bf5982275
|
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
|
2011-05-29 14:36:32 +02:00 |
|
|
a7b42c0e1e
|
Do not add the files directly in the Drag&Drop event routine. Instead only remember files and add them asynchronously. This way Windows Explorer won't freeze while we are adding the files.
|
2011-05-27 11:29:40 +02:00 |
|
|
7d16cc93dd
|
Updated 'avs2wav' tool one yet another time.
|
2011-05-24 20:14:54 +02:00 |
|
|
b63ac4afd5
|
Updated 'avs2wav' tool one more time.
|
2011-05-23 21:48:12 +02:00 |
|
|
e83b2149f5
|
Once again updated 'avs2wav' tool. Should now create more correct Wave files that Nero AAC encoder will accept.
|
2011-05-22 20:35:17 +02:00 |
|
|
b0a6432b88
|
Make Avisynth analyzer check the exit code of avs2wav.
|
2011-05-21 23:51:28 +02:00 |
|
|
eece27de06
|
Much improved Avisynth input. Now actually detect Avisynth scripts and read meta-info.
|
2011-05-21 21:08:10 +02:00 |
|
|
0d254e20c4
|
Updated avs2wav tool (once again).
|
2011-05-21 14:52:34 +02:00 |
|
|
5cd5f98f96
|
Cleaned-up main window code.
|
2011-05-21 13:07:17 +02:00 |
|
|
a66e6e9203
|
Bugfix: Correctly disable Nero AAC option, if the Nero AAC encoder isn't available. Before this check was skipped, if Nero notifications were disabled!
|
2011-05-20 19:21:09 +02:00 |
|
|
c44d0020c9
|
Updated avs2wav tool (again) + fixed a bug with the "meta info" tab and the "edit" button.
|
2011-05-20 18:13:08 +02:00 |
|
|
981538fb16
|
Updated avs2wav tool.
|
2011-05-20 13:15:22 +02:00 |
|
|
773576b3a4
|
Added support for Avisynth input (audio only!) using the 'avs2wav' tool. This is a stripped-down and cleaned-up version of the tool by Jory Stone <jcsston@toughguy.net>.
|
2011-05-19 23:07:46 +02:00 |
|
|
0db0a70232
|
Updated French translation. Thanks to Dodich Informatique <dodich@live.fr>.
|
2011-05-19 00:12:45 +02:00 |
|
|
45dd277e99
|
Much simplified indexToString() using a QTime object.
|
2011-05-18 00:36:51 +02:00 |
|
|
352bfd4864
|
Improved precision of the indexToString() function. The Cue Sheet splitter should be able cut more precise now!
|
2011-05-17 20:06:01 +02:00 |
|
|
db661fc50c
|
Show a warning when the user tries to add a Cue Sheet like a normal file.
|
2011-05-17 01:14:50 +02:00 |
|
|
5cccd4de81
|
Implemented a better method to abort FileAnalyzer thread.
|
2011-05-16 21:02:24 +02:00 |
|
|
489829fb37
|
Refactored Cue Sheet splitter thread: Now we simply pass a pointer to the Cue Sheet model into the Cue Sheet splitter thread instead of having to copying all the information in the Cue Sheet import dialog. Also the Cue Sheet import process can now be aborted by the user.
|
2011-05-16 18:05:50 +02:00 |
|
|
243993434e
|
Fixed a memory leak: Decoder objects were never destroyed!
|
2011-05-15 18:54:40 +02:00 |
|
|
f8f792f23f
|
The Cue Sheet splitter will now also handle input files that are not PCM/Wave.
|
2011-05-15 18:53:44 +02:00 |
|
|
9296fc32b6
|
Cue Sheet splitter improvements/fixes + German translation updates.
|
2011-05-15 15:14:33 +02:00 |
|
|
55b5393768
|
Implemented Cue Sheet splitter thread. Basic Cue Sheet import should work now, but only uncompressed Wave/PCM files are supported.
|
2011-05-15 01:45:27 +02:00 |
|
|
564cad5047
|
First step for Cue Sheet splitting: Call the FileAnalyzer thread in order to analyze all source files.
|
2011-05-14 18:34:34 +02:00 |
|
|
49dd3f0446
|
Improve Cue Sheet parser: Calculate duration of each track + make sure each track# isn't used multiple times + refactored error codes into an enum.
|
2011-05-14 15:54:04 +02:00 |
|
|
3e7c2d59e8
|
Show working banner while parsing a Cue Sheet file + reject Cue Sheet files larger than 10 MB (these probably are not Cue Sheets, but parsing would take very long).
|
2011-05-13 13:17:21 +02:00 |
|
|
ecd4c4c762
|
Implemented a very basic Cue Sheet parser.
|
2011-05-13 02:44:20 +02:00 |
|
|
c87a9b6217
|
Added "Cue Sheet" importer to GUI. Actual Cue Sheet parsing and splitting not yet implemented, but the model already works.
|
2011-05-12 22:57:08 +02:00 |
|
|
c1ca3a2302
|
Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.
|
2011-05-10 16:11:03 +02:00 |
|
|
738d8ee21e
|
Auto-Update improvements: Now we query InternetGetConnectedState() before testing the Internet connection. This avoids a lengthy connection test on computers that are offline anyway. Moreover the connection test will now prevent HTTP redirection. This is required, because some ISP's redirect to a "search page" if the DNS lookup fails - rather than triggering a connection error (which is what they are supposed to do!). Also added a few more hosts to the list of known hosts.
|
2011-05-09 22:22:15 +02:00 |
|
|
70b097c380
|
Decrease font-size in second "About" dialog a bit, so it fits better with small screens.
|
2011-05-09 09:54:50 +02:00 |
|
|
6fc5458460
|
Updated FAQ document + added 'Don't Show Again' buttons to some dialogs.
|
2011-05-08 19:41:25 +02:00 |
|
|
9df1febaec
|
Updated FAQ document.
|
2011-05-07 15:50:21 +02:00 |
|