aboutsummaryrefslogtreecommitdiffstats
path: root/src/MusicBuffer.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
* MusicChunk: rename struct to MusicChunkMax Kellermann2014-08-121-2/+2
* copyright year 2014Max Kellermann2014-01-131-1/+1
* MusicBuffer: expose the C++ APIMax Kellermann2013-09-261-39/+13
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-1/+1
* FatalError: new library to replace mpd_error.hMax Kellermann2013-08-071-2/+2
* Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann2013-01-041-16/+6
* MusicBuffer: return memory to kernel when stopping playbackMax Kellermann2013-01-041-1/+5
* MusicBuffer: move code to template class SliceBufferMax Kellermann2013-01-041-60/+12
* MusicBuffer: allocate with new/deleteMax Kellermann2013-01-041-30/+30
* MusicBuffer: disable memory poisoningMax Kellermann2013-01-041-4/+0
* buffer, pipe: convert to C++Max Kellermann2013-01-041-0/+137