aboutsummaryrefslogtreecommitdiffstats
path: root/src/MusicBuffer.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-09-26MusicBuffer: expose the C++ APIMax Kellermann1-39/+13
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-1/+1
2013-08-07FatalError: new library to replace mpd_error.hMax Kellermann1-2/+2
2013-01-04Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann1-16/+6
2013-01-04MusicBuffer: return memory to kernel when stopping playbackMax Kellermann1-1/+5
2013-01-04MusicBuffer: move code to template class SliceBufferMax Kellermann1-60/+12
2013-01-04MusicBuffer: allocate with new/deleteMax Kellermann1-30/+30
2013-01-04MusicBuffer: disable memory poisoningMax Kellermann1-4/+0
2013-01-04buffer, pipe: convert to C++Max Kellermann1-3/+3
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-05-02chunk: added attribute "other"Max Kellermann1-0/+3
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-03-13all: Update copyright header.Avuton Olrich1-3/+4
2009-03-09music_buffer: poison unallocated chunksMax Kellermann1-0/+5
2009-03-06pipe: added music_buffer, rewrite music_pipeMax Kellermann1-0/+127