| Commit message (Expand) | Author | Age | Files | Lines |
* | player_control: added player_control.thread | Max Kellermann | 2009-01-25 | 1 | -0/+4 |
* | player_control: fix shadow warning with older gcc | Max Kellermann | 2009-01-16 | 1 | -1/+1 |
* | playlist: clear pc.errored_song on delete | Max Kellermann | 2008-12-17 | 1 | -0/+8 |
* | player: converted PLAYER_ERROR_* to enum | Max Kellermann | 2008-11-03 | 1 | -8/+10 |
* | player: removed "volatile" attributes | Max Kellermann | 2008-11-03 | 1 | -6/+6 |
* | player: no CamelCase | Max Kellermann | 2008-11-03 | 1 | -7/+7 |
* | added prefix to header macros | Max Kellermann | 2008-10-31 | 1 | -2/+2 |
* | player: added commands QUEUE and CANCEL | Max Kellermann | 2008-10-12 | 1 | -42/+15 |
* | player: removed player_control.fileTime | Max Kellermann | 2008-10-11 | 1 | -1/+0 |
* | player: added player_get_audio_format() | Max Kellermann | 2008-10-10 | 1 | -5/+5 |
* | player: added player_control.audio_format | Max Kellermann | 2008-10-10 | 1 | -5/+4 |
* | don't include os_compat.h | Max Kellermann | 2008-10-08 | 1 | -1/+2 |
* | notify: removed the "Notify" typedef | Max Kellermann | 2008-10-08 | 1 | -1/+1 |
* | song: converted typedef Song to struct song | Max Kellermann | 2008-10-08 | 1 | -7/+10 |
* | assume stdint.h and stddef.h are available | Max Kellermann | 2008-09-29 | 1 | -1/+0 |
* | switch to C99 types, part II | Max Kellermann | 2008-09-29 | 1 | -7/+7 |
* | notify: added notify_deinit() | Max Kellermann | 2008-09-24 | 1 | -0/+2 |
* | moved player_command_finished() to player_thread.c | Max Kellermann | 2008-08-26 | 1 | -2/+0 |
* | moved code to pc_init(), dc_init() | Max Kellermann | 2008-08-26 | 1 | -0/+4 |
* | renamed player.c to player_control.c | Max Kellermann | 2008-08-26 | 1 | -0/+162 |