OSDN Git Service

lamexp/LameXP.git
12 years agoAdded support for importing Meta tags from a CSV files.
lordmulder [Wed, 4 Jan 2012 20:10:33 +0000 (21:10 +0100)]
Added support for importing Meta tags from a CSV files.

12 years agoAdded support for exporting Meta tags to a simple CSV file.
lordmulder [Wed, 4 Jan 2012 02:23:07 +0000 (03:23 +0100)]
Added support for exporting Meta tags to a simple CSV file.

12 years agoHappy New Year 2012!
lordmulder [Sun, 1 Jan 2012 23:52:27 +0000 (00:52 +0100)]
Happy New Year 2012!

12 years agoFixed AC-3 encoding with sources that have more than 6 channels.
lordmulder [Sun, 1 Jan 2012 20:31:48 +0000 (21:31 +0100)]
Fixed AC-3 encoding with sources that have more than 6 channels.

12 years agoUpdated x64 binaries with latest MPress version. Also removed Windows 8 workaround.
lordmulder [Fri, 30 Dec 2011 19:21:25 +0000 (20:21 +0100)]
Updated x64 binaries with latest MPress version. Also removed Windows 8 workaround.

12 years agoUpdated German translation.
lordmulder [Thu, 29 Dec 2011 19:12:04 +0000 (20:12 +0100)]
Updated German translation.

12 years agoUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
lordmulder [Thu, 29 Dec 2011 18:52:42 +0000 (19:52 +0100)]
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

12 years agoBetter handling of system shutdown. Now using the Qt event system to broadcast a...
lordmulder [Thu, 29 Dec 2011 13:42:20 +0000 (14:42 +0100)]
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.

12 years agoAdded simple log-file support. Use environment variable "LAMEXP_LOGFILE" to setup...
lordmulder [Tue, 27 Dec 2011 19:10:19 +0000 (20:10 +0100)]
Added simple log-file support. Use environment variable "LAMEXP_LOGFILE" to setup a log file.

12 years agoPrevent some more dialogs from blocking a quick system shutdown.
lordmulder [Tue, 27 Dec 2011 12:51:01 +0000 (13:51 +0100)]
Prevent some more dialogs from blocking a quick system shutdown.

12 years agoWindows will kill our process immediately after we return from handling the WM_ENDSES...
lordmulder [Tue, 27 Dec 2011 04:47:38 +0000 (05:47 +0100)]
Windows will kill our process immediately after we return from handling the WM_ENDSESSION message, so we have to clean-up explicitly *before* returning from the message handler. Not nice, but there is no other way. Also, as Windows will kill our process anyway and thus prevent a proper application shutdown, we can just call exit() from the message handler. This makes sure nothing "unexpected" can happen in the short moment that our application would continue to run after returning from the message handler.

12 years agoUpdated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.
lordmulder [Tue, 27 Dec 2011 04:08:19 +0000 (05:08 +0100)]
Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.

12 years agoExplicitly handle WM_QUERYENDSESSION and WM_ENDSESSION messages to make sure LameXP...
lordmulder [Tue, 27 Dec 2011 04:04:53 +0000 (05:04 +0100)]
Explicitly handle WM_QUERYENDSESSION and WM_ENDSESSION messages to make sure LameXP won't block Windows from shutting down.

12 years agoSome refactoring of the icon initialization code.
lordmulder [Mon, 26 Dec 2011 20:02:55 +0000 (21:02 +0100)]
Some refactoring of the icon initialization code.

12 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Sun, 25 Dec 2011 21:29:38 +0000 (22:29 +0100)]
Merge branch 'master' of github.com:lordmulder/LameXP

12 years agoAdded one more "special" application icon.
lordmulder [Sun, 25 Dec 2011 21:29:04 +0000 (22:29 +0100)]
Added one more "special" application icon.

12 years agoUpdated Ukrainian translation.
Andriy Bilous'ko [Sun, 25 Dec 2011 14:55:20 +0000 (16:55 +0200)]
Updated Ukrainian translation.

