| Commit message (Expand) | Author | Files | Lines |
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 |
2006-08-20 | Fix warnings for -Wmissing-prototypes | Avuton Olrich | 1 | -21/+21 |
2006-08-06 | renamce cstrtok to buffer2array. please don't rename functions; especially to... | Warren Dukes | 1 | -0/+2 |
2006-08-06 | merge changes from mpd-tree: | Warren Dukes | 1 | -2/+0 |
2006-07-30 | interface/connection malloc reductions from mpd-ke | Eric Wong | 1 | -5/+5 |
2006-07-20 | Add mpd-indent.sh | Avuton Olrich | 1 | -9/+9 |
2006-07-14 | Fix the undefined reference to `playerInitReal' | Avuton Olrich | 1 | -0/+2 |
2006-07-14 | [CLEANUP] Remove unused function | Avuton Olrich | 1 | -6/+0 |
2006-07-14 | Change shank's email address | J. Alexander Treuman | 1 | -1/+1 |
2006-07-13 | Huge header update, update the copyright and add | Avuton Olrich | 1 | -1/+1 |
2004-10-25 | fix a big time bug in metadataChunk (off by one in an array assignment) | Warren Dukes | 1 | -0/+1 |
2004-06-07 | potential bugfixes for handling metadata in player/decoder | Warren Dukes | 1 | -1/+0 |
2004-06-06 | mechanism for updating metadata while decoding | Warren Dukes | 1 | -5/+2 |
2004-06-06 | todo update | Warren Dukes | 1 | -0/+1 |
2004-06-03 | better method for computing total time played | Warren Dukes | 1 | -1/+0 |
2004-06-01 | ogg voribs comment parsing on the fly in the decoder | Warren Dukes | 1 | -0/+2 |