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_thread.c
Age
Commit message (
Expand
)
Author
2008-09-07
audio_format: converted typedef AudioFormat to struct audio_format
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
renamed decode.h to decoder_control.h
Max Kellermann
2008-08-26
moved global variable "pc" to player.h
Max Kellermann
2008-08-26
moved variable "dc" to decode.h
Max Kellermann
2008-08-26
player_thread: removed decode(), renamed decodeParent()
Max Kellermann
2008-08-26
hide DecoderControl accesses in inline functions
Max Kellermann
2008-08-26
check for decoder error before state!=START
Max Kellermann
2008-08-26
don't reset dc->command in quitDecode()
Max Kellermann
2008-08-26
added decoder_control.c
Max Kellermann
2008-08-26
fix a comment regarding the player queue
Max Kellermann
2008-08-26
rewrote playerKill()
Max Kellermann
2008-08-26
player: don't call STOP before CLOSE_AUDIO
Max Kellermann
2008-08-26
assert song->url != NULL
Max Kellermann
2008-08-26
don't call quitDecode() in waitOnDecode()
Max Kellermann
2008-08-26
moved code to player_thread.c
Max Kellermann