summaryrefslogtreecommitdiff
path: root/src/MusicPipe.cxx
AgeCommit message (Expand)Author
2018-11-19check.h: remove obsolete headerMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-06-23Music{Pipe,Chunk}: use MusicChunkPtr for the list linksMax Kellermann
2018-06-23MusicPipe, output/multiple: include cleanupMax Kellermann
2018-06-22MusicChunkPtr: managed MusicChunk pointerMax Kellermann
2018-06-22MusicPipe: add MusicBuffer referenceMax Kellermann
2017-06-04*: add lost of "noexcept" specificationsMax Kellermann
2017-05-08*: add "noexcept" to many, many function prototypesMax Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-08-12MusicChunk: rename struct to MusicChunkMax Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-10-30*: update copyright year to 2013Max Kellermann
2013-09-26MusicBuffer: expose the C++ APIMax Kellermann
2013-09-26MusicPipe: expose the C++ APIMax Kellermann
2013-08-03audio_format: convert to C++Max Kellermann
2013-01-04MusicChunk: move functions to methodsMax Kellermann
2013-01-04Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann
2013-01-04MusicPipe: allocate with new/deleteMax Kellermann
2013-01-04buffer, pipe: convert to C++Max Kellermann