12 years agoUpdated QT Linguist download URL.
lordmulder [Sun, 25 Dec 2011 01:38:07 +0000 (02:38 +0100)]
Updated QT Linguist download URL.

12 years agoMerge branch 'master' of ssh://lamexp.git.sourceforge.net/gitroot/lamexp/lamexp
lordmulder [Sun, 25 Dec 2011 00:05:03 +0000 (01:05 +0100)]
Merge branch 'master' of ssh://lamexp.git.sourceforge.net/gitroot/lamexp/lamexp

Conflicts:
res/MainIcon5.png
src/Config.h
src/Global.cpp

12 years agoAdded some more "special" application icons.
lordmulder [Sat, 24 Dec 2011 19:04:49 +0000 (20:04 +0100)]
Added some more "special" application icons.

12 years agoAdded some more "special" application icons.
lordmulder [Sat, 24 Dec 2011 19:04:49 +0000 (20:04 +0100)]
Added some more "special" application icons.

12 years agoMake the CPU usage indicator work on Windows 2000.
lordmulder [Sat, 24 Dec 2011 03:20:23 +0000 (04:20 +0100)]
Make the CPU usage indicator work on Windows 2000.

12 years agoUpdated dcaenc binary.
lordmulder [Fri, 23 Dec 2011 22:33:43 +0000 (23:33 +0100)]
Updated dcaenc binary.

12 years agoRestrict bitrate selector for dcaenc to a sane range. It seems everything above 4096...
lordmulder [Fri, 23 Dec 2011 01:29:06 +0000 (02:29 +0100)]
Restrict bitrate selector for dcaenc to a sane range. It seems everything above 4096 kbps will fail, even with 6 channels.

12 years agoUpdated dcaenc. Also encoders can now report all supported channel numbers and downmi...
lordmulder [Thu, 22 Dec 2011 23:43:11 +0000 (00:43 +0100)]
Updated dcaenc. Also encoders can now report all supported channel numbers and downmix will be invoked as needed. We still downmix to Stereo, if the given channel number isn't supported. In a future version we should downmix to the most suitable supported channel number.

12 years agoExperimental support for dcaenc, by Alexander E. Patrakov <patrakov@gmail.com>.
lordmulder [Thu, 22 Dec 2011 20:53:25 +0000 (21:53 +0100)]
Experimental support for dcaenc, by Alexander E. Patrakov <patrakov@gmail.com>.

12 years agoImproved the resample filter. It will now also handle the adjustment of the bit-depth.
lordmulder [Thu, 22 Dec 2011 17:36:41 +0000 (18:36 +0100)]
Improved the resample filter. It will now also handle the adjustment of the bit-depth.

12 years agoUpdate file properties after the decoding step by using SoX in "--i" mode. Required...
lordmulder [Wed, 21 Dec 2011 23:06:34 +0000 (00:06 +0100)]
Update file properties after the decoding step by using SoX in "--i" mode. Required, because some properties (such as 'bits per sample') cannot be known beforehand.

12 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Wed, 21 Dec 2011 21:09:05 +0000 (22:09 +0100)]
Merge branch 'master' of github.com:lordmulder/LameXP

12 years agoUpdated Chinese/Taiwanese translation. Thanks to 456Vv <123@456vv.com>.
lordmulder [Wed, 21 Dec 2011 21:08:39 +0000 (22:08 +0100)]
Updated Chinese/Taiwanese translation. Thanks to 456Vv <123@456vv.com>.

12 years agoUpdated Ukrainian translation.
Andriy Bilous'ko [Wed, 21 Dec 2011 13:50:47 +0000 (15:50 +0200)]
Updated Ukrainian translation.

12 years agoPrepare to support audio encoders that only support specific bit-depths.
lordmulder [Wed, 21 Dec 2011 00:23:21 +0000 (01:23 +0100)]
Prepare to support audio encoders that only support specific bit-depths.

12 years agoUpdated Chinese/Taiwanese translation. Thanks to 456Vv <123@456vv.com>.
lordmulder [Tue, 20 Dec 2011 12:12:01 +0000 (13:12 +0100)]
Updated Chinese/Taiwanese translation. Thanks to 456Vv <123@456vv.com>.

