summaryrefslogtreecommitdiffstats
path: root/src/engine/readaheadmanager.h
AgeCommit message (Expand)Author
2020-06-01engine: Add missing <list> includesJan Holthuis
2020-05-28Replace deprecated QLinkedList with std::listJan Holthuis
2019-11-07fix recursive positionChanged call. Fix omitting fist seek.Daniel Schürmann
2019-01-06move CachingReader classes to their own folderBe
2018-07-14Fade in after a chache missDaniel Schürmann
2016-07-28Remove rounding when returning from m_pReadAheadManagerDaniel Schürmann
2016-07-28Handle fractional playposition in readaheadmanagerDaniel Schürmann
2016-05-28Use SINT for all sample/frame index and length calculationsUwe Klotz
2016-04-22Move CachingReader and friends into src/engine.RJ Ryan
2015-04-07Removed unused mutex incudesDaniel Schürmann
2015-04-02Remove mutex form ReadAheadmanager, because it is now only called from the En...Daniel Schürmann
2015-03-28Moved setter for Loopingcontrol to constructor, added assertion for != NullDaniel Schürmann
2015-03-25Remove generic ReadAheadManager::addEngineControl interface, since the Contro...Daniel Schürmann
2015-03-25Added dedicated pointer for loopingControl In RAMANDaniel Schürmann
2015-03-25removed unused functionDaniel Schürmann
2015-01-08Replace QVector for hint list with QVarLengthArray.RJ Ryan
2014-06-13fix abs issueLee Matos
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2013-12-19Fix ugly const-casting required by EngineObject API.RJ Ryan
2013-06-30switch from QList to QVector to avoid memory allocation during the audio call...Daniel Schürmann
2013-06-29changed void ReadAheadManager::hintReader(double dRate, QList<Hint>* hintList...Daniel Schürmann
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan