summaryrefslogtreecommitdiffstats
path: root/src/test/analyzersilence_test.cpp
AgeCommit message (Expand)Author
2020-10-09Merge branch '2.3' of github.com:mixxxdj/mixxx into float-warnings-pt-3Jan Holthuis
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-25test/analyzersilence_test: Add missing casts to CSAMPLEJan Holthuis
2020-03-30Use new PCM audio property typesUwe Klotz
2020-02-29Replace constants from cue.h and use them throughout codebaseJan Holthuis
2019-11-10Fix a bug where outro end was passed the end of the track, because not update...Daniel Schürmann
2019-10-22Cue: rename setPosition to setStartPositionBe
2019-08-13remove useless tracking of automatic vs manually placed cuesBe
2019-06-09Merge remote-tracking branch 'upstream/master' into autodj_intro_outroBe
2019-06-08Fix analyzer testsUwe Klotz
2019-05-07convert Cue::CueSource to enum classBe
2019-05-07convert Cue::CueType to enum classBe
2019-04-07Test AnalyzerSilence to correctly update range cuesNino Miškić-Pletenac
2019-02-09Fix saving of range cues with only start or endNino Miškić-Pletenac
2019-02-07Move custom logic from CuePosition::getSource() to AnalyzerSilence::shouldUpd...Nino Miškić-Pletenac
2019-01-22Save intro and outro cues as range cuesNino Miškić-Pletenac
2019-01-06Introduce Intro/Outro Start/End cue pointsNino Miškić-Pletenac
2019-01-03Rename AutoDJ Start/End cues to Intro/Outro cuesNino Miškić-Pletenac
2018-11-04Finish renaming begin cue to start cueNino Miškić-Pletenac
2018-11-03Wrap cue position with its source in CuePosition classNino Miškić-Pletenac
2018-08-15Test that cue point is correctly placed by AnalyzerSilenceNino Miškić-Pletenac
2018-08-14Fix incorrect use of EXPECT_EQ in AnalyzerSilenceTestNino Miškić-Pletenac
2018-06-06Test AnalyzerSilence to respect user editsNino Miškić-Pletenac
2018-05-29Test that cues AnalyzerSilence creates have source accordingly setNino Miškić-Pletenac
2018-02-14Add test for AnalyzerSilence with silence in the middleNino Miškić-Pletenac
2018-02-13Write basic unit test for AnalyzerSilenceNino Miškić-Pletenac