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
/
player_control.c
Age
Commit message (
Expand
)
Author
2013-01-04
decoder_*: convert to C++
Max Kellermann
2012-09-28
main: use C++ compiler
Max Kellermann
2012-08-25
Merge branch 'v0.17.x'
Max Kellermann
2012-08-25
player_thread: disable cross-fading in "single" mode
Max Kellermann
2012-08-15
player_control: duplicate the song object
Max Kellermann
2012-08-08
player_control: add GError attribute
Max Kellermann
2012-08-08
player_control: rename attribute "error" to "error_type"
Max Kellermann
2012-08-08
player_control: rename player_error enum values
Max Kellermann
2012-08-08
player_control: remove unused enum player_error values
Max Kellermann
2012-08-08
player_control: inline trivial functions
Max Kellermann
2011-10-06
Merge branch 'v0.16.x'
Max Kellermann
2011-10-06
player_control: auto-start playback when seeking is requested
Max Kellermann
2011-03-31
fix common misspellings
Jonathan Neuschäfer
2011-01-29
copyright year 2011
Max Kellermann
2011-01-10
decoder_control: store GCond object, not a player_control
Max Kellermann
2011-01-10
player_control: removed the global variable "pc"
Max Kellermann
2010-06-19
player_control: hold mutex in pc_play(), pc_pause()
Max Kellermann
2010-03-21
Add support for MixRamp tags
Tim Phipps
2009-12-31
Update copyright notices.
Avuton Olrich
2009-11-12
player_control: hold lock while reading status
Max Kellermann
2009-11-12
include config.h in all sources
Max Kellermann
2009-11-03
player_control: moved pc.next_song assertion into lock
Max Kellermann
2009-11-02
{decoder,player}_control: removed duplicate wakeups
Max Kellermann
2009-11-02
player_control: lock player before setting seek parameters
Max Kellermann
2009-10-31
decoder_control: removed the global variable "dc"
Max Kellermann
2009-10-31
player_control: protect command, state, error with a mutex
Max Kellermann
2009-10-23
output_plugin: added methods enable() and disable()
Max Kellermann
2009-10-08
player_thread: get "elapsed" from audio outputs
Max Kellermann
2009-10-08
player_control: eliminate PLAYER_COMMAND_PLAY
Max Kellermann
2009-10-08
player_control: added several assertions on pc.next_song==NULL
Max Kellermann
2009-10-08
player_control: no CamelCase
Max Kellermann
2009-10-08
player_control: clear errored_song in clearPlayerError()
Max Kellermann
2009-10-08
player_control: bundle "get" functions in pc_get_status()
Max Kellermann
2009-10-08
player_control: allocate getPlayerErrorStr() result
Max Kellermann
2009-07-06
output: use the software mixer plugin
Max Kellermann
2009-05-06
player_control: assert that pc.next_song is NULL after seeking
Max Kellermann
2009-05-06
player_control: removed pc.error check from pc_seek()
Max Kellermann
2009-05-06
player_control: renamed playerSeek(), return bool
Max Kellermann
2009-03-30
player_control: remove unused function playerCurrentDecodeSong().
Avuton Olrich
2009-03-13
all: Update copyright header.
Avuton Olrich
2009-03-06
pipe: added music_buffer, rewrite music_pipe
Max Kellermann
2009-02-10
player: added some more assertions
Max Kellermann
2009-01-29
player_control: reset pc.error if pc.errored_song is cleared
Max Kellermann
2009-01-25
player_control: added player_control.thread
Max Kellermann
2009-01-07
pcm_utils: moved code to pcm_volume.c
Max Kellermann
2009-01-04
song: allocate the result of song_get_url()
Max Kellermann
2009-01-02
event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify
Max Kellermann
2009-01-01
event_pipe: renamed functions from main_notify_* to event_pipe_*
Max Kellermann
2009-01-01
main_notify: renamed source to event_pipe.c
Max Kellermann
2008-12-29
removed os_compat.h
Max Kellermann
[next]