summaryrefslogtreecommitdiff
path: root/src/audiocache.cc
AgeCommit message (Expand)Author
2018-08-05Add support for partial buffers in cache and rendering engine - fixes dropout...Bent Bisballe Nyeng
2017-05-07Lazy free the nodata buffers on plugin removal.Bent Bisballe Nyeng
2017-05-07Add additional underrun increments.Bent Bisballe Nyeng
2017-04-29Keep sync on cache misses.Bent Bisballe Nyeng
2017-04-29Fix crash on 'underrun' when c.font is not yet allocated but the preload cach...Bent Bisballe Nyeng
2017-04-15Fix audio cache test - missing updateChunkSize call before processing.Bent Bisballe Nyeng
2017-04-15Add chunk size control to the audio cache engine.Bent Bisballe Nyeng
2017-04-15Use std::size types.Bent Bisballe Nyeng
2017-04-01Update underrun counter directly in AudioCache.Bent Bisballe Nyeng
2017-03-25Fix crash on multiple stop/start command due to invalid pointer returned to t...Bent Bisballe Nyeng
2016-03-31made API of AudioCache's getters more consistentChristian Glöckner
2016-03-22Change license to LGPLv3.André Nusser
2016-03-13Only open AudioCacheFile if needed.Bent Bisballe Nyeng
2016-03-12Only open file if we actually need to read from it.Bent Bisballe Nyeng
2016-02-14Change GPL version number in file headers to 3.André Nusser
2016-01-29Glocke suggestionsAndré Nusser
2016-01-29wip 3André Nusser
2016-01-29wip 2André Nusser
2016-01-29wip 1André Nusser
2016-01-28Conform to style guide.Bent Bisballe Nyeng
2016-01-28Added debugBent Bisballe Nyeng
2016-01-27Add debug.Bent Bisballe Nyeng
2016-01-20Fix some comments.Bent Bisballe Nyeng
2016-01-20Split CacheManager into several AudioCache classes and refactored the lot of ...Bent Bisballe Nyeng