aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderControl.hxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* DecoderControl: reduce the number of PlayerThread wakeupsMax Kellermann2013-11-061-3/+11
* DecoderControl: convert mutex and client_cond to a referenceMax Kellermann2013-10-281-3/+14
* decoder_control: rename to DecoderControlMax Kellermann2013-10-281-6/+6
* DecoderControl: move code/attributes to new class MixRampInfoMax Kellermann2013-10-261-8/+9
* DecoderThread: move code to DecoderControl::CycleMixRamp()Max Kellermann2013-10-261-1/+6
* DecoderControl: add MixRamp gettersMax Kellermann2013-10-261-0/+12
* Song: pass reference to song_equals()Max Kellermann2013-10-211-2/+2
* Thread/Thread: replacement library for GThreadMax Kellermann2013-10-171-4/+5
* DecoderControl: use GLib forward declarationsMax Kellermann2013-09-271-2/+1
* DecoderControl: convert "enum decoder_state" to strictly-typed enumMax Kellermann2013-09-271-16/+22
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-8/+8
* DecoderControl: convert functions to methodsMax Kellermann2013-09-271-0/+47
* MusicBuffer: expose the C++ APIMax Kellermann2013-09-261-2/+3
* MusicPipe: expose the C++ APIMax Kellermann2013-09-261-2/+3
* util/Error: new error passing libraryMax Kellermann2013-09-041-12/+16
* audio_format: convert to C++Max Kellermann2013-08-031-3/+3
* song: convert header to C++Max Kellermann2013-07-281-4/+6
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-8/+10
* DecoderControl: move functions into the classMax Kellermann2013-01-211-188/+135
* PlayerControl: move functions into the classMax Kellermann2013-01-201-0/+9
* DecoderControl: take ownership of client_condMax Kellermann2013-01-101-1/+1
* decoder_*: convert to C++Max Kellermann2013-01-041-0/+339