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
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
2008-12-17
player_control: check if errored_song is set
Max Kellermann
2008-12-17
playlist: clear pc.errored_song on delete
Max Kellermann
2008-11-11
pcm_volume: added constant PCM_VOLUME_1
Max Kellermann
2008-11-03
player: converted PLAYER_ERROR_* to enum
Max Kellermann
2008-11-03
player: no CamelCase
Max Kellermann
2008-10-14
command: added command "idle"
Max Kellermann
2008-10-12
player: added commands QUEUE and CANCEL
Max Kellermann
2008-10-11
player: removed set_current_song()
Max Kellermann
2008-10-11
player: removed player_control.fileTime
Max Kellermann
2008-10-10
player: added player_get_audio_format()
Max Kellermann
2008-10-10
player: added player_control.audio_format
Max Kellermann
2008-10-08
song: removed CamelCase
Max Kellermann
2008-10-08
song: converted typedef Song to struct song
Max Kellermann
2008-09-24
notify: added notify_deinit()
Max Kellermann
2008-09-06
include cleanup
Max Kellermann
2008-08-26
moved player_command_finished() to player_thread.c
Max Kellermann
2008-08-26
moved code to pc_init(), dc_init()
Max Kellermann
2008-08-26
renamed player.c to player_control.c
Max Kellermann
2008-08-26
moved global variable "pc" to player.h
Max Kellermann