summaryrefslogtreecommitdiffstats
path: root/src/engine/cachingreader
AgeCommit message (Expand)Author
2020-12-15Add pointer qualification to auto typesJan 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-19Pass non-trivial/large function args by referenceJan Holthuis
2020-11-10Remove filename and author comment in header filesxerus2000
2020-11-10Use #pragma once everywherexerus2000
2020-11-01Rename isPartOf() to isSubrangeOf()Daniel Schürmann
2020-10-26Introduce IndexRange::isPartOf()Daniel Schürmann
2020-09-29replace #include "track/track.h" by "track_decl.h" in all header filesDaniel Schürmann
2020-09-21CachingReaderWorker: Translate UI error messagesUwe Klotz
2020-09-08CachingReader: Fix debug assertion when hintFrameCount == 0Jan Holthuis
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