summaryrefslogtreecommitdiffstats
path: root/src/analyzer
AgeCommit message (Expand)Author
2020-12-15Use bool literals instead of implicit castsJan Holthuis
2020-12-15Replace null pointer constants (e.g. NULL, 0) with nullptrJan Holthuis
2020-12-07Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-12-07Slimdown moc_compilation.cppDaniel Poelzleithner
2020-12-02Merge branch '2.3' of github.com:mixxxdj/mixxx into cleanup-headersJan Holthuis
2020-11-28Fix various MSVC conversion data loss warningsJan Holthuis
2020-11-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-13Merge remote-tracking branch 'upstream/2.3' into cleanup-headersxerus2000
2020-11-12AnalyzerBeats/AnalyzerKey: Fix QList time-of-check/time-of-use issuesJan Holthuis
2020-11-10Use #pragma once everywherexerus2000
2020-11-01Rename isPartOf() to isSubrangeOf()Daniel Schürmann
2020-10-26Remove too abstract IndexRange::span()Daniel Schürmann
2020-10-26Introduce IndexRange::isPartOf()Daniel Schürmann
2020-10-07Delete obsolete DEBUG_ASSERTUwe Klotz
2020-10-07AnalyzerThread: Fix debug assertionUwe Klotz
2020-10-05AnalyzerKeyFinder: Delete unused member variableUwe Klotz
2020-09-30Merge pull request #3123 from Holzhaus/float-warnings-pt-4Daniel Schürmann
2020-09-29Merge pull request #3139 from daschuer/track_declUwe Klotz
2020-09-29Merge pull request #2956 from Be-ing/rekordbox_beatmapBe
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-25analyzer/plugins/analyzerqueenmarybeats: Add missing int castJan Holthuis
2020-09-25Merge pull request #3120 from Holzhaus/float-warningsDaniel Schürmann
2020-09-25analyzer/analyzersilence: Use CSAMPLE for thresholdsJan Holthuis
2020-09-24analyzer: Add missing `f` suffix to float literalsJan Holthuis
2020-09-23Make sure QM key detection is default until we have decided to switch to KeyF...Daniel Schürmann
2020-08-29Merge remote-tracking branch 'upstream/2.3' into rekordbox_beatmapBe
2020-08-04move priority logic to Worker ThreadDaniel Poelzleithner
2020-08-04Use low priority in library analyze queueDaniel Poelzleithner
2020-07-21add preference option for reanalyzing imported beatgrid dataBe
2020-06-13CMake: Link libSoundTouch dynamically if v2.1.1 is availableUwe Klotz
2020-06-05Merge pull request #2817 from daschuer/beatmap_48Uwe Klotz
2020-06-04Improve commentsDaniel Schürmann
2020-05-31Replace some more virtual with override.Daniel Schürmann
2020-05-27Fix typoDaniel Schürmann
2020-05-27Improve comments in AnalyzerQueenMaryBeatsDaniel Schürmann
2020-05-23Make use of MathUtilities::nextPowerOfTwo() to calculate a valid window sizeDaniel Schürmann
2020-05-16Add comment about re-analysis of tracks with bpm <= 0Uwe Klotz
2020-05-16Ensure that tracks with an invalid bpm are re-analyzedUwe Klotz
2020-05-11Avoid redundant math_min()Uwe Klotz
2020-05-11DownmixAndOverlapHelper: Limit both read and write sizeUwe Klotz
2020-05-10Merge pull request #2775 from uklotzde/default_analysis_plugin_selectionBe
2020-05-10Fix repeated key and beat analysis with default settingsUwe Klotz
2020-05-10Rename worker thread methodUwe Klotz
2020-05-10Rename enumeration to match function nameUwe Klotz
2020-05-04Move Beats et al. to mixxx namespaceJavier Vilarroig
2020-04-26AnalyzerKeyFinder: only record final keyBe
2020-04-21Merge remote-tracking branch 'upstream/master' into keyfinderBe
2020-04-21Merge remote-tracking branch 'upstream/master' into keyfinderBe
2020-04-21AnalyzerKeyFinder: move pluginInfo implementation to cpp fileBe
2020-04-21Merge pull request #2683 from crisclacerda/fixBpmAnalysisRegressionBe