summaryrefslogtreecommitdiffstats
path: root/src/engine/cachingreader.cpp
AgeCommit message (Expand)Author
2019-01-06move CachingReader classes to their own folderBe
2018-10-27Address review comments.RJ Skerry-Ryan
2018-10-26Fix some issues identified by clazy.RJ Skerry-Ryan
2018-07-14Merge remote-tracking branch 'upstream/2.1'Daniel Schürmann
2018-07-14Reduce log level for cache misses from DEBUG to TRACEUwe Klotz
2018-07-14Improve robustness and documentation of CachingReader interfaceUwe Klotz
2018-07-14CachingReader reports cache misses to calling codeDaniel Schürmann
2018-07-08Pad unreadable samples with silence on cache missUwe Klotz
2018-06-12Source typosluz.paz
2018-05-12Fix CachingReader compiler warnings about non-trivial typesUwe Klotz
2017-11-06Rename IndexRange member functionsUwe Klotz
2017-11-06Enclose sample buffering classes into namespace 'mixxx'Uwe Klotz
2017-11-06Abort reading of sample data if not (yet) available and cachedUwe 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-03-16Improved hinting the ReadAheadmanager. It uses now frames instead of stereo s...Daniel Schürmann
2017-01-28Rename debug assertion macroUwe Klotz
2016-11-15reorder CachingReader::read() parameterDaniel Schürmann
2016-11-09CachingReader calculates the start sample internalyDaniel Schürmann
2016-07-28Merge pull request #954 from uklotzde/EngineBufferDebugAssertionDaniel Schürmann
2016-06-26Rename namespace 'Mixxx' to 'mixxx'Uwe Klotz
2016-05-28Use SINT for all sample/frame index and length calculationsUwe Klotz
2016-05-11Only reserve 80 spots in CachingReader::m_allocatedCachingReaderChunks.RJ Ryan
2016-04-27Move all Control classes to src/control.RJ Ryan
2016-04-26Rename TrackInfoObject to Track.RJ Ryan
2016-04-22Move CachingReader and friends into src/engine.RJ Ryan