OSDN Git Service

Updated changelog.
[lamexp/LameXP.git] / src / Thread_Initialization.cpp
2015-05-03 LoRd_MuldeRSome improvements on AAC Encoders initialization code.
2015-04-26 LoRd_MuldeRParallel initialization of optional AAC encoders +...
2015-04-24 LoRd_MuldeRAdded optional support for the libfdk-aac encoder,...
2015-01-01 LoRd_MuldeRHappy new year 2015 !!!
2014-12-24 LoRd_MuldeRImproved initialization of the AAC encoders.
2014-12-21 LoRd_MuldeRMake the initialization time measurement work again.
2014-12-20 LoRd_MuldeRMoved translation support into MUtilities library ...
2014-12-19 LoRd_MuldeRMore code refactoring and clean-up.
2014-12-06 LoRd_MuldeRUse QElapsedTimer class instead of MUtils::OS::perfcoun...
2014-12-03 LoRd_MuldeRMoved some more OS-specific functions into the MUtiliti...
2014-11-30 LoRd_MuldeRMoved various auxiliary macros into the MUtils library.
2014-11-29 LoRd_MuldeRMoved more functions into MUtils library, especially...
2014-11-25 LoRd_MuldeRRemoved the lamexp_fatal_exit() function.
2014-11-25 LoRd_MuldeRMoved the CPU detection code into the MUtils library.
2014-11-25 LoRd_MuldeRMoved various functions into MUtils library and removed...
2014-06-27 LoRd_MuldeRSome improvements and simplifications to error handling...
2014-05-21 LoRd_MuldeRGot rid of some more Windows 2000 compatibility cruft.
2014-05-20 456vvMerge pull request #1 from lordmulder/master
2014-01-19 LoRd_MuldeRUpdated the QAAC add-in for LameXP to QAAC v2.33 (2014...
2014-01-01 LoRd_MuldeRFixed number of tools (only relevant for DEBUG builds...
2014-01-01 LoRd_MuldeRHappy new year 2014!
2013-11-23 LoRd_MuldeRMerge branch 'master' of github.com:lordmulder/LameXP
2013-11-23 LoRd_MuldeRImproved splash screen.
2013-11-03 LoRd_MuldeRReorganized global functions: The file "Global.h" was...
2013-11-02 LoRd_MuldeRAdded function to calculate the number threads from...
2013-11-02 LoRd_MuldeRSlightly improved benchmark code (outliers will now...
2013-11-02 LoRd_MuldeRTweaked number of threads a bit.
2013-11-01 LoRd_MuldeRTweaked the number of extractor threads. Also added...
2013-10-29 LoRd_MuldeRAdded lamexp_init_process() function, which can be...
2013-10-25 LoRd_MuldeRSlightly improved debugger thread code.
2013-10-23 LoRd_MuldeRUpdated license info.
2013-10-21 LoRd_MuldeRIntroduce QUTF8 macro and replace ".toUtf8().constData...
2013-10-20 LoRd_MuldeRImproved InitializationThread::selfTest() function...
2013-10-18 LoRd_MuldeRUse the THROW macro instead of plain "throw" in the...
2013-10-18 LoRd_MuldeRImproved tool extraction code in InitializationThread...
2013-10-16 LoRd_MuldeRSome more improvements of ExtractorTask class.
2013-10-16 LoRd_MuldeRSmall improvement in InitializationThread class.
2013-06-29 LoRd_MuldeRRefactored lamexp_temp_folder2() function. This also...
2013-02-11 LoRd_MuldeRNow each tool can also have a "tag" in addition to...
2013-02-08 LoRd_MuldeRWelcome to year 2013 ;-)
2012-12-11 LoRd_MuldeRFixed superfluous argument in printf(), found by static...
2012-12-04 LoRd_MuldeRSwitched the method of how the Designer UI file is...
2012-11-27 LoRd_MuldeRSimplified QKeccakHash and added self-test function.
2012-11-11 LoRd_MuldeRNow using Keccak/SHA-3 to verify the built-in files.
2012-10-07 LoRd_MuldeRBump version.
2012-08-12 Git UserMade some more global functions thread-safe by using...
2012-08-06 lordmulderBump minimum required FhgAacEnc version to 2012-08-06.
2012-08-05 lordmulderBump minimum required QAAC version v1.39.
2012-08-02 lordmulderUpdated F.A.Q. document.
2012-05-04 lordmulderImplemented multi-threading for file analyzer. Now...
2012-05-03 lordmulderMade tool registry thread-safe, using a QReadWriteLock.
2012-04-29 lordmulderImplemented multi-threading for tool extraction. The...
2012-04-09 lordmulderUpdated MediaInfo binary to v0.7.55 (2012-04-05), compi...
2012-04-05 lordmulderSome more Wine workarounds: Disable x64 binaries, as...
2012-01-01 lordmulderHappy New Year 2012!
2011-12-30 lordmulderUpdated x64 binaries with latest MPress version. Also...
2011-12-24 lordmulderMake the CPU usage indicator work on Windows 2000.
2011-12-19 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-12-19 lordmulderRenamed one local var.
2011-12-19 lordmulderPrint the "script" of the language file.
2011-12-19 lordmulderAdded 'Traditional Chinese' (Taiwanese) translation...
2011-12-18 lordmulderImproved language file initialization code.
2011-11-22 lordmulderFixed a crash in QAAC detection code.
2011-11-22 lordmulderAdjusted QAAC detection for shared 'libsoxrate' library.
2011-11-21 lordmulderChanged detection of QAAC for the new fully-static...
2011-11-21 lordmulderMore reliable method to detect QAAC and make sure the...
2011-11-21 lordmulderAdded optional support for the QAAC encoder. Requires...
2011-11-11 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-11-08 lordmulderUse qMin() and qMax() instead of min() and max() macros...
2011-10-21 lordmulderMoved Windows 8 64-Bit hack to a better place. MPress...
2011-10-18 lordmulderSome refactoring: Moved tools info into a separate...
2011-10-18 lordmulderRe-organized CPU type selection. This should also fix...
2011-10-16 lordmulderFixed web-update tool. After the recent update of the...
2011-10-14 lordmulderUpdated Qt Framework to v4.8.0 RC-1, built with Visual...
2011-10-11 lordmulderUpdated mpg123 decoder binary to v1.13.4 (2011-09-07...
2011-10-09 lordmulderUpdated Web Updater and Elevator binaries. Now with...
2011-10-08 lordmulderUpdated installer to get rid of "parameters.nsh", now...
2011-10-02 lordmulderInstaller updates.
2011-10-01 lordmulderUpdated MediaInfo and wma2wav binaries. Now compiled...
2011-09-29 lordmulderUpdated Web-Updater and Elevator binary. NSIS updated...
2011-09-29 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-09-29 lordmulderSet text codec to UTF-8, so qDebug/qWarning/qFatal...
2011-09-24 lordmulderUpdated MediaInfo binaries to v0.7.50 (2011-09-23)...
2011-09-23 lordmulderUpdated Web-Updater binary. After last update the Web...
2011-09-19 lordmulderSlightly tweak installer + updated Web Updater binary.
2011-09-17 lordmulderUpdated MediaInfo binaries to v0.7.49 (2011-09-09)...
2011-08-23 lordmulderUpdated LAME binaries, compiled with ICL 12.0 and Win2k...
2011-08-21 lordmulderSome more clean-up for FhgAacEnc support + updated...
2011-08-19 lordmulderAdded experimental(!) support for FhgAacEnc. Replaces...
2011-08-17 lordmulderUpdated MediaInfo binary to v0.7.48 (2011-08-17), compi...
2011-08-16 lordmulderRe-compiled more tools with Windows 2000 hack + reorgan...
2011-08-15 lordmulderUpdated MediaInfo and wma2wav binaries with Win2k-compa...
2011-07-31 lordmulderUpdated wma2wav binary to 2011-07-31.
2011-07-27 lordmulderUpdated MediaInfo binaries to v0.7.47 (2011-07-27)...
2011-07-26 lordmulderAdded 'wma2wav' as WMA decoder and removed all support...
2011-07-14 lordmulderUpdated MediaInfo binaries to v0.7.46 (2011-07-04)...
2011-07-12 lordmulderUpdated Web Update utility. Now with "Aero Glass" themi...
2011-07-06 lordmulderUpdated web-site URL + more tweaks to hash algorithm.
2011-07-02 lordmulderNew file hash algorithm (still based on SHA-1).
2011-06-24 lordmulderShow a warning to the use in case of "slow" startup...
next