aboutsummaryrefslogtreecommitdiff
path: root/src/player_control.c
Commit message (Expand)AuthorAge
* player_thread: disable cross-fading in "single" modeMax Kellermann2012-08-25
* Merge branch 'v0.16.x'Max Kellermann2011-10-06
|\
| * player_control: auto-start playback when seeking is requestedMax Kellermann2011-10-06
* | fix common misspellingsJonathan Neuschäfer2011-03-31
* | copyright year 2011Max Kellermann2011-01-29
* | decoder_control: store GCond object, not a player_controlMax Kellermann2011-01-10
* | player_control: removed the global variable "pc"Max Kellermann2011-01-10
|/
* player_control: hold mutex in pc_play(), pc_pause()Max Kellermann2010-06-19
* Add support for MixRamp tagsTim Phipps2010-03-21
* Update copyright notices.Avuton Olrich2009-12-31
* player_control: hold lock while reading statusMax Kellermann2009-11-12
* include config.h in all sourcesMax Kellermann2009-11-12
* player_control: moved pc.next_song assertion into lockMax Kellermann2009-11-03
* {decoder,player}_control: removed duplicate wakeupsMax Kellermann2009-11-02
* player_control: lock player before setting seek parametersMax Kellermann2009-11-02
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-31
* player_control: protect command, state, error with a mutexMax Kellermann2009-10-31
* output_plugin: added methods enable() and disable()Max Kellermann2009-10-23
* player_thread: get "elapsed" from audio outputsMax Kellermann2009-10-08
* player_control: eliminate PLAYER_COMMAND_PLAYMax Kellermann2009-10-08
* player_control: added several assertions on pc.next_song==NULLMax Kellermann2009-10-08
* player_control: no CamelCaseMax Kellermann2009-10-08
* player_control: clear errored_song in clearPlayerError()Max Kellermann2009-10-08
* player_control: bundle "get" functions in pc_get_status()Max Kellermann2009-10-08
* player_control: allocate getPlayerErrorStr() resultMax Kellermann2009-10-08
* output: use the software mixer pluginMax Kellermann2009-07-06
* player_control: assert that pc.next_song is NULL after seekingMax Kellermann2009-05-06
* player_control: removed pc.error check from pc_seek()Max Kellermann2009-05-06
* player_control: renamed playerSeek(), return boolMax Kellermann2009-05-06
* player_control: remove unused function playerCurrentDecodeSong().Avuton Olrich2009-03-30
* all: Update copyright header.Avuton Olrich2009-03-13
* pipe: added music_buffer, rewrite music_pipeMax Kellermann2009-03-06
* player: added some more assertionsMax Kellermann2009-02-10
* player_control: reset pc.error if pc.errored_song is clearedMax Kellermann2009-01-29
* player_control: added player_control.threadMax Kellermann2009-01-25
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-07
* song: allocate the result of song_get_url()Max Kellermann2009-01-04
* event_pipe: replaced PIPE_EVENT_SIGNAL with main_notifyMax Kellermann2009-01-02
* event_pipe: renamed functions from main_notify_* to event_pipe_*Max Kellermann2009-01-01
* main_notify: renamed source to event_pipe.cMax Kellermann2009-01-01
* removed os_compat.hMax Kellermann2008-12-29
* player_control: check if errored_song is setMax Kellermann2008-12-17
* playlist: clear pc.errored_song on deleteMax Kellermann2008-12-17
* pcm_volume: added constant PCM_VOLUME_1Max Kellermann2008-11-11
* player: converted PLAYER_ERROR_* to enumMax Kellermann2008-11-03
* player: no CamelCaseMax Kellermann2008-11-03
* command: added command "idle"Max Kellermann2008-10-14
* player: added commands QUEUE and CANCELMax Kellermann2008-10-12
* player: removed set_current_song()Max Kellermann2008-10-11
* player: removed player_control.fileTimeMax Kellermann2008-10-11