summaryrefslogtreecommitdiffstats
path: root/src/analyzer/analyzerqueue.cpp
AgeCommit message (Expand)Author
2017-06-20Don't try to read more frames than availableUwe Klotz
2017-06-15Split DbConnectionPool API into roles: "Pooler" vs. "Pooled"Uwe Klotz
2017-06-15Introduce DbConnectionPooled for thread-local, pooled connectionsUwe Klotz
2017-06-15Rename to ThreadLocalScoped and explain how the pool worksUwe Klotz
2017-06-13Change naming of local variables in anonymous namespaceUwe Klotz
2017-06-12Manage a pool of thread-local database connectionsUwe Klotz
2017-06-12Thread-safe instance counter for both AnalyzerQueue and LibScannerUwe Klotz
2017-06-12Minor editsUwe Klotz
2017-06-12Move AnalysisDao back into waveform analyzerUwe Klotz
2017-06-12Simplify the creation of analyzer queue threadsUwe Klotz
2017-06-12Delete unused parametersUwe Klotz
2017-06-12Generate thread ids in a thread-safe mannerUwe Klotz
2017-06-12Move DAO and database connection into correct threadUwe Klotz
2017-06-12Use mixxx::Logger in AnalyzerQueueUwe Klotz
2017-06-11Move Vamp initialization into VampPluginLoaderUwe Klotz
2017-02-04Convert tabs to spaces.RJ Ryan
2016-11-11Reset TrackPointer explicitly through functionUwe Klotz
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-09-03more consistent naming for enabling waveform generation with analysis optionbe_
2016-09-02add option to generate waveforms on analysisbe_
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-04-13Tweak includes.RJ Ryan
2016-03-09Remove mit prefixDaniel Schürmann
2016-03-04remove unused gpl version of ebu r128Daniel Schürmann
2016-03-02Rename loadStored to reflect the actualy usageDaniel Schürmann
2016-02-22Update ReplayGain preferences for new EBU R 128 analyzerDaniel Schürmann
2016-02-21Introduced new config options for replay gain 1 and 2Daniel Schürmann
2016-02-21Added alternative MIT implementation for EBU R128Daniel Schürmann
2016-02-21Rename add gpl appendix to ebu r128 analyzerDaniel Schürmann
2016-02-20Added ReplayGain2 Analyzer based on ebumeter by Fons AdriaensenDaniel Schürmann
2016-01-24Use UserSettings (typedef) instead of ConfigObject.RJ Ryan
2016-01-09Move classes that represent mixing "devices" into mixer/.RJ Ryan
2016-01-08Merge branch '1.12'RJ Ryan
2015-12-27Migrate analyzers and vamp helpers to src/analyzer.RJ Ryan