OSDN Git Service

lamexp/LameXP.git
10 years agoAdded one more mirror to the list.
LoRd_MuldeR [Sun, 6 Oct 2013 22:10:05 +0000 (00:10 +0200)]
Added one more mirror to the list.

10 years agoMore code refactoring: Moved most of the Win32 API dependencies into wrapper function...
LoRd_MuldeR [Sun, 6 Oct 2013 22:01:15 +0000 (00:01 +0200)]
More code refactoring: Moved most of the Win32 API dependencies into wrapper functions in Global.cpp, which greatly reduces platform-specific includes.

10 years agoSome code-clean up. Removed "Windows.h" include from "Global.h", because most source...
LoRd_MuldeR [Sun, 6 Oct 2013 17:28:12 +0000 (19:28 +0200)]
Some code-clean up. Removed "Windows.h" include from "Global.h", because most source files won't need the Win32 API stuff. Also got rid of some Windows 2000 compatibility cruft.

10 years agoRedesigned FileAnalyzer and Analyzer task. New design is much cleaner, resulting...
LoRd_MuldeR [Sun, 6 Oct 2013 17:26:08 +0000 (19:26 +0200)]
Redesigned FileAnalyzer and Analyzer task. New design is much cleaner, resulting in simpler code and faster file import performance. Also, playlist files are now handled ahead of everything else, which makes sure the progress indicator increases monotonically. Preliminary tests show that file import performance has been more than doubled! For example, the time for importing ~1000 files decreased from 116 seconds to 46 seconds on the development machine, which corresponds to a 2.5x speed-up.

