summaryrefslogtreecommitdiffstats
path: root/src/analyzer
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-12Delete obsolete #include directivesUwe 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-12Use a managed database connection(s) for waveform analyzer(s)Uwe Klotz
2017-06-12Consistently wire DAOs to the databaseUwe Klotz
2017-06-11Improve readability of log messagesUwe Klotz
2017-06-11Use prefix 's_' for mutable variables in anonymous namespaceUwe Klotz
2017-06-11Fix handling of environment path listsUwe Klotz
2017-06-11Fix the design and implementation of VampPluginLoaderUwe Klotz
2017-06-11Move Vamp initialization into VampPluginLoaderUwe Klotz
2017-04-05Merge pull request #1171 from JosepMaJAZ/fix-waveform-analysisDaniel Schürmann
2017-03-19some changes from the PR reviewJosepMaJAZ
2017-02-11Change the dirty waveform flag for a multistate enum to clearly indicate when...JosepMaJAZ
2017-02-04Convert tabs to spaces.RJ Ryan
2017-02-04changed mutex for qatomicJosepMaJAZ
2017-02-04Fix clear waveform cache not deleting bbdd entries.\n Fixed waveform analysis...JosepMaJAZ
2017-01-28Rename debug assertion macroUwe Klotz
2017-01-05change some more m_pConfig->getValue()Daniel Schürmann
2017-01-01remove inline getValueString to fix Mac buildDaniel Schürmann
2016-11-11Reset TrackPointer explicitly through functionUwe Klotz
2016-11-09Avoid using member functions from QSharedPointerUwe Klotz
2016-11-09Use const-ref instead of pointer for function argumentsUwe 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-05-12Remove DEBUG_ASSERTs in AnalyzerEbur128. These are actually normal cases.RJ Ryan
2016-04-28analyser -> analyzerRJ Ryan
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-04-23Improve error logging in AnalyzerEbur128Uwe Klotz
2016-04-23Fix finalize()/cleanup() handling in AnalyzerEbur128Uwe Klotz
2016-04-23Fix class name in log messages and timerUwe Klotz
2016-04-22Remove unused variable.RJ Ryan
2016-04-16Fix unused variable warnings.RJ Ryan
2016-04-13Tweak includes.RJ Ryan
2016-03-10Moved a common isAnalyzerDisabled to ReplaGainSettingsDaniel Schürmann
2016-03-10used new ReplayGainSettings clas also in the replay gain analyzer classesDaniel Schürmann
2016-03-09Sort includesDaniel Schürmann