OSDN Git Service

Updated MediaInfo binaries to v18.08.1 (2018-09-10), compiled with ICL 19.0 and MSVC...
[lamexp/LameXP.git] / src / Thread_FileAnalyzer_Task.cpp
2018-05-10 LoRd_MuldeRDo *not* try to check the MediaInfo in XML output,...
2018-04-15 LoRd_MuldeRUpdated FileAnalyzer_Task to extract cover artwork...
2018-04-14 LoRd_MuldeRFixed handling of MediaInfo "point" releases in FileAna...
2018-04-09 LoRd_MuldeRFixed a bug in AnalyzeTask::retrieveCover() function...
2018-01-17 LoRd_MuldeRMerge branch 'master' of github.com:lordmulder/LameXP
2018-01-17 LoRd_MuldeRHappy new year 2018!
2017-11-04 LoRd_MuldeRFixed reading duration + some code refactoring.
2017-11-04 LoRd_MuldeRAdapted MediaInfo parsing code for new MediaInfo XML...
2017-11-02 LoRd_MuldeRImplemented parsing of cover art + code clean-up.
2017-10-31 LoRd_MuldeRSwitch to using QXmlStreamReader instead of SAX parser...
2017-10-31 LoRd_MuldeRSwitch to using QXmlStreamReader instead of SAX parser...
2017-10-30 LoRd_MuldeRSome code refactoring.
2017-10-30 LoRd_MuldeRRe-wrote MediaInfo output parsing code. Now using XML...
2017-04-19 LoRd_MuldeRSwitch to using QAtomicInc instead of "volatile" flags...
2017-04-18 LoRd_MuldeRSwitch to using QAtomicInc for abort flags.
2017-03-12 LoRd_MuldeRBump release year.
2016-12-19 LoRd_MuldeRSome fixes to adapt for latest MUtils changes.
2016-01-06 Vladimir SvyatskiMerge remote-tracking branch 'upstream/master'
2016-01-03 LoRd_MuldeRHappy new year 2016!
2015-08-27 LoRd_MuldeRExplicitly pass MIME type to OpenEnc when adding cover...
2015-01-01 LoRd_MuldeRHappy new year 2015 !!!
2014-12-20 LoRd_MuldeRMoved translation support into MUtilities library ...
2014-12-19 LoRd_MuldeRMore code refactoring and clean-up.
2014-11-30 LoRd_MuldeRMoved various auxiliary macros into the MUtils library.
2014-11-25 LoRd_MuldeRRemoved the lamexp_fatal_exit() function.
2014-11-25 LoRd_MuldeRMoved various functions into MUtils library and removed...
2014-06-27 LoRd_MuldeRSome improvements and simplifications to error handling...
2014-01-01 LoRd_MuldeRHappy new year 2014!
2013-10-29 LoRd_MuldeRAdded lamexp_init_process() function, which can be...
2013-10-23 LoRd_MuldeRUpdated license info.
2013-10-21 LoRd_MuldeRIntroduce QUTF8 macro and replace ".toUtf8().constData...
2013-10-18 LoRd_MuldeRUse the THROW macro instead of plain "throw" in the...
2013-10-12 LoRd_MuldeRFix compilation after previous changes to AudioFileMode...
2013-10-06 LoRd_MuldeRRedesigned FileAnalyzer and Analyzer task. New design...
2013-02-08 LoRd_MuldeRWelcome to year 2013 ;-)
2012-08-22 LoRd_MuldeRTreat Wave files with IEEE Float (32-Bit) sample format...
2012-07-31 lordmulderUpdated MediaInfo binary to a current SVN/Trunk version...
2012-07-20 lordmulderAdded support for Opus Audio Codec, based on Opus-Tools...
2012-05-25 lordmulderNow using a separate QSemaphore to limit the number...
2012-05-13 lordmulderChanged the method to synchronize the analyzer threads...
2012-05-12 lordmulderFix: In order to ensure the "correct" ordering, *all...
2012-05-09 lordmulderSome code refactoring regarding the QWaitCondition...
2012-05-07 lordmulderSlightly improved progress indicator for file analyzer...
2012-05-06 lordmulderImplemented progress indicator for the working banner.
2012-05-05 lordmulderImplemented a method to disables update signals from...
2012-05-05 lordmulderNow using a QWaitCondition to synchronize the FileAnaly...
2012-05-04 lordmulderSome minor tweaks to the multi-threaded FileAnalyzer...
2012-05-04 lordmulderImplemented multi-threading for file analyzer. Now...