summaryrefslogtreecommitdiffstats
path: root/src/analyzer
AgeCommit message (Expand)Author
2019-02-09Fix saving of range cues with only start or endNino Miškić-Pletenac
2019-02-07AnalyzerSilence: Create Cues in finalize() instead of initialize()Nino Miškić-Pletenac
2019-02-07Move custom logic from CuePosition::getSource() to AnalyzerSilence::shouldUpd...Nino Miškić-Pletenac
2019-02-05Merge commit '5d2651d93d3a923aa2c0e25153e33340bcd7e15e' into silencedetectionNino Miškić-Pletenac
2019-02-05AnalyzerSilence: Don't modify track from process()Nino Miškić-Pletenac
2019-01-27Revert unintended changesUwe Klotz
2019-01-27Delete unnecessary wrapper for QObject::deleteLater()Uwe Klotz
2019-01-27Change log level from debug to traceUwe Klotz
2019-01-27Revise comment about liveliness of worker threadsUwe Klotz
2019-01-26Handle expected race conditions when receiving queued signalsUwe Klotz
2019-01-26Temporary workaround to fix multi-threading issues of qm key analyzerUwe Klotz
2019-01-22Save intro and outro cues as range cuesNino Miškić-Pletenac
2019-01-20Try to fix build on Windows and macOSNino Miškić-Pletenac
2019-01-18Try to satisfy CodeFactor and address some review commentsNino Miškić-Pletenac
2019-01-15Merge commit '2ddc30fbfdda13fb543c389faf83ac00b507553b' into silencedetectionNino Miškić-Pletenac
2019-01-13Add compatibility workaround for Qt 5.9Uwe Klotz
2019-01-12Merge branch 'master' into unfinished_batch_analysisUwe Klotz
2019-01-12Try to fix CI build on UbuntuUwe Klotz
2019-01-12Fix thread-unsafe invocation of QObject::deleteLater()Uwe Klotz
2019-01-10Merge commit '28f902e0c1e16779062cab9fee3e137bf8a32d19' into silencedetectionNino Miškić-Pletenac
2019-01-07Prepare implementation of feature requestUwe Klotz
2019-01-06Introduce Intro/Outro Start/End cue pointsNino Miškić-Pletenac
2019-01-06move EngineFilter classes to their own folderBe
2019-01-06Prepare TrackAnalysisScheduler for future extensionsUwe Klotz
2019-01-05Keep track of pending tracks in analysis schedulerUwe Klotz
2019-01-05Avoid redundant state tracking in analysis schedulerUwe Klotz
2019-01-05Wake up worker thread after submitting next track for analysisUwe Klotz
2019-01-05Reset member variables after batch analysis has finishedUwe Klotz
2019-01-05Delete redundant conditional pathUwe Klotz
2019-01-05Add some assertions about track analysis progressUwe Klotz
2019-01-05Merge pull request #1973 from uklotzde/mpscfifoDaniel Schürmann
2019-01-04Use override instead of virtualUwe Klotz
2019-01-04Explain usage of MpscFifo for atomically submitting track pointersUwe Klotz
2019-01-04Log critical error if analyzer thread is not ready for submissionUwe Klotz
2019-01-03Rename AutoDJ Start/End cues to Intro/Outro cuesNino Miškić-Pletenac
2019-01-01Fix and test MpscFifoUwe Klotz
2018-12-31Merge commit '18e9314383de7ee83af146a44b380c80298b0d55' into silencedetectionNino Miškić-Pletenac
2018-12-31Merge commit 'b9c9b7f38251524d1fa5793142e89b32920a6c27' into silencedetectionNino Miškić-Pletenac
2018-12-30Remove logging and unused constant.RJ Skerry-Ryan
2018-12-30Use size_t for kWindowSize to be consistent with kStepSize.RJ Skerry-Ryan
2018-12-30Use constants and do not use non-static member initializers.RJ Skerry-Ryan
2018-12-30Move fast analysis samples calculation to init() and use analyzer/constants.h.RJ Skerry-Ryan
2018-12-30Add a constant for the number of seconds to analyze in fast analysis mode.RJ Skerry-Ryan
2018-12-30Move analyzer constants out of analyzerthread.cpp to analyzer/constants.h.RJ Skerry-Ryan
2018-12-30Merge remote-tracking branch 'mixxxdj/master' into remove-vampRJ Skerry-Ryan
2018-12-29Fix use after free errorUwe Klotz
2018-12-28Stop worker threads before exitingUwe Klotz
2018-12-28Fix comments and add debug logsUwe Klotz
2018-12-26Re-implement fast analysis for AnalyzerBeats and AnalyzerKey.RJ Skerry-Ryan
2018-12-26Don't store a plain pointer as memberUwe Klotz