10 years agoReplaced the 64-Bit binaries with versions compressed by UPX (does now support 64...
LoRd_MuldeR [Sun, 6 Oct 2013 17:18:31 +0000 (19:18 +0200)]
Replaced the 64-Bit binaries with versions compressed by UPX (does now support 64-Bit Windows executables, yay!) instead of MPRESS. Results in slightly bigger files, but noticeably faster startup times.

10 years agoUpdate Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>.
LoRd_MuldeR [Sun, 6 Oct 2013 17:15:59 +0000 (19:15 +0200)]
Update Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>.

10 years agoUpdated FAQ document.
LoRd_MuldeR [Sun, 6 Oct 2013 17:15:07 +0000 (19:15 +0200)]
Updated FAQ document.

10 years agoTweaked default values for encoder settings.
LoRd_MuldeR [Thu, 3 Oct 2013 17:14:24 +0000 (19:14 +0200)]
Tweaked default values for encoder settings.

10 years agoSmall translation fix.
LoRd_MuldeR [Thu, 3 Oct 2013 17:14:06 +0000 (19:14 +0200)]
Small translation fix.

10 years agoTranslation updates.
LoRd_MuldeR [Thu, 3 Oct 2013 16:48:31 +0000 (18:48 +0200)]
Translation updates.

10 years agoImplemented AbstractEncoder for the remaining encoders, except AAC for now.
LoRd_MuldeR [Thu, 3 Oct 2013 16:48:07 +0000 (18:48 +0200)]
Implemented AbstractEncoder for the remaining encoders, except AAC for now.

10 years agoRefactored EncoderRegistry::createInstance() method to handle all common encoder...
LoRd_MuldeR [Thu, 3 Oct 2013 15:01:37 +0000 (17:01 +0200)]
Refactored EncoderRegistry::createInstance() method to handle all common encoder parameters at a single place. Also added function to load/store the custom parameters.

10 years agoMore refactoring of the SettingsModel. Also moved encoder reset function from MainWin...
LoRd_MuldeR [Thu, 3 Oct 2013 13:56:10 +0000 (15:56 +0200)]
More refactoring of the SettingsModel. Also moved encoder reset function from MainWindow to EncoderRegistry.

10 years agoImplemented AbstractEncoderInfo for some more encoders. Remaining encoders not yet...
LoRd_MuldeR [Wed, 2 Oct 2013 17:17:33 +0000 (19:17 +0200)]
Implemented AbstractEncoderInfo for some more encoders. Remaining encoders not yet working.

10 years agoRefactored Main window to use AbstractEncoderInfo rather than having all the encoder...
LoRd_MuldeR [Wed, 2 Oct 2013 14:39:26 +0000 (16:39 +0200)]
Refactored Main window to use AbstractEncoderInfo rather than having all the encoder-specific information hardcoded in the GUI code. Also much improved EncoderReistry class and some clean-up in SettingsModel class.

10 years agoBump version.
LoRd_MuldeR [Wed, 2 Oct 2013 14:37:41 +0000 (16:37 +0200)]
Bump version.

10 years agoAdded new AbstractEncoderInfo class, which provides information about a specific...
LoRd_MuldeR [Mon, 30 Sep 2013 19:39:56 +0000 (21:39 +0200)]
Added new AbstractEncoderInfo class, which provides information about a specific encoder's configuration options. Also moved code for creating encoder instances into a separate EncoderRegistry class.

10 years agoBump version. Release_408
LoRd_MuldeR [Tue, 3 Sep 2013 22:35:55 +0000 (00:35 +0200)]
Bump version.

10 years agoFixed compilation with VS2010 and VS2008.
lordmulder [Tue, 3 Sep 2013 22:17:03 +0000 (00:17 +0200)]
Fixed compilation with VS2010 and VS2008.

10 years agoAdded a new sound file.
LoRd_MuldeR [Tue, 3 Sep 2013 21:34:28 +0000 (23:34 +0200)]
Added a new sound file.

10 years agoUpdated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.
LoRd_MuldeR [Mon, 2 Sep 2013 11:47:58 +0000 (13:47 +0200)]
Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.

10 years agoUpdated Simplified Chinese translation, thanks to <kidneybean@sohu.com>.
LoRd_MuldeR [Sun, 1 Sep 2013 19:50:52 +0000 (21:50 +0200)]
Updated Simplified Chinese translation, thanks to <kidneybean@sohu.com>.

10 years agoUpdated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.
LoRd_MuldeR [Thu, 29 Aug 2013 20:07:36 +0000 (22:07 +0200)]
Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.

10 years agoUpdated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.
LoRd_MuldeR [Wed, 28 Aug 2013 10:06:01 +0000 (12:06 +0200)]
Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.

10 years agoUpdated installer for Polish language.
LoRd_MuldeR [Wed, 28 Aug 2013 10:05:37 +0000 (12:05 +0200)]
Updated installer for Polish language.

10 years agoUpdated Copying.txt with some more info.
LoRd_MuldeR [Wed, 28 Aug 2013 10:04:56 +0000 (12:04 +0200)]
Updated Copying.txt with some more info.

10 years agoSome improvements/simplifications in strnatcmp() function.
LoRd_MuldeR [Sun, 25 Aug 2013 13:34:41 +0000 (15:34 +0200)]
Some improvements/simplifications in strnatcmp() function.

10 years agoUpdated French translation. Thanks to to Dodich Informatique <dodich@live.fr>.
LoRd_MuldeR [Fri, 23 Aug 2013 17:17:45 +0000 (19:17 +0200)]
Updated French translation. Thanks to to Dodich Informatique <dodich@live.fr>.

10 years agoIgnore case when sorting file names.
LoRd_MuldeR [Fri, 23 Aug 2013 17:16:40 +0000 (19:16 +0200)]
Ignore case when sorting file names.

10 years agoSome improvements (hopefully) to the strnatcmp() function.
LoRd_MuldeR [Fri, 23 Aug 2013 12:00:25 +0000 (14:00 +0200)]
Some improvements (hopefully) to the strnatcmp() function.

10 years agoImplemented "natural ordering" for sorting the input files. Code is based on the...
LoRd_MuldeR [Thu, 22 Aug 2013 22:19:00 +0000 (00:19 +0200)]
Implemented "natural ordering" for sorting the input files. Code is based on the strnatcmp() by Martin Pool, released under the "zlib" license.

10 years agoUpdate Chinese and Taiwanese translations. Thanks to 456Vv <123@456vv.com>.
LoRd_MuldeR [Thu, 22 Aug 2013 22:16:30 +0000 (00:16 +0200)]
Update Chinese and Taiwanese translations. Thanks to 456Vv <123@456vv.com>.

10 years agoUpdated Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>.
LoRd_MuldeR [Thu, 22 Aug 2013 22:15:42 +0000 (00:15 +0200)]
Updated Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>.

10 years agoUpdated GnuPG binary to v1.4.14 (2013-07-25), compiled with GCC 4.8.1 + updated WUpda...
LoRd_MuldeR [Wed, 21 Aug 2013 17:20:39 +0000 (19:20 +0200)]
Updated GnuPG binary to v1.4.14 (2013-07-25), compiled with GCC 4.8.1 + updated WUpdate accordingly.

10 years agoUpdated Opus encoder/decoder libraries to v1.1-beta and Opus-Tools to v0.1.6git ...
LoRd_MuldeR [Mon, 22 Jul 2013 22:05:43 +0000 (00:05 +0200)]
Updated Opus encoder/decoder libraries to v1.1-beta and Opus-Tools to v0.1.6git (2013-07-22).

10 years agoRefactored AAC encoder selection code.
LoRd_MuldeR [Sun, 14 Jul 2013 17:45:28 +0000 (19:45 +0200)]
Refactored AAC encoder selection code.

10 years agoSome code refactoring.
LoRd_MuldeR [Sun, 14 Jul 2013 17:04:32 +0000 (19:04 +0200)]
Some code refactoring.

10 years agoAdded GUI option to reset all encoder settings.
LoRd_MuldeR [Sun, 14 Jul 2013 16:14:26 +0000 (18:14 +0200)]
Added GUI option to reset all encoder settings.

10 years agoImplemented caching for settings model.
LoRd_MuldeR [Sun, 14 Jul 2013 15:13:01 +0000 (17:13 +0200)]
Implemented caching for settings model.

10 years agoUpdated GNU Wget binary to v1.13.4 (2011-09-17).
LoRd_MuldeR [Fri, 12 Jul 2013 22:11:54 +0000 (00:11 +0200)]
Updated GNU Wget binary to v1.13.4 (2011-09-17).

10 years agoUpdated list of known hosts.
LoRd_MuldeR [Fri, 12 Jul 2013 22:11:43 +0000 (00:11 +0200)]
Updated list of known hosts.

10 years agoChangelog updated.
LoRd_MuldeR [Wed, 10 Jul 2013 23:03:25 +0000 (01:03 +0200)]
Changelog updated.

10 years agoUpdated MediaInfo binaries to v0.7.64 (2013-07-05), compiled with ICL 13.1 and MSVC...
LoRd_MuldeR [Wed, 10 Jul 2013 22:39:10 +0000 (00:39 +0200)]
Updated MediaInfo binaries to v0.7.64 (2013-07-05), compiled with ICL 13.1 and MSVC 10.0.

10 years agoUpdated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-07...
LoRd_MuldeR [Wed, 10 Jul 2013 22:38:10 +0000 (00:38 +0200)]
Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-07-10).

