Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved variable "dc" to decode.h | Max Kellermann | 2008-08-26 | 1 | -6/+7 |
* | player_thread: removed decode(), renamed decodeParent() | Max Kellermann | 2008-08-26 | 1 | -15/+4 |
* | hide DecoderControl accesses in inline functions | Max Kellermann | 2008-08-26 | 1 | -10/+6 |
* | check for decoder error before state!=START | Max Kellermann | 2008-08-26 | 1 | -9/+8 |
* | don't reset dc->command in quitDecode() | Max Kellermann | 2008-08-26 | 1 | -1/+0 |
* | added decoder_control.c | Max Kellermann | 2008-08-26 | 1 | -50/+17 |
* | fix a comment regarding the player queue | Max Kellermann | 2008-08-26 | 1 | -1/+1 |
* | rewrote playerKill() | Max Kellermann | 2008-08-26 | 1 | -0/+8 |
* | player: don't call STOP before CLOSE_AUDIO | Max Kellermann | 2008-08-26 | 1 | -1/+2 |
* | assert song->url != NULL | Max Kellermann | 2008-08-26 | 1 | -0/+4 |
* | don't call quitDecode() in waitOnDecode() | Max Kellermann | 2008-08-26 | 1 | -2/+3 |
* | moved code to player_thread.c | Max Kellermann | 2008-08-26 | 1 | -0/+466 |