aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlayerThread.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* Thread/Thread: replacement library for GThreadMax Kellermann2013-10-171-13/+8
* Song: GetURI() returns std::stringMax Kellermann2013-10-171-7/+6
* Log: new logging library APIMax Kellermann2013-10-021-9/+11
* PlayerThread: convert struct player to a classMax Kellermann2013-09-271-14/+17
* PlayerThread: use strictly typed enumMax Kellermann2013-09-271-14/+14
* PlayerControl: use strictly typed enumsMax Kellermann2013-09-271-44/+44
* PlayerThread: move code to player_control::CommandFinished()Max Kellermann2013-09-271-21/+12
* PlayerThread: use nullptr instead of NULLMax Kellermann2013-09-271-37/+37
* PlayerThread: unlock/lock in player_task()Max Kellermann2013-09-261-8/+3
* PlayerThread: move code into the player classMax Kellermann2013-09-261-269/+277
* PlayerThread: use player referencesMax Kellermann2013-09-261-116/+115
* PlayerThread: use {decoder,player}_control referencesMax Kellermann2013-09-261-214/+214
* PlayerThread: allocate decoder_control on the stackMax Kellermann2013-09-261-5/+5
* PlayerThread: move global MusicBuffer variable into the player objectMax Kellermann2013-09-261-24/+27
* PlayerThread: simplify "buffer empty" assertionMax Kellermann2013-09-261-7/+1
* MusicBuffer: expose the C++ APIMax Kellermann2013-09-261-19/+18
* MusicPipe: expose the C++ APIMax Kellermann2013-09-261-25/+24
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
* util/Error: new error passing libraryMax Kellermann2013-09-041-21/+19
* 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
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-1/+1
* audio_format: convert to C++Max Kellermann2013-08-031-14/+13
* tag: convert to C++Max Kellermann2013-07-301-12/+12
* song: convert header to C++Max Kellermann2013-07-281-21/+21
* use g_thread_new() if GLib is recent enoughMax Kellermann2013-04-171-0/+4
* Merge tag 'release-0.17.4'Max Kellermann2013-04-081-0/+4
* Merge branch 'v0.17.x'Max Kellermann2013-02-191-1/+9
* PlayerControl: add second Cond objectMax Kellermann2013-01-251-1/+1
* DecoderControl: move functions into the classMax Kellermann2013-01-211-31/+31
* PlayerControl: move functions into the classMax Kellermann2013-01-201-61/+61
* PlayerControl: switch to the Mutex/Cond classesMax Kellermann2013-01-101-1/+1
* PlayerThread: use pc.cond instead of main_condMax Kellermann2013-01-101-1/+1
* DecoderControl: take ownership of client_condMax Kellermann2013-01-101-1/+1
* EventPipe: rename to GlobalEventsMax Kellermann2013-01-091-5/+5
* event_pipe.h: convert to C++Max Kellermann2013-01-091-4/+1
* idle: convert to C++Max Kellermann2013-01-091-1/+1
* replay_gain_info, ...: use cmath instead of math.h in C++ modeMax Kellermann2013-01-071-1/+3
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-1/+1
* mixer_all: convert to C++Max Kellermann2013-01-071-1/+1
* player_control.h: convert header to C++Max Kellermann2013-01-041-1/+1
* MusicChunk: move functions to methodsMax Kellermann2013-01-041-2/+2
* crossfade: convert to C++Max Kellermann2013-01-041-1/+1
* buffer, pipe: convert to C++Max Kellermann2013-01-041-3/+3
* decoder_*: convert to C++Max Kellermann2013-01-041-1/+1
* {decoder,player}_thread: convert to C++Max Kellermann2013-01-021-0/+1198