10 years agoSilenced some debug outputs.
LoRd_MuldeR [Wed, 10 Jul 2013 22:37:23 +0000 (00:37 +0200)]
Silenced some debug outputs.

10 years agoChangelog updated.
LoRd_MuldeR [Tue, 9 Jul 2013 20:42:06 +0000 (22:42 +0200)]
Changelog updated.

10 years agoFixed a copy&paste bug that cause the output directory to be reset when actually...
LoRd_MuldeR [Tue, 9 Jul 2013 20:34:06 +0000 (22:34 +0200)]
Fixed a copy&paste bug that cause the output directory to be reset when actually the most recent input directory should be reset.

10 years agoThe encoder configuration (rc-mode, bitrate, quality-level) is now maintained *separa...
LoRd_MuldeR [Sun, 7 Jul 2013 21:49:29 +0000 (23:49 +0200)]
The encoder configuration (rc-mode, bitrate, quality-level) is now maintained *separately* for each encoder. This was quite a massive change and needs more testing! Also a bug where OggEnc quality modes -2 and -1 would be clipped 0 has been fixed.

10 years agoUpdated changelog.
LoRd_MuldeR [Sat, 29 Jun 2013 22:52:59 +0000 (00:52 +0200)]
Updated changelog.

10 years agoAdded support for MSVC 2012 with Update-3 + moved 3rd party Qt src file to prerequisites.
LoRd_MuldeR [Sat, 29 Jun 2013 22:50:38 +0000 (00:50 +0200)]
Added support for MSVC 2012 with Update-3 + moved 3rd party Qt src file to prerequisites.

