summaryrefslogtreecommitdiff
path: root/src/player_thread.c
AgeCommit message (Expand)Author
2008-09-07audio_format: converted typedef AudioFormat to struct audio_formatMax Kellermann
2008-08-26moved player_command_finished() to player_thread.cMax Kellermann
2008-08-26moved code to pc_init(), dc_init()Max Kellermann
2008-08-26renamed player.c to player_control.cMax Kellermann
2008-08-26renamed decode.h to decoder_control.hMax Kellermann
2008-08-26moved global variable "pc" to player.hMax Kellermann
2008-08-26moved variable "dc" to decode.hMax Kellermann
2008-08-26player_thread: removed decode(), renamed decodeParent()Max Kellermann
2008-08-26hide DecoderControl accesses in inline functionsMax Kellermann
2008-08-26check for decoder error before state!=STARTMax Kellermann
2008-08-26don't reset dc->command in quitDecode()Max Kellermann
2008-08-26added decoder_control.cMax Kellermann
2008-08-26fix a comment regarding the player queueMax Kellermann
2008-08-26rewrote playerKill()Max Kellermann
2008-08-26player: don't call STOP before CLOSE_AUDIOMax Kellermann
2008-08-26assert song->url != NULLMax Kellermann
2008-08-26don't call quitDecode() in waitOnDecode()Max Kellermann
2008-08-26moved code to player_thread.cMax Kellermann