OSDN Git Service

lamexp/LameXP.git
10 years agoSome improvements in Splash Screen (application initialization) code.
LoRd_MuldeR [Sun, 20 Oct 2013 21:36:53 +0000 (23:36 +0200)]
Some improvements in Splash Screen (application initialization) code.

10 years agoImproved compatibility mode detection, taking into account Windows 8.1.
LoRd_MuldeR [Sun, 20 Oct 2013 21:34:04 +0000 (23:34 +0200)]
Improved compatibility mode detection, taking into account Windows 8.1.

10 years agoMoved some resource files to correct folder in VS solution.
LoRd_MuldeR [Sun, 20 Oct 2013 21:33:25 +0000 (23:33 +0200)]
Moved some resource files to correct folder in VS solution.

10 years agoImproved InitializationThread::selfTest() function: It will now verify the hashes...
LoRd_MuldeR [Sun, 20 Oct 2013 17:12:55 +0000 (19:12 +0200)]
Improved InitializationThread::selfTest() function: It will now verify the hashes of *all* tools (it still is called in DEBUG builds only).

10 years agoImproved Windows version detection code.
LoRd_MuldeR [Sun, 20 Oct 2013 17:12:00 +0000 (19:12 +0200)]
Improved Windows version detection code.

10 years agoFix detection of Windows 8.1: Starting with Windows 8.1, the GetVersion(Ex) API has...
LoRd_MuldeR [Sat, 19 Oct 2013 14:02:22 +0000 (16:02 +0200)]
Fix detection of Windows 8.1: Starting with Windows 8.1, the GetVersion(Ex) API has been broken and will now pretend to be Windows 8.0. Since GetVersion(Ex) can no longer be relied on, we will use VerifyVersionInfo() from now on, in the hope that they won't break this one too.

10 years agoBetter method to check the network status.
LoRd_MuldeR [Sat, 19 Oct 2013 14:00:13 +0000 (16:00 +0200)]
Better method to check the network status.

10 years agoUpdated changelog and removed some debug code.
LoRd_MuldeR [Fri, 18 Oct 2013 20:12:55 +0000 (22:12 +0200)]
Updated changelog and removed some debug code.

10 years agoUse the THROW macro instead of plain "throw" in the complete project.
LoRd_MuldeR [Fri, 18 Oct 2013 19:37:40 +0000 (21:37 +0200)]
Use the THROW macro instead of plain "throw" in the complete project.

10 years agoImproved tool extraction code in InitializationThread. Also implemented better except...
LoRd_MuldeR [Fri, 18 Oct 2013 18:49:22 +0000 (20:49 +0200)]
Improved tool extraction code in InitializationThread. Also implemented better exception handling.

10 years agoUpdated deployment scripts.
LoRd_MuldeR [Fri, 18 Oct 2013 18:44:55 +0000 (20:44 +0200)]
Updated deployment scripts.

10 years agoSplit resource files even further to speed up compilation.
LoRd_MuldeR [Fri, 18 Oct 2013 18:44:07 +0000 (20:44 +0200)]
Split resource files even further to speed up compilation.

10 years agoAdded QKeccakHash libraries, compiled with VS2013.
LoRd_MuldeR [Thu, 17 Oct 2013 23:59:46 +0000 (01:59 +0200)]
Added QKeccakHash libraries, compiled with VS2013.

10 years agoAdded project/solution files for Visual Studio 2013.
LoRd_MuldeR [Thu, 17 Oct 2013 23:59:08 +0000 (01:59 +0200)]
Added project/solution files for Visual Studio 2013.

10 years agoMake sure Keccak state gets allocated aligned to 32.
LoRd_MuldeR [Thu, 17 Oct 2013 23:58:29 +0000 (01:58 +0200)]
Make sure Keccak state gets allocated aligned to 32.

10 years agoSplit resource files.
LoRd_MuldeR [Thu, 17 Oct 2013 23:56:44 +0000 (01:56 +0200)]
Split resource files.

