summaryrefslogtreecommitdiffstats
path: root/src/engine/cachingreaderworker.cpp
AgeCommit message (Expand)Author
2019-01-06move CachingReader classes to their own folderBe
2018-05-12Fix CachingReader compiler warnings about non-trivial typesUwe Klotz
2018-02-19Fixed indicators for ejected trackskshitij98
2017-11-25Add a utility function to reduce nesting of member function callsUwe Klotz
2017-11-06Consistently use "sample rate" instead of "sampling rate"Uwe Klotz
2017-11-06More expressive Audio- and MetadataSource interfacesUwe Klotz
2017-11-06Rename IndexRange member functionsUwe Klotz
2017-11-06Enclose sample buffering classes into namespace 'mixxx'Uwe Klotz
2017-11-06Use optimized function to adjust index rangesUwe Klotz
2017-11-06Rename various member functions in IndexRangeUwe Klotz
2017-11-06Change naming of IndexRange members to avoid misunderstandingsUwe Klotz
2017-11-06Introduce AudioSource v2 APIUwe Klotz
2017-11-06Use loggers in CachingReader componentsUwe Klotz
2017-06-27Eliminate side-effects from SoundSourceProxy constructorUwe Klotz
2017-03-11Show native separators in user visible stringsDaniel Schürmann
2017-01-28Close open file handles immediately when ejecting trackUwe Klotz
2016-11-11Reset TrackPointer explicitly through functionUwe Klotz
2016-08-19Replace isNull() with operator bool for shared pointersUwe Klotz
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-04-26Move src/soundsourceproxy.h/cpp to src/sources.RJ Ryan
2016-04-22Move CachingReader and friends into src/engine.RJ Ryan