10 years agoRefactored lamexp_temp_folder2() function. This also fixes a potential deadlock at...
LoRd_MuldeR [Sat, 29 Jun 2013 16:06:21 +0000 (18:06 +0200)]
Refactored lamexp_temp_folder2() function. This also fixes a potential deadlock at application when %TMP% points to an invalid folder. Now using separate locks for lamexp_temp_folder2() and lamexp_known_folder().

10 years agoUpdated project configuration for Qt 4.8.5.
LoRd_MuldeR [Fri, 21 Jun 2013 20:18:58 +0000 (22:18 +0200)]
Updated project configuration for Qt 4.8.5.

10 years agoUpdated VLD to latest version.
LoRd_MuldeR [Fri, 21 Jun 2013 20:18:24 +0000 (22:18 +0200)]
Updated VLD to latest version.

10 years agoUpdated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-06...
LoRd_MuldeR [Mon, 17 Jun 2013 20:58:44 +0000 (22:58 +0200)]
Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-06-17).

10 years agoUpdated changelog.
LoRd_MuldeR [Sun, 16 Jun 2013 20:54:14 +0000 (22:54 +0200)]
Updated changelog.

10 years agoAdded new source file view overlay icon.
LoRd_MuldeR [Sun, 16 Jun 2013 20:07:28 +0000 (22:07 +0200)]
Added new source file view overlay icon.

10 years agoUpdated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-06...
LoRd_MuldeR [Sun, 16 Jun 2013 20:06:58 +0000 (22:06 +0200)]
Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-06-16).

10 years agoUpdated patch collection.
LoRd_MuldeR [Sun, 16 Jun 2013 13:55:26 +0000 (15:55 +0200)]
Updated patch collection.

10 years agoAdded VER_LAMEXP_CONSOLE_ENABLED config option.
LoRd_MuldeR [Sun, 16 Jun 2013 12:00:56 +0000 (14:00 +0200)]
Added VER_LAMEXP_CONSOLE_ENABLED config option.

10 years agoUpdated FLAC encoder/decoder binaries to v1.3.0 (2013-05-27), compiled with ICL 13.0.
LoRd_MuldeR [Sun, 16 Jun 2013 11:50:24 +0000 (13:50 +0200)]
Updated FLAC encoder/decoder binaries to v1.3.0 (2013-05-27), compiled with ICL 13.0.

10 years agoUpdated Simplified Chinese translation, thanks to <kidneybean@sohu.com>.
LoRd_MuldeR [Sun, 16 Jun 2013 11:49:38 +0000 (13:49 +0200)]
Updated Simplified Chinese translation, thanks to <kidneybean@sohu.com>.

10 years agoUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
LoRd_MuldeR [Sun, 16 Jun 2013 11:48:36 +0000 (13:48 +0200)]
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

