index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
PlayerControl.cxx
Age
Commit message (
Expand
)
Author
2014-02-21
PlayerListener: new interface to replace GlobalEvents access
Max Kellermann
2014-01-28
OutputAll: convert to class, move instance to class Partition
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-09
DetachedSong: fork of struct Song
Max Kellermann
2013-11-28
include cleanup using iwyu
Max Kellermann
2013-10-29
PlayerControl: move attributes to struct CrossFadeSettings
Max Kellermann
2013-10-28
player_control: rename to PlayerControl
Max Kellermann
2013-10-26
PlayerControl: initialize tagged_song in constructor
Max Kellermann
2013-10-22
Playlist: copy stream tags from the PlayerThread
Max Kellermann
2013-10-19
*: use nullptr instead of NULL
Max Kellermann
2013-10-17
PlayerControl: GetError() returns an Error, not a char*
Max Kellermann
2013-10-17
Thread/Thread: replacement library for GThread
Max Kellermann
2013-09-27
PlayerControl: use strictly typed enums
Max Kellermann
2013-09-27
PlayerControl: convert functions to methods
Max Kellermann
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-07-28
song: convert header to C++
Max Kellermann
2013-04-08
Merge tag 'release-0.17.4'
Max Kellermann
2013-01-27
PlayerControl: work around std::nanf() not being available on MacPorts
Max Kellermann
2013-01-25
PlayerControl: add second Cond object
Max Kellermann
2013-01-20
PlayerControl: move functions into the class
Max Kellermann
2013-01-15
PlayerControl: initialise attribute "border_pause"
Max Kellermann
2013-01-10
PlayerControl: switch to the Mutex/Cond classes
Max Kellermann
2013-01-10
PlayerThread: use pc.cond instead of main_cond
Max Kellermann
2013-01-10
DecoderControl: take ownership of client_cond
Max Kellermann
2013-01-09
idle: convert to C++
Max Kellermann
2013-01-07
replay_gain_info, ...: use cmath instead of math.h in C++ mode
Max Kellermann
2013-01-04
PlayerControl: initialize all attributes
Max Kellermann
2013-01-04
PlayerControl: add constructor and destructor
Max Kellermann
2013-01-04
player_control.h: convert header to C++
Max Kellermann
2013-01-04
decoder_*: convert to C++
Max Kellermann