10 years agoMake resource file compile without MFC include. Fixes compilation with VisualStudio...
LoRd_MuldeR [Thu, 17 Oct 2013 23:56:06 +0000 (01:56 +0200)]
Make resource file compile without MFC include. Fixes compilation with VisualStudio Express.

10 years agoSome more improvements of ExtractorTask class.
LoRd_MuldeR [Wed, 16 Oct 2013 16:24:16 +0000 (18:24 +0200)]
Some more improvements of ExtractorTask class.

10 years agoProperly detect Windows 8, now that Qt supports it officially.
LoRd_MuldeR [Wed, 16 Oct 2013 16:23:53 +0000 (18:23 +0200)]
Properly detect Windows 8, now that Qt supports it officially.

10 years agoUpdated Nero AAC web-site URL.
LoRd_MuldeR [Wed, 16 Oct 2013 16:23:12 +0000 (18:23 +0200)]
Updated Nero AAC web-site URL.

10 years agoDocumentation updates.
LoRd_MuldeR [Wed, 16 Oct 2013 16:22:52 +0000 (18:22 +0200)]
Documentation updates.

10 years agoUpdated GnuPG binary to v1.4.15 (2013-10-05), compiled with GCC 4.8.1.
LoRd_MuldeR [Wed, 16 Oct 2013 01:33:15 +0000 (03:33 +0200)]
Updated GnuPG binary to v1.4.15 (2013-10-05), compiled with GCC 4.8.1.

10 years agoSmall improvement in InitializationThread class.
LoRd_MuldeR [Wed, 16 Oct 2013 01:31:14 +0000 (03:31 +0200)]
Small improvement in InitializationThread class.

10 years agoRemoved some obsolete compatibility code in lamexp_detect_cpu_features().
LoRd_MuldeR [Wed, 16 Oct 2013 01:29:43 +0000 (03:29 +0200)]
Removed some obsolete compatibility code in lamexp_detect_cpu_features().

10 years agoImproved CueSheet import progress indicator.
LoRd_MuldeR [Sun, 13 Oct 2013 19:28:06 +0000 (21:28 +0200)]
Improved CueSheet import progress indicator.

10 years agoUpdated CueImportDialog and CueSheetModel as well as the CueSheet helper classes...
LoRd_MuldeR [Sun, 13 Oct 2013 18:50:12 +0000 (20:50 +0200)]
Updated CueImportDialog and CueSheetModel as well as the CueSheet helper classes to use AudioFileModel_MetaInfo. Significant code simplification.

10 years agoImproved lamexp_version_date() function.
LoRd_MuldeR [Sun, 13 Oct 2013 18:46:47 +0000 (20:46 +0200)]
Improved lamexp_version_date() function.

10 years agoUse AudioFileModel_MetaInfo instead of AudioFileModel where appropriate. Also updated...
LoRd_MuldeR [Sat, 12 Oct 2013 22:21:37 +0000 (00:21 +0200)]
Use AudioFileModel_MetaInfo instead of AudioFileModel where appropriate. Also updated MetaInfoModel to work with a AudioFileModel_MetaInfo (not only with a full AudioFileModel).

10 years agoUpdated "success" sound.
LoRd_MuldeR [Sat, 12 Oct 2013 22:19:13 +0000 (00:19 +0200)]
Updated "success" sound.

10 years agoFix compilation after previous changes to AudioFileModel in previous commit.
LoRd_MuldeR [Sat, 12 Oct 2013 20:55:41 +0000 (22:55 +0200)]
Fix compilation after previous changes to AudioFileModel in previous commit.

10 years agoMajor redesign of the AudioFileModel class: Split data into separate AudioFileModel_M...
LoRd_MuldeR [Sat, 12 Oct 2013 18:38:07 +0000 (20:38 +0200)]
Major redesign of the AudioFileModel class: Split data into separate AudioFileModel_MetaInfo and AudioFileModel_TechInfo classes.

10 years agoRedesign of the ArtworkModel in order to improve the handling of the implicitly share...
LoRd_MuldeR [Sat, 12 Oct 2013 18:36:45 +0000 (20:36 +0200)]
Redesign of the ArtworkModel in order to improve the handling of the implicitly shared data.