10 years agoMerge branch 'master' of github.com:lordmulder/LameXP
LoRd_MuldeR [Fri, 14 Jun 2013 18:33:25 +0000 (20:33 +0200)]
Merge branch 'master' of github.com:lordmulder/LameXP

10 years agoUpdated mirror list.
LoRd_MuldeR [Fri, 14 Jun 2013 18:32:24 +0000 (20:32 +0200)]
Updated mirror list.

11 years agoUpdated Ukrainian translation.
arestarh [Sun, 19 May 2013 15:35:01 +0000 (18:35 +0300)]
Updated Ukrainian translation.

11 years agoUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
LoRd_MuldeR [Sun, 5 May 2013 23:26:59 +0000 (01:26 +0200)]
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

11 years agoGot rid of a superfluous Beep() that was triggered on application startup.
LoRd_MuldeR [Thu, 2 May 2013 21:02:02 +0000 (23:02 +0200)]
Got rid of a superfluous Beep() that was triggered on application startup.

11 years agoAdded another update mirror.
LoRd_MuldeR [Thu, 2 May 2013 21:01:00 +0000 (23:01 +0200)]
Added another update mirror.

11 years agoNow using a separate version/build number for the configuration, so INI settings...
LoRd_MuldeR [Thu, 2 May 2013 21:00:26 +0000 (23:00 +0200)]
Now using a separate version/build number for the configuration, so INI settings don't get invalidated with each build.

11 years agoBump version. Release_407
LoRd_MuldeR [Sun, 28 Apr 2013 20:42:17 +0000 (22:42 +0200)]
Bump version.

11 years agoMade VS2008 solution compile again.
lordmulder [Sun, 28 Apr 2013 19:44:55 +0000 (21:44 +0200)]
Made VS2008 solution compile again.

11 years agoFixed one URL.
lordmulder [Sun, 28 Apr 2013 19:44:36 +0000 (21:44 +0200)]
Fixed one URL.

11 years agoSome fixes for German translation, contributed by Bodo Thevissen <bodo@thevissen...
LoRd_MuldeR [Thu, 25 Apr 2013 20:34:49 +0000 (22:34 +0200)]
Some fixes for German translation, contributed by Bodo Thevissen <bodo@thevissen.de>.

11 years agoSome tweaks to previewContextActionTriggered() function.
LoRd_MuldeR [Wed, 24 Apr 2013 21:58:07 +0000 (23:58 +0200)]
Some tweaks to previewContextActionTriggered() function.

11 years agoBump version.
LoRd_MuldeR [Tue, 23 Apr 2013 21:41:31 +0000 (23:41 +0200)]
Bump version.

11 years agoUpdated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04...
LoRd_MuldeR [Tue, 23 Apr 2013 21:37:56 +0000 (23:37 +0200)]
Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-23).

11 years agoUpdate Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>.
LoRd_MuldeR [Sun, 21 Apr 2013 16:53:26 +0000 (18:53 +0200)]
Update Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>.

11 years agoUpdated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04...
LoRd_MuldeR [Sun, 21 Apr 2013 11:25:27 +0000 (13:25 +0200)]
Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-21).

11 years agoUpdated Changelog.
LoRd_MuldeR [Fri, 19 Apr 2013 19:09:05 +0000 (21:09 +0200)]
Updated Changelog.

11 years agoUpdated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.
LoRd_MuldeR [Thu, 18 Apr 2013 20:57:46 +0000 (22:57 +0200)]
Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.

11 years agoUpdated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04...
LoRd_MuldeR [Thu, 18 Apr 2013 20:56:03 +0000 (22:56 +0200)]
Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-18).

11 years agoUpdated web-site URL.
LoRd_MuldeR [Thu, 18 Apr 2013 20:55:21 +0000 (22:55 +0200)]
Updated web-site URL.

11 years agoAdded one more link.
LoRd_MuldeR [Thu, 18 Apr 2013 20:54:51 +0000 (22:54 +0200)]
Added one more link.

