summaryrefslogtreecommitdiffstats
path: root/src/engine/cachingreader
AgeCommit message (Expand)Author
2020-06-11Make QString m_group constDaniel Schürmann
2020-06-01engine: Add missing <list> includesJan Holthuis
2020-05-28Replace deprecated QLinkedList with std::listJan Holthuis
2020-03-30Get rid of the Janus-headed AudioSignal base classUwe Klotz
2020-03-30Use new PCM audio property typesUwe Klotz
2020-01-15Fix incorrect emit statements in Mixxx codebaseJan Holthuis
2020-01-07Use loadAcquire() for certain atomic load callsJan Holthuis
2020-01-07Add util wrapper function for QAtomic*<T>::load/store[Relaxed] methodsJan Holthuis
2019-12-11Fix typos (mixx->mixxx)luz.paz
2019-11-10Merge pull request #2351 from uklotzde/cachingreader_prerollUwe Klotz
2019-11-10Add debug logs to CachingReaderUwe Klotz
2019-11-10git-clang-formatDaniel Schürmann
2019-10-05Fix debug assertions while decoding corrupt filesUwe Klotz
2019-10-04Fix SEGFAULT if no track loadedUwe Klotz
2019-10-04Adjust (inaccurate) audio stream length during read operationsUwe Klotz
2019-10-03Merge remote-tracking branch 'upstream/2.2'Be
2019-09-30Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2019-09-16Merge remote-tracking branch 'upstream/2.2'Daniel Schürmann
2019-06-20Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_trackfileUwe Klotz
2019-06-15Add a wrapper class for handling track file locationsUwe Klotz
2019-06-14Add commentsUwe Klotz
2019-06-14Fixed unused parameter warnings in release buildUwe Klotz
2019-03-29Added missing include to fix building with Qt 5.5.1Daniel Schürmann
2019-01-11remove QT4 compatibility layer from util/compatibility.hDaniel Schürmann
2019-01-06CachingReader: replace SIGNAL & SLOT with Qt 5 functor syntaxBe
2019-01-06move CachingReader classes to their own folderBe