OSDN Git Service

Bump version.
[lamexp/LameXP.git] / src / Thread_FileAnalyzer.cpp
2020-03-28 LoRd_MuldeRUpdated copyright year.
2019-01-11 LoRd_MuldeRHappy new year 2019!
2018-01-17 LoRd_MuldeRMerge branch 'master' of github.com:lordmulder/LameXP
2018-01-17 LoRd_MuldeRHappy new year 2018!
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-01-01 LoRd_MuldeRHappy new year 2015 !!!
2014-11-30 LoRd_MuldeRMoved various auxiliary macros into the MUtils library.
2014-11-30 LoRd_MuldeRMoved Natural String Sort functions into MUtils library...
2014-11-25 LoRd_MuldeRMoved various functions into MUtils library and removed...
2014-08-17 LoRd_MuldeRMake sure the "queued" slots in the FileAnalyzer thread...
2014-08-16 LoRd_MuldeRFixed potential crash when trying to import Cue Sheet...
2014-01-01 LoRd_MuldeRHappy new year 2014!
2013-11-24 LoRd_MuldeRMore improvements to Splash Screen and the working...
2013-11-01 LoRd_MuldeRTweaked the number of extractor threads. Also added...
2013-10-24 LoRd_MuldeRImproved file analyzer to retain the original ordering...
2013-10-23 LoRd_MuldeRUpdated license info.
2013-10-18 LoRd_MuldeRUse the THROW macro instead of plain "throw" in the...
2013-10-16 LoRd_MuldeRSmall improvement in InitializationThread class.
2013-10-06 LoRd_MuldeRRedesigned FileAnalyzer and Analyzer task. New design...
2013-08-23 LoRd_MuldeRIgnore case when sorting file names.
2013-08-22 LoRd_MuldeRImplemented "natural ordering" for sorting the input...
2013-02-08 LoRd_MuldeRWelcome to year 2013 ;-)
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-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...
2012-04-20 lordmulderBetter method to prevent MediaInfo from detecting playl...
2012-04-19 lordmulderWorkaround for a recent change in MediaInfo's behavior...
2012-03-08 lordmulderFixed detection of bit depth.
2012-01-14 lordmulderUpdated MediaInfo binaries with latest fix to properly...
2012-01-14 lordmulderUpdated file analyzer to use the "--inform" parameter...
2012-01-01 lordmulderHappy New Year 2012!
2011-11-19 lordmulderMake sure that the extracted "cover art" image file...
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-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-05 lordmulderMake the FileAnalyzer remember the recently analyzed...
2011-07-28 lordmulderFixed a bug that could files to be added twice. Files...
2011-05-31 lordmulderDetect and show audio bitrate + added an option to...
2011-05-22 lordmulderOnce again updated 'avs2wav' tool. Should now create...
2011-05-21 lordmulderMake Avisynth analyzer check the exit code of avs2wav.
2011-05-21 lordmulderMuch improved Avisynth input. Now actually detect Avisy...
2011-05-19 lordmulderAdded support for Avisynth input (audio only!) using...
2011-05-16 lordmulderShow a warning when the user tries to add a Cue Sheet...
2011-05-16 lordmulderImplemented a better method to abort FileAnalyzer thread.
2011-05-02 lordmulderUpdated MediaInfo binaries to v0.7.45 Beta/Trunk (2011...
2011-04-25 lordmulderAdded workaround for MediaInfo's line break bug (regres...
2011-04-17 lordmulderAdded global exception handler routine.
2011-04-11 lordmulderMake it possible to abort the operation when adding...
2011-04-11 lordmulderRewrote initialization code: Instead of extracting...
2011-03-22 lordmulderAdded support for adding, editing and clearing cover...
2011-03-21 lordmulderRefactored the handling of cover artwork files into...
2011-03-20 lordmulderInitial support for cover artwork.
2011-03-19 lordmulderDetect the .cda files that can be found in the root...
2011-03-12 lordmulderAdded macros for a Unicode-safe version of qDebug(...
2011-03-10 lordmulderImplemented a workaround to pass UTF-8 strings through...
2011-01-31 lordmulderRefactor playlist importer into a separate class.
2011-01-31 lordmulderImprove ASX/WPL parser. Should be more XML-conform...
2011-01-30 lordmulderAdded support for playlist import (M3U, PLS, ASX and...
2011-01-01 lordmulderHappy new year!
2010-12-18 lordmulderUpdate MediaInfo to v0.7.38.
2010-11-22 lordmulderImplemented logging and added a log file view.
2010-11-18 lordmulderMore detailed error output when process failed to creat...
2010-11-13 lordmulderAdd simple utilitiy to auto-inc build numbers + fix...
2010-11-12 lordmulderDetect Nero AAC encoder version at runtime and suggest...
2010-11-11 lordmulderMove about dialog into a separate class
2010-11-07 lordmulderImplemented option to switch GUI style at runtime
2010-11-07 lordmulderImprove about dialog + nicer method write version info...
2010-11-06 lordmulderfirst commit