aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlayerControl.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-01Copyright year 2015Max Kellermann1-1/+1
2014-08-30PlayerControl: make settings "const"Max Kellermann1-2/+2
2014-08-30PlayerControl: update include guardMax Kellermann1-2/+2
2014-08-29PlayerThread: use SongTime for elapsed_timeMax Kellermann1-2/+2
2014-08-29PlayerControl: use SignedSongTime for the song durationMax Kellermann1-2/+2
2014-08-27PlayerControl: use std::chrono::duration for Seek()Max Kellermann1-2/+3
2014-02-21PlayerListener: new interface to replace GlobalEvents accessMax Kellermann1-3/+7
2014-01-28output: rename struct audio_output to AudioOutputMax Kellermann1-1/+1
2014-01-28OutputAll: convert to class, move instance to class PartitionMax Kellermann1-1/+5
2014-01-13copyright year 2014Max Kellermann1-1/+1
2014-01-09DetachedSong: fork of struct SongMax Kellermann1-18/+18
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-29PlayerControl: move attributes to struct CrossFadeSettingsMax Kellermann1-6/+7
2013-10-28player_control: rename to PlayerControlMax Kellermann1-7/+7
2013-10-22Playlist: copy stream tags from the PlayerThreadMax Kellermann1-1/+42
2013-10-17PlayerControl: GetError() returns an Error, not a char*Max Kellermann1-5/+23
2013-10-17Thread/Thread: replacement library for GThreadMax Kellermann1-8/+8
2013-09-27PlayerControl: use strictly typed enumsMax Kellermann1-38/+37
2013-09-27PlayerControl: convert functions to methodsMax Kellermann1-0/+55
2013-09-27PlayerThread: move code to player_control::CommandFinished()Max Kellermann1-0/+14
2013-09-04util/Error: new error passing libraryMax Kellermann1-4/+4
2013-08-03audio_format: convert to C++Max Kellermann1-3/+3
2013-07-28song: convert header to C++Max Kellermann1-4/+5
2013-01-25PlayerControl: add second Cond objectMax Kellermann1-0/+32
2013-01-20PlayerControl: move functions into the classMax Kellermann1-167/+121
2013-01-10PlayerControl: switch to the Mutex/Cond classesMax Kellermann1-6/+8
2013-01-04PlayerControl: add constructor and destructorMax Kellermann1-6/+4
2013-01-04player_control.h: convert header to C++Max Kellermann1-0/+0
2012-08-25player_thread: disable cross-fading in "single" modeMax Kellermann1-0/+15
2012-08-15player_control: duplicate the song objectMax Kellermann1-0/+18
2012-08-08player_control: add GError attributeMax Kellermann1-9/+21
2012-08-08player_control: rename attribute "error" to "error_type"Max Kellermann1-3/+5
2012-08-08player_control: rename player_error enum valuesMax Kellermann1-3/+11
2012-08-08player_control: remove unused enum player_error valuesMax Kellermann1-3/+0
2012-08-08player_control: inline trivial functionsMax Kellermann1-10/+25
2011-01-29copyright year 2011Max Kellermann1-1/+1
2011-01-10include cleanupMax Kellermann1-1/+2
2011-01-10player_control: removed the global variable "pc"Max Kellermann1-39/+40
2010-03-21Add support for MixRamp tagsTim Phipps1-0/+14
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-11-09player_control: removed the "volatile" attributeMax Kellermann1-2/+2
2009-11-03decoder_control: make the song objects constMax Kellermann1-1/+1
2009-10-31decoder_control: removed the global variable "dc"Max Kellermann1-1/+3
2009-10-31player_control: protect command, state, error with a mutexMax Kellermann1-4/+74
2009-10-23output_plugin: added methods enable() and disable()Max Kellermann1-0/+9
2009-10-08player_thread: get "elapsed" from audio outputsMax Kellermann1-0/+6
2009-10-08player_control: eliminate PLAYER_COMMAND_PLAYMax Kellermann1-1/+0
2009-10-08player_control: no CamelCaseMax Kellermann1-15/+24
2009-10-08player_control: bundle "get" functions in pc_get_status()Max Kellermann1-11/+10
2009-10-08player_control: allocate getPlayerErrorStr() resultMax Kellermann1-0/+5