summaryrefslogtreecommitdiffstats
path: root/src/cachingreader.cpp
AgeCommit message (Expand)Author
2015-03-25Use SampleUtil functions where possibleDaniel Schürmann
2015-02-21also check lengthOwen Williams
2015-02-21Gracefully handle odd-sized reads in cachingreader.Owen Williams
2015-01-10Improve comments in CachingReader.RJ Ryan
2015-01-09Reduce hash lookups in CachingReader by storing a state flag in Chunk.RJ Ryan
2015-01-08Remove QSet de-duping of CachingReader chunk hints.RJ Ryan
2015-01-08Replace QVector for hint list with QVarLengthArray.RJ Ryan
2015-01-08Eliminate double hash lookup in CachingReader::lookupChunk.RJ Ryan
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-07-01Debug assert if math_clamp is used incorrectlyOwen Williams
2014-06-30fix the actual bug, which is that reading past the end is ok.Owen Williams
2014-04-25Revert change from PR#234 -- we actually do want to lie about the # of sample...RJ Ryan
2014-04-25Merge branch masterMarcos CARDINOT
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-19remove block handled in 403dbfc - rryan suggestionMarcos CARDINOT
2014-04-17logically dead code - conditional cannot be trueMarcos CARDINOT
2014-03-16Adjust thread priorities according to discussion in Bug #1270583.RJ Ryan
2014-01-01changed toUtf8 to toLocal8Bit for all targets, because this way we have alway...Daniel Schürmann
2013-07-05clean up chunk memory calculationDaniel Schürmann
2013-07-01dedicated thread for CachingReaderWorkerDaniel Schürmann
2013-06-30switch from QList to QVector to avoid memory allocation during the audio call...Daniel Schürmann
2013-06-29fix all hintReader functions & -> * for output parameterDaniel Schürmann
2013-06-29removed wake from CachingReaderDaniel Schürmann
2013-06-28added counter for cache misses in CachingReaderDaniel Schürmann
2013-06-26Splitted CachingReader into CachingReader and CachingReaderWorkerDaniel Schürmann
2013-06-23fix possible segfault with CachingReader::~CachingReader();Daniel Schürmann
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan