aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlayerControl.cxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-27PlayerControl: work around std::nanf() not being available on MacPortsMax Kellermann1-0/+6
2013-01-25PlayerControl: add second Cond objectMax Kellermann1-1/+1
2013-01-20PlayerControl: move functions into the classMax Kellermann1-108/+92
2013-01-15PlayerControl: initialise attribute "border_pause"Max Kellermann1-1/+2
2013-01-10PlayerControl: switch to the Mutex/Cond classesMax Kellermann1-6/+1
2013-01-10PlayerThread: use pc.cond instead of main_condMax Kellermann1-1/+1
2013-01-10DecoderControl: take ownership of client_condMax Kellermann1-3/+3
2013-01-09idle: convert to C++Max Kellermann1-5/+1
2013-01-07replay_gain_info, ...: use cmath instead of math.h in C++ modeMax Kellermann1-2/+3
2013-01-04PlayerControl: initialize all attributesMax Kellermann1-1/+5
2013-01-04PlayerControl: add constructor and destructorMax Kellermann1-25/+17
2013-01-04player_control.h: convert header to C++Max Kellermann1-1/+1
2013-01-04decoder_*: convert to C++Max Kellermann1-7/+7
2012-09-28main: use C++ compilerMax Kellermann1-1/+1
2012-08-25player_thread: disable cross-fading in "single" modeMax Kellermann1-0/+8
2012-08-15player_control: duplicate the song objectMax Kellermann1-0/+7
2012-08-08player_control: add GError attributeMax Kellermann1-36/+27
2012-08-08player_control: rename attribute "error" to "error_type"Max Kellermann1-4/+4
2012-08-08player_control: rename player_error enum valuesMax Kellermann1-6/+6
2012-08-08player_control: remove unused enum player_error valuesMax Kellermann1-15/+0
2012-08-08player_control: inline trivial functionsMax Kellermann1-30/+0
2011-10-06player_control: auto-start playback when seeking is requestedMax Kellermann1-3/+0
2011-03-31fix common misspellingsJonathan Neuschäfer1-1/+1
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10decoder_control: store GCond object, not a player_controlMax Kellermann1-1/+1
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-128/+138
2010-06-19player_control: hold mutex in pc_play(), pc_pause()Max Kellermann1-9/+42
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+31
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-12player_control: hold lock while reading statusMax Kellermann1-1/+4
2009-11-12include config.h in all sourcesMax Kellermann1-0/+1
2009-11-03player_control: moved pc.next_song assertion into lockMax Kellermann1-1/+2
2009-11-02{decoder,player}_control: removed duplicate wakeupsMax Kellermann1-3/+2
2009-11-02player_control: lock player before setting seek parametersMax Kellermann1-2/+6
2009-10-31decoder_control: removed the global variable "dc"Max Kellermann1-2/+2
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann1-7/+35
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann1-0/+6
2009-10-08player_thread: get "elapsed" from audio outputsMax Kellermann1-0/+2
2009-10-08player_control: eliminate PLAYER_COMMAND_PLAYMax Kellermann1-2/+1
2009-10-08player_control: added several assertions on pc.next_song==NULLMax Kellermann1-0/+6
2009-10-08player_control: no CamelCaseMax Kellermann1-18/+30
2009-10-08player_control: clear errored_song in clearPlayerError()Max Kellermann1-1/+2
2009-10-08player_control: bundle "get" functions in pc_get_status()Max Kellermann1-11/+9
2009-10-08player_control: allocate getPlayerErrorStr() resultMax Kellermann1-19/+13
2009-07-06output: use the software mixer pluginMax Kellermann1-11/+0
2009-05-06player_control: assert that pc.next_song is NULL after seekingMax Kellermann1-0/+2
2009-05-06player_control: removed pc.error check from pc_seek()Max Kellermann1-6/+3
2009-05-06player_control: renamed playerSeek(), return boolMax Kellermann1-4/+4
2009-03-30player_control: remove unused function playerCurrentDecodeSong().Avuton Olrich1-7/+0
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7