| Commit message (Expand) | Author | Files | Lines |
2008-12-17 | playlist: clear pc.errored_song on delete | Max Kellermann | 1 | -0/+8 |
2008-11-03 | player: converted PLAYER_ERROR_* to enum | Max Kellermann | 1 | -8/+10 |
2008-11-03 | player: removed "volatile" attributes | Max Kellermann | 1 | -6/+6 |
2008-11-03 | player: no CamelCase | Max Kellermann | 1 | -7/+7 |
2008-10-31 | added prefix to header macros | Max Kellermann | 1 | -2/+2 |
2008-10-12 | player: added commands QUEUE and CANCEL | Max Kellermann | 1 | -42/+15 |
2008-10-11 | player: removed player_control.fileTime | Max Kellermann | 1 | -1/+0 |
2008-10-10 | player: added player_get_audio_format() | Max Kellermann | 1 | -5/+5 |
2008-10-10 | player: added player_control.audio_format | Max Kellermann | 1 | -5/+4 |
2008-10-08 | don't include os_compat.h | Max Kellermann | 1 | -1/+2 |
2008-10-08 | notify: removed the "Notify" typedef | Max Kellermann | 1 | -1/+1 |
2008-10-08 | song: converted typedef Song to struct song | Max Kellermann | 1 | -7/+10 |
2008-09-29 | assume stdint.h and stddef.h are available | Max Kellermann | 1 | -1/+0 |
2008-09-29 | switch to C99 types, part II | Max Kellermann | 1 | -7/+7 |
2008-09-24 | notify: added notify_deinit() | Max Kellermann | 1 | -0/+2 |
2008-08-26 | moved player_command_finished() to player_thread.c | Max Kellermann | 1 | -2/+0 |
2008-08-26 | moved code to pc_init(), dc_init() | Max Kellermann | 1 | -0/+4 |
2008-08-26 | renamed player.c to player_control.c | Max Kellermann | 1 | -0/+0 |
2008-08-26 | no commandError() in playerSeek() | Max Kellermann | 1 | -1/+1 |
2008-08-26 | moved global variable "pc" to player.h | Max Kellermann | 1 | -2/+4 |
2008-08-26 | don't call playerStop() before playerPlay() | Max Kellermann | 1 | -2/+0 |
2008-08-26 | queueSong() cannot fail | Max Kellermann | 1 | -1/+1 |
2008-08-26 | document the PLAYER_QUEUE_ constants | Max Kellermann | 1 | -0/+15 |
2008-08-26 | added enum player_queue_state | Max Kellermann | 1 | -9/+11 |
2008-08-26 | rewrote playerKill() | Max Kellermann | 1 | -0/+1 |
2008-08-26 | player: no "fd" and no return value | Max Kellermann | 1 | -5/+5 |
2008-08-26 | converted PlayerControl.state to enum | Max Kellermann | 1 | -5/+7 |
2008-08-26 | added PlayerControl.command | Max Kellermann | 1 | -7/+14 |
2008-08-26 | invoke the notify API directly | Max Kellermann | 1 | -4/+0 |
2008-08-26 | added dc.next_song, renamed pc.current_song | Max Kellermann | 1 | -1/+1 |
2008-08-26 | clean up CPP includes | Max Kellermann | 1 | -1/+1 |
2008-04-13 | Get rid of PlayerControl inside the PlayerData struct | Eric Wong | 1 | -3/+3 |
2008-04-12 | Fix the problem of songs not advancing without client activity | Eric Wong | 1 | -4/+0 |
2008-04-12 | pass pc to player_task() | Max Kellermann | 1 | -1/+1 |
2008-04-12 | clean up CPP includes | Max Kellermann | 1 | -2/+0 |
2008-04-12 | pass pc to player notify functions | Max Kellermann | 1 | -2/+2 |
2008-04-12 | Fix a few more warnings from -Wshadow | Eric Wong | 1 | -2/+2 |
2008-04-12 | use the notify API in the main thread | Max Kellermann | 1 | -0/+2 |
2008-04-12 | use the notify API in the player | Max Kellermann | 1 | -0/+1 |
2008-04-12 | Start using song pointers in core data structures | Eric Wong | 1 | -3/+2 |
2008-04-12 | Drop metadata updates from HTTP for now (input HTTP, and shout) | Eric Wong | 1 | -7/+0 |
2008-04-12 | Initial cut of fork() => pthreads() for decoder and player | Eric Wong | 1 | -7/+6 |
2008-01-03 | Cleanup #includes of standard system headers and put them in one place | Eric Wong | 1 | -3/+1 |
2008-01-03 | playerCloseAudio() is static | Eric Wong | 1 | -2/+0 |
2007-12-28 | Merge branches/ew r7104 | Eric Wong | 1 | -3/+3 |
2007-09-08 | playerInit() is static | Eric Wong | 1 | -2/+0 |
2007-06-04 | Set a flag if we've sent the player process SIGSTOP so that we know not to | J. Alexander Treuman | 1 | -0/+1 |
2007-06-04 | Don't kill the player process (and effectively the decode process) when | J. Alexander Treuman | 1 | -2/+1 |
2007-06-01 | Tell the player process (and thus also the decode process) to quit when | J. Alexander Treuman | 1 | -0/+3 |
2007-04-05 | The massive copyright update | Avuton Olrich | 1 | -1/+1 |