• R/O
  • HTTP
  • SSH
  • HTTPS

LameXP: List of commits

LameXP development repository


RSS
Rev. Time Author
da5dfdc 2011-11-21 09:22:41 lordmulder

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 lordmulder

Updated MediaInfo binaries to latest "trunk" version.

5cac3fa 2011-11-19 22:06:39 lordmulder

Make sure that the extracted "cover art" image file is valid.

16aaebe 2011-11-19 10:58:14 lordmulder

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 lordmulder

Allow faster termination if the 'observer' threads.

da42e76 2011-11-19 04:48:09 lordmulder

Merge branch 'master' of github.com:lordmulder/LameXP

55a9104 2011-11-19 04:47:34 lordmulder

Reduce polling interval of "observer" threads to limit the number update signals.

330c3e0 2011-11-18 22:11:21 lordmulder

Ignore some more files.

3f3451e 2011-11-17 06:56:32 lordmulder

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 lordmulder

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 lordmulder

Version v4.03 R2 is released!

9b3aada 2011-11-13 00:04:07 lordmulder

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 lordmulder

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 lordmulder

Merge branch 'master' of github.com:lordmulder/LameXP

be41021 2011-11-12 02:08:22 lordmulder

Reworked SplashScreen fade-in and fade-out code a bit.

84053a7 2011-11-08 23:12:31 lordmulder

Use qMin() and qMax() instead of min() and max() macros. Also use qBound() where appropriate.

ce160fd 2011-11-08 22:50:54 lordmulder

Fixed compilation with Visual Studio 2008.

aa9a513 2011-11-08 01:29:07 lordmulder

Fixed compilation *without* latest platform SDK.

5a32fc3 2011-11-08 01:13:41 lordmulder

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 lordmulder

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 lordmulder

Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

10daa60 Release_403 2011-10-31 19:58:15 lordmulder

Version v4.03 is released!

623d149 2011-10-31 06:23:33 lordmulder

Fixed context menu position mapping in "processing" dialog.

a7126f4 2011-10-31 05:41:00 lordmulder

Display "N/A" if CPU usage cannot be determined (as on Win2k).

a6ddde7 2011-10-30 05:26:39 lordmulder

Win2k fix: GetSystemTimes() is not available before WinXP with SP-1.

b1098f4 2011-10-30 04:11:51 lordmulder

Bump patch version + minor improvements to previous commit.

02b7cdc 2011-10-29 23:26:09 lordmulder

Added indicators for current CPU usage, RAM usage and free disk space to the processing window.

adc4edf 2011-10-25 03:01:38 lordmulder

Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

0126635 2011-10-24 07:31:46 lordmulder

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 lordmulder

Updated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>.

Show on old repository browser