| Rev. | Time | Author |
|---|---|---|
| da5dfdc | 2011-11-21 09:22:41 | |
|
Added optional support for the QAAC encoder. Requires QuickTime v7.7.1 (or later) and the QAAC front-end. |
||
| 3469858 | 2011-11-21 08:56:10 | |
|
Updated MediaInfo binaries to latest "trunk" version. |
||
| 5cac3fa | 2011-11-19 22:06:39 | |
|
Make sure that the extracted "cover art" image file is valid. |
||
| 16aaebe | 2011-11-19 10:58:14 | |
|
Updated LAME encoder binaries to v3.99.2 Final (2011-11-18), compiled with ICL 12.1.7 and MSVC 10.0. |
||
| 37cd023 | 2011-11-19 10:57:30 | |
|
Allow faster termination if the 'observer' threads. |
||
| da42e76 | 2011-11-19 04:48:09 | |
|
Merge branch 'master' of github.com:lordmulder/LameXP |
||
| 55a9104 | 2011-11-19 04:47:34 | |
|
Reduce polling interval of "observer" threads to limit the number update signals. |
||
| 330c3e0 | 2011-11-18 22:11:21 | |
|
Ignore some more files. |
||
| 3f3451e | 2011-11-17 06:56:32 | |
|
Implemented coalescing of progress updates, in order to reduce the number of signals that are sent to the main/GUI thread. Depending on the encoder/decoder used, this reduces the CPU time consumed by the LameXP process quite a bit. |
||
| a2cae5c | 2011-11-17 06:53:18 | |
|
Slightly tweak algorithm to automatically set the number of instances: Instead of restricting the number of instances to 4, we now use '(cpu_cores / 2) + 2' instances for more than 4 CPU cores. For at most 4 CPU cores, we still use 'cpu_cores' instances. This way we can use more than 4 instances on CPU's with more than 4 cores, but the number of instances won't grow linearly with the number of CPU cores - should help a bit to avoid HDD thrashing. |
||
| 61e5ab9 Release_403_r2 | 2011-11-13 00:17:07 | |
|
Version v4.03 R2 is released! |
||
| 9b3aada | 2011-11-13 00:04:07 | |
|
Updated MediaInfo binaries to v0.7.50 (2011-09-23), compiled with ICL 12.1.6 and MSVC 10.0. |
||
| f566aa4 | 2011-11-12 04:39:31 | |
|
Updated LAME encoder to v3.99.1 Final (2011-11-05), compiled with ICL 12.1.6 and MSVC 10.0. |
||
| cf87eab | 2011-11-12 02:08:58 | |
|
Merge branch 'master' of github.com:lordmulder/LameXP |
||
| be41021 | 2011-11-12 02:08:22 | |
|
Reworked SplashScreen fade-in and fade-out code a bit. |
||
| 84053a7 | 2011-11-08 23:12:31 | |
|
Use qMin() and qMax() instead of min() and max() macros. Also use qBound() where appropriate. |
||
| ce160fd | 2011-11-08 22:50:54 | |
|
Fixed compilation with Visual Studio 2008. |
||
| aa9a513 | 2011-11-08 01:29:07 | |
|
Fixed compilation *without* latest platform SDK. |
||
| 5a32fc3 | 2011-11-08 01:13:41 | |
|
Implemented a more correct way to initialize the ITaskbarList3 interface. We now actually wait for the "TaskbarButtonCreated" message. |
||
| b9a2ebf | 2011-11-06 22:19:47 | |
|
Make sure the "outer" installer isn't renamed to 'LameXP.exe' or 'LameXP-Portable.exe', because it confused the LockedList plug-in. |
||
| e5a8b23 | 2011-11-01 18:35:28 | |
|
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. |
||
| 10daa60 Release_403 | 2011-10-31 19:58:15 | |
|
Version v4.03 is released! |
||
| 623d149 | 2011-10-31 06:23:33 | |
|
Fixed context menu position mapping in "processing" dialog. |
||
| a7126f4 | 2011-10-31 05:41:00 | |
|
Display "N/A" if CPU usage cannot be determined (as on Win2k). |
||
| a6ddde7 | 2011-10-30 05:26:39 | |
|
Win2k fix: GetSystemTimes() is not available before WinXP with SP-1. |
||
| b1098f4 | 2011-10-30 04:11:51 | |
|
Bump patch version + minor improvements to previous commit. |
||
| 02b7cdc | 2011-10-29 23:26:09 | |
|
Added indicators for current CPU usage, RAM usage and free disk space to the processing window. |
||
| adc4edf | 2011-10-25 03:01:38 | |
|
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. |
||
| 0126635 | 2011-10-24 07:31:46 | |
|
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. |
||
| 330eb7c | 2011-10-24 05:02:08 | |
|
Updated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>. |
||