summaryrefslogtreecommitdiffstats
path: root/src/cachingreaderworker.cpp
AgeCommit message (Expand)Author
2014-11-16Simplify SoundSourceProxy even moreUwe Klotz
2014-11-16Open SoundSource through SoundSourceProxy as beforeUwe Klotz
2014-11-16Fix some minor issues from the reviewUwe Klotz
2014-11-16Eliminate inappropriate inheritance: SoundSourceProxy is-not-a SoundSourceUwe Klotz
2014-11-15Replace unmanaged pointer with QScopedPointerUwe Klotz
2014-11-15Enhance and reuse SampleUtilUwe Klotz
2014-11-07Use QString instead of char* in ConstructorMax Linke
2014-08-29rename deref to remove confusion with QAtomicInt::dref()Owen Williams
2014-04-25Refactor use of math and other headers across the codebase.RJ Ryan
2014-04-04Add thread names for CachingReaderWorkers.RJ Ryan
2014-01-21Add event tracing in many useful places.RJ Ryan
2013-12-21Refactor the engine to process samples in the range of [-1.0, 1.0]. Fixes Bug...RJ Ryan
2013-11-06Some code cleanup, while working on Library concurency refactoring.Nazar tro Gerasymchuk
2013-10-30Add util/compatibility.h, a file for compatibility helpers to allow us to sup...RJ Ryan
2013-07-05clean up chunk memory calculationDaniel Schürmann
2013-07-03fixed issues from reviewDaniel Schürmann
2013-07-01dedicated thread for CachingReaderWorkerDaniel Schürmann
2013-06-26Splitted CachingReader into CachingReader and CachingReaderWorkerDaniel Schürmann