10 years agoYet another small overhaul of ProcessingDialog and ProcessThread.
LoRd_MuldeR [Sat, 12 Oct 2013 18:34:59 +0000 (20:34 +0200)]
Yet another small overhaul of ProcessingDialog and ProcessThread.

10 years agoSmall improvement in lamexp_finalization() function.
LoRd_MuldeR [Sat, 12 Oct 2013 18:33:13 +0000 (20:33 +0200)]
Small improvement in lamexp_finalization() function.

10 years agoUpdated some of the sound files.
LoRd_MuldeR [Sat, 12 Oct 2013 18:32:28 +0000 (20:32 +0200)]
Updated some of the sound files.

10 years agoSplit ProcessThread::start() method into ProcessThread::init() and ProcessThread...
LoRd_MuldeR [Fri, 11 Oct 2013 18:43:31 +0000 (20:43 +0200)]
Split ProcessThread::start() method into ProcessThread::init() and ProcessThread::start().

10 years agoGot ride of more legacy compatibility code.
LoRd_MuldeR [Fri, 11 Oct 2013 18:40:28 +0000 (20:40 +0200)]
Got ride of more legacy compatibility code.

10 years agoGot rid of some more legacy compatibility code in the FileSystemModelEx class.
LoRd_MuldeR [Wed, 9 Oct 2013 23:46:30 +0000 (01:46 +0200)]
Got rid of some more legacy compatibility code in the FileSystemModelEx class.

10 years agoMoved some initialization stuff out of the ProcessThread::run() function into a new...
LoRd_MuldeR [Wed, 9 Oct 2013 14:11:58 +0000 (16:11 +0200)]
Moved some initialization stuff out of the ProcessThread::run() function into a new initialization function. Also got rid of one Mutex, because file names are now generated in the init function, i.e. by the "main" thread.

10 years agoImproved lamexp_rand_str() function. Also this function now returns shorter strings...
LoRd_MuldeR [Wed, 9 Oct 2013 14:09:20 +0000 (16:09 +0200)]
Improved lamexp_rand_str() function. Also this function now returns shorter strings (by default), which still should be enough to avoid name clashes.

10 years agoMake ProcessingDialog use a QThreadPool and, accordingly, make ProcessThread inherit...
LoRd_MuldeR [Wed, 9 Oct 2013 01:14:38 +0000 (03:14 +0200)]
Make ProcessingDialog use a QThreadPool and, accordingly, make ProcessThread inherit from QRunnable rather than QThread.

10 years agoFixed compilation with VS2010 and removed an obsolete file.
LoRd_MuldeR [Tue, 8 Oct 2013 23:07:19 +0000 (01:07 +0200)]
Fixed compilation with VS2010 and removed an obsolete file.

10 years agoUpdated mpg123 decoder binary to v1.16.0 (2013-10-06), compiled with GCC 4.8.1.
LoRd_MuldeR [Tue, 8 Oct 2013 20:45:42 +0000 (22:45 +0200)]
Updated mpg123 decoder binary to v1.16.0 (2013-10-06), compiled with GCC 4.8.1.

10 years agoUpdated Simplified Chinese translation, thanks to <kidneybean@sohu.com>.
LoRd_MuldeR [Tue, 8 Oct 2013 20:41:40 +0000 (22:41 +0200)]
Updated Simplified Chinese translation, thanks to <kidneybean@sohu.com>.

10 years agoDropped VS2008 solution/project files.
LoRd_MuldeR [Tue, 8 Oct 2013 20:36:24 +0000 (22:36 +0200)]
Dropped VS2008 solution/project files.

10 years agoImplemented AbstractEncoderInfo for the AAC encoders too.
LoRd_MuldeR [Mon, 7 Oct 2013 00:28:01 +0000 (02:28 +0200)]
Implemented AbstractEncoderInfo for the AAC encoders too.

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).

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

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

11 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.

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

11 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).

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

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

11 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.

11 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).

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

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

11 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.

11 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.

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

11 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.

11 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().

11 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.

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

11 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).