12 years agoUpdated MediaInfo binaries to v0.7.50 (2011-12-19), compiled with ICL 12.1.6 and...
lordmulder [Mon, 19 Dec 2011 23:25:41 +0000 (00:25 +0100)]
Updated MediaInfo binaries to v0.7.50 (2011-12-19), compiled with ICL 12.1.6 and MSVC 10.0.

12 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Mon, 19 Dec 2011 19:54:39 +0000 (20:54 +0100)]
Merge branch 'master' of github.com:lordmulder/LameXP

12 years agoRenamed Chinese translation.
lordmulder [Mon, 19 Dec 2011 19:51:26 +0000 (20:51 +0100)]
Renamed Chinese translation.

12 years agoRenamed one local var.
lordmulder [Mon, 19 Dec 2011 16:38:36 +0000 (17:38 +0100)]
Renamed one local var.

12 years agoImproved detection of default language: Each language file can now have a country...
lordmulder [Mon, 19 Dec 2011 16:26:20 +0000 (17:26 +0100)]
Improved detection of default language: Each language file can now have a country id in addition to the language id. This is required, because some languages (e.g. Chinese) have country-specific variants.

12 years agoPrint the "script" of the language file.
lordmulder [Mon, 19 Dec 2011 15:20:52 +0000 (16:20 +0100)]
Print the "script" of the language file.

12 years agoAdded 'Traditional Chinese' (Taiwanese) translation by 456Vv <123@456vv.com>.
lordmulder [Mon, 19 Dec 2011 14:48:50 +0000 (15:48 +0100)]
Added 'Traditional Chinese' (Taiwanese) translation by 456Vv <123@456vv.com>.

12 years agoQDesktopServices::openUrl() fails horribly, if we try to explore a folder like "C...
lordmulder [Mon, 19 Dec 2011 01:09:45 +0000 (02:09 +0100)]
QDesktopServices::openUrl() fails horribly, if we try to explore a folder like "C:\Foo\Bar" while there is a file "C:\Foo\Bar.exe". Going back to ShellExecute() for now.

12 years agoAdded "Ignore" button to message box.
lordmulder [Sun, 18 Dec 2011 17:19:14 +0000 (18:19 +0100)]
Added "Ignore" button to message box.

12 years agoArtwork can now be changed by double-click.
lordmulder [Sun, 18 Dec 2011 14:19:28 +0000 (15:19 +0100)]
Artwork can now be changed by double-click.

12 years agoImproved language file initialization code.
lordmulder [Sun, 18 Dec 2011 14:19:07 +0000 (15:19 +0100)]
Improved language file initialization code.

12 years agoForce column resize, after an item in the source file list has been edited.
lordmulder [Sat, 17 Dec 2011 21:01:42 +0000 (22:01 +0100)]
Force column resize, after an item in the source file list has been edited.

12 years agoFixed one typo.
lordmulder [Sat, 17 Dec 2011 19:57:12 +0000 (20:57 +0100)]
Fixed one typo.

12 years agoUpdated Changelog.
lordmulder [Sat, 17 Dec 2011 17:27:25 +0000 (18:27 +0100)]
Updated Changelog.

12 years agoAdded Chinese translation by 456Vv <123@456vv.com>.
lordmulder [Sat, 17 Dec 2011 15:53:13 +0000 (16:53 +0100)]
Added Chinese translation by 456Vv <123@456vv.com>.

12 years agoCheck Qt build date and build key.
lordmulder [Sat, 17 Dec 2011 14:56:24 +0000 (15:56 +0100)]
Check Qt build date and build key.

12 years agoUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
lordmulder [Thu, 15 Dec 2011 16:10:42 +0000 (17:10 +0100)]
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

12 years agoUpdated Ukrainian translation + made one more string translatable.
lordmulder [Thu, 15 Dec 2011 13:28:03 +0000 (14:28 +0100)]
Updated Ukrainian translation + made one more string translatable.