11 years agoUpdated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.
LoRd_MuldeR [Wed, 17 Apr 2013 20:07:06 +0000 (22:07 +0200)]
Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.

11 years agoUpdate Chinese and Taiwanese translations. Thanks to 456Vv <123@456vv.com>.
LoRd_MuldeR [Wed, 17 Apr 2013 20:06:40 +0000 (22:06 +0200)]
Update Chinese and Taiwanese translations. Thanks to 456Vv <123@456vv.com>.

11 years agoAdded built-time option to make "portable" version.
LoRd_MuldeR [Wed, 17 Apr 2013 20:05:45 +0000 (22:05 +0200)]
Added built-time option to make "portable" version.

11 years agoUpdate changelog.
LoRd_MuldeR [Tue, 16 Apr 2013 20:49:38 +0000 (22:49 +0200)]
Update changelog.

11 years agoFixed lamexp_clean_filename() to also handle double-quote characters.
LoRd_MuldeR [Tue, 16 Apr 2013 20:43:52 +0000 (22:43 +0200)]
Fixed lamexp_clean_filename() to also handle double-quote characters.

11 years agoUpdated Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>.
LoRd_MuldeR [Tue, 16 Apr 2013 19:54:28 +0000 (21:54 +0200)]
Updated Swedish translation. Thanks to Åke Engelbrektson <eson57@gmail.com>.

11 years agoIncrease priority of "main" thread.
LoRd_MuldeR [Tue, 16 Apr 2013 19:54:01 +0000 (21:54 +0200)]
Increase priority of "main" thread.

11 years agoBump version.
LoRd_MuldeR [Mon, 15 Apr 2013 20:41:22 +0000 (22:41 +0200)]
Bump version.

11 years agoFixed VS2010 project files.
LoRd_MuldeR [Wed, 10 Apr 2013 22:02:01 +0000 (00:02 +0200)]
Fixed VS2010 project files.

11 years agoUpdated UPX version on "About" screen.
LoRd_MuldeR [Wed, 10 Apr 2013 22:01:33 +0000 (00:01 +0200)]
Updated UPX version on "About" screen.

11 years agoUpdated mpg123 decoder binary to v1.15.3 (2013-04-03), compiled with GCC 4.8.0.
LoRd_MuldeR [Tue, 9 Apr 2013 20:22:00 +0000 (22:22 +0200)]
Updated mpg123 decoder binary to v1.15.3 (2013-04-03), compiled with GCC 4.8.0.

11 years agoUpdated Monkey's Audio binary to v4.11 (2013-01-20), including STDERR flush fix.
LoRd_MuldeR [Mon, 8 Apr 2013 21:53:49 +0000 (23:53 +0200)]
Updated Monkey's Audio binary to v4.11 (2013-01-20), including STDERR flush fix.

11 years agoUpdated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04...
LoRd_MuldeR [Mon, 8 Apr 2013 21:53:19 +0000 (23:53 +0200)]
Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2013-04-08).

11 years agoUpdated Valdec decoder binary to AC3Filter Tools v1.0a (2013-04-07).
LoRd_MuldeR [Sun, 7 Apr 2013 23:14:49 +0000 (01:14 +0200)]
Updated Valdec decoder binary to AC3Filter Tools v1.0a (2013-04-07).

11 years agoSome core refactoring.
LoRd_MuldeR [Sun, 7 Apr 2013 23:13:58 +0000 (01:13 +0200)]
Some core refactoring.

11 years agoProperly detect VS2012 with Update-2.
LoRd_MuldeR [Sun, 7 Apr 2013 23:12:58 +0000 (01:12 +0200)]
Properly detect VS2012 with Update-2.

11 years agoYet another slightly different approach to move the disque.
LoRd_MuldeR [Wed, 3 Apr 2013 23:25:04 +0000 (01:25 +0200)]
Yet another slightly different approach to move the disque.