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