12 years agoUpdated FAQ document.
lordmulder [Wed, 14 Dec 2011 23:05:23 +0000 (00:05 +0100)]
Updated FAQ document.

12 years agoUpdated FAQ document.
lordmulder [Wed, 14 Dec 2011 22:54:49 +0000 (23:54 +0100)]
Updated FAQ document.

12 years agoAdded UTF-16 (LE and BE) support to Playlist and Cue Sheet import.
lordmulder [Tue, 13 Dec 2011 22:33:21 +0000 (23:33 +0100)]
Added UTF-16 (LE and BE) support to Playlist and Cue Sheet import.

12 years agoUpdated FAQ document.
lordmulder [Sun, 11 Dec 2011 00:55:22 +0000 (01:55 +0100)]
Updated FAQ document.

12 years agoFixed a type (reported by VzK)
lordmulder [Sat, 10 Dec 2011 22:13:29 +0000 (23:13 +0100)]
Fixed a type (reported by VzK)

12 years agoAdded a new global function to get a list of all available Text Codecs.
lordmulder [Sat, 10 Dec 2011 22:12:47 +0000 (23:12 +0100)]
Added a new global function to get a list of all available Text Codecs.

12 years agoIf the Cue Sheet isn't clearly UTF-8 (i.e. a BOM is found), then let the user select...
lordmulder [Sat, 10 Dec 2011 16:06:31 +0000 (17:06 +0100)]
If the Cue Sheet isn't clearly UTF-8 (i.e. a BOM is found), then let the user select the desired Codepage.

12 years agoQString::fromLocal8Bit() doesn't work as expected, as we explicitly set the CodecForL...
lordmulder [Sat, 10 Dec 2011 00:59:45 +0000 (01:59 +0100)]
QString::fromLocal8Bit() doesn't work as expected, as we explicitly set the CodecForLocale to UTF-8 in the initialization code. Therefore we can't use QString::fromLocal8Bit() at places where the system's default Codec is needed. Instead we will now get the actual system Codec via QTextCodec::codecForName("System") at those places. That's not nice, but solves the problem.

12 years agoImproved handling of different character encodings for M3U(8) and PLS playlist import.
lordmulder [Thu, 8 Dec 2011 23:34:07 +0000 (00:34 +0100)]
Improved handling of different character encodings for M3U(8) and PLS playlist import.

12 years agoIf no BOM was found, check whether decoding the input using the "local 8-Bit" Codepag...
lordmulder [Thu, 8 Dec 2011 13:46:11 +0000 (14:46 +0100)]
If no BOM was found, check whether decoding the input using the "local 8-Bit" Codepage produces any "replacement" characters (U+FFFD). In that case we assume a decoding error and fall back to Latin-1.

12 years agoUpdated FAQ document + small installer fix.
lordmulder [Wed, 7 Dec 2011 22:00:49 +0000 (23:00 +0100)]
Updated FAQ document + small installer fix.

12 years agoWorkaround for a bug that causes MediaInfo to not detect the duration of Wave files...
lordmulder [Sun, 4 Dec 2011 19:33:06 +0000 (20:33 +0100)]
Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only).

12 years agoSmall fix of previous commit.
lordmulder [Sat, 3 Dec 2011 15:10:33 +0000 (16:10 +0100)]
Small fix of previous commit.

12 years agoSlightly tweaked how the progress bar is updated.
lordmulder [Fri, 2 Dec 2011 21:40:12 +0000 (22:40 +0100)]
Slightly tweaked how the progress bar is updated.

12 years agoAccount for the fact that some web-sites send "HTTP 200 OK" successfully, but then...
lordmulder [Fri, 2 Dec 2011 19:05:23 +0000 (20:05 +0100)]
Account for the fact that some web-sites send "HTTP 200 OK" successfully, but then time-out on the way to send their payload. In this case we will now give 1/2 connection point.

12 years agoUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
lordmulder [Fri, 2 Dec 2011 12:00:27 +0000 (13:00 +0100)]
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

12 years agoAdded some info on how the Auto Update systems works to the FAQ document. Also added...
lordmulder [Fri, 2 Dec 2011 00:14:32 +0000 (01:14 +0100)]
Added some info on how the Auto Update systems works to the FAQ document. Also added a "dummy" Manual file.

12 years agoAdded more "known hosts" to the list: We now use a list of 64 domains, taken (mostly...
lordmulder [Thu, 1 Dec 2011 21:16:06 +0000 (22:16 +0100)]
Added more "known hosts" to the list: We now use a list of 64 domains, taken (mostly) from the Alexa 'top 500 sites on the web' list, to test the Internet connectivity. Also added a self-test function to check all hosts (press CTRL+F12 in the update dialog).

12 years agoUpdated FAQ document.
lordmulder [Wed, 30 Nov 2011 00:10:49 +0000 (01:10 +0100)]
Updated FAQ document.

12 years agoApply Horner scheme to avoid costly exponentiation.
lordmulder [Mon, 28 Nov 2011 14:38:45 +0000 (15:38 +0100)]
Apply Horner scheme to avoid costly exponentiation.

12 years agoPrint the total duration when the process is completed.
lordmulder [Sun, 27 Nov 2011 23:35:43 +0000 (00:35 +0100)]
Print the total duration when the process is completed.

12 years agoSlightly tweaked formula to selected the number of instances based on CPU count....
lordmulder [Sun, 27 Nov 2011 01:06:03 +0000 (02:06 +0100)]
Slightly tweaked formula to selected the number of instances based on CPU count. Maximum value is now 16.

12 years agoUpdated FAQ document for the new 'number of instances' algorithm.
lordmulder [Sat, 26 Nov 2011 21:28:00 +0000 (22:28 +0100)]
Updated FAQ document for the new 'number of instances' algorithm.

12 years agoMuch simplify cores2instances() function by using a LUT.
lordmulder [Sat, 26 Nov 2011 16:25:33 +0000 (17:25 +0100)]
Much simplify cores2instances() function by using a LUT.

12 years agoYet another new formula to selected the number of instances based on CPU count. This...
lordmulder [Sat, 26 Nov 2011 14:30:24 +0000 (15:30 +0100)]
Yet another new formula to selected the number of instances based on CPU count. This time a few desired 'sample points' have been defined and a 'cubic spline' through these sample points has been approximated. This solution should be more mathematically correct.

12 years agoNew formula to selected the number of instances based on CPU count.
lordmulder [Sat, 26 Nov 2011 01:47:48 +0000 (02:47 +0100)]
New formula to selected the number of instances based on CPU count.

12 years agoNow using a QSemaphore to make the observer threads sleep. This allows waking up...
lordmulder [Fri, 25 Nov 2011 00:01:30 +0000 (01:01 +0100)]
Now using a QSemaphore to make the observer threads sleep. This allows waking up the threads immediately *without* having to poll the 'terminated' flag at short intervals.

12 years agoDisable word-wrap in processing window's table view.
lordmulder [Tue, 22 Nov 2011 23:38:20 +0000 (00:38 +0100)]
Disable word-wrap in processing window's table view.

12 years agoFixed a crash in QAAC detection code.
lordmulder [Tue, 22 Nov 2011 23:03:42 +0000 (00:03 +0100)]
Fixed a crash in QAAC detection code.

12 years agoBump minimum required QAAC version to 1.05.
lordmulder [Tue, 22 Nov 2011 22:51:50 +0000 (23:51 +0100)]
Bump minimum required QAAC version to 1.05.

12 years agoAdjusted QAAC detection for shared 'libsoxrate' library.
lordmulder [Tue, 22 Nov 2011 22:48:54 +0000 (23:48 +0100)]
Adjusted QAAC detection for shared 'libsoxrate' library.

12 years agoSetup TMP and TEMP environment variables for *all* tools. Also add "$EXEDIR\QTfiles...
lordmulder [Tue, 22 Nov 2011 11:43:32 +0000 (12:43 +0100)]
Setup TMP and TEMP environment variables for *all* tools. Also add "$EXEDIR\QTfiles" to the PATH for QAAC.

12 years agoChanged detection of QAAC for the new fully-static build.
lordmulder [Mon, 21 Nov 2011 21:28:14 +0000 (22:28 +0100)]
Changed detection of QAAC for the new fully-static build.

12 years agoFix compilation with VS2008.
lordmulder [Mon, 21 Nov 2011 13:41:05 +0000 (14:41 +0100)]
Fix compilation with VS2008.

12 years agoMore reliable method to detect QAAC and make sure the required CoreAudioToolbox libra...
lordmulder [Mon, 21 Nov 2011 13:40:32 +0000 (14:40 +0100)]
More reliable method to detect QAAC and make sure the required CoreAudioToolbox library is available.

12 years agoAdded optional support for the QAAC encoder. Requires QuickTime v7.7.1 (or later...
lordmulder [Mon, 21 Nov 2011 00:22:41 +0000 (01:22 +0100)]
Added optional support for the QAAC encoder. Requires QuickTime v7.7.1 (or later) and the QAAC front-end.

12 years agoUpdated MediaInfo binaries to latest "trunk" version.
lordmulder [Sun, 20 Nov 2011 23:56:10 +0000 (00:56 +0100)]
Updated MediaInfo binaries to latest "trunk" version.

12 years agoMake sure that the extracted "cover art" image file is valid.
lordmulder [Sat, 19 Nov 2011 13:06:39 +0000 (14:06 +0100)]
Make sure that the extracted "cover art" image file is valid.

12 years agoUpdated LAME encoder binaries to v3.99.2 Final (2011-11-18), compiled with ICL 12...
lordmulder [Sat, 19 Nov 2011 01:58:14 +0000 (02:58 +0100)]
Updated LAME encoder binaries to v3.99.2 Final (2011-11-18), compiled with ICL 12.1.7 and MSVC 10.0.

12 years agoAllow faster termination if the 'observer' threads.
lordmulder [Sat, 19 Nov 2011 01:57:30 +0000 (02:57 +0100)]
Allow faster termination if the 'observer' threads.

12 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Fri, 18 Nov 2011 19:48:09 +0000 (20:48 +0100)]
Merge branch 'master' of github.com:lordmulder/LameXP

12 years agoReduce polling interval of "observer" threads to limit the number update signals.
lordmulder [Fri, 18 Nov 2011 19:47:34 +0000 (20:47 +0100)]
Reduce polling interval of "observer" threads to limit the number update signals.

12 years agoIgnore some more files.
lordmulder [Fri, 18 Nov 2011 13:11:21 +0000 (14:11 +0100)]
Ignore some more files.

12 years agoImplemented coalescing of progress updates, in order to reduce the number of signals...
lordmulder [Wed, 16 Nov 2011 21:56:32 +0000 (22:56 +0100)]
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.

12 years agoSlightly tweak algorithm to automatically set the number of instances: Instead of...
lordmulder [Wed, 16 Nov 2011 21:53:18 +0000 (22:53 +0100)]
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.

12 years agoVersion v4.03 R2 is released! Release_403_r2
lordmulder [Sat, 12 Nov 2011 15:17:07 +0000 (16:17 +0100)]
Version v4.03 R2 is released!

12 years agoUpdated MediaInfo binaries to v0.7.50 (2011-09-23), compiled with ICL 12.1.6 and...
lordmulder [Sat, 12 Nov 2011 15:04:07 +0000 (16:04 +0100)]
Updated MediaInfo binaries to v0.7.50 (2011-09-23), compiled with ICL 12.1.6 and MSVC 10.0.

12 years agoUpdated LAME encoder to v3.99.1 Final (2011-11-05), compiled with ICL 12.1.6 and...
lordmulder [Fri, 11 Nov 2011 19:39:31 +0000 (20:39 +0100)]
Updated LAME encoder to v3.99.1 Final (2011-11-05), compiled with ICL 12.1.6 and MSVC 10.0.

12 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Fri, 11 Nov 2011 17:08:58 +0000 (18:08 +0100)]
Merge branch 'master' of github.com:lordmulder/LameXP