aboutsummaryrefslogtreecommitdiffstats
path: root/src/player_control.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-26don't call playerStop() before playerPlay()Max Kellermann1-2/+0
2008-08-26queueSong() cannot failMax Kellermann1-1/+1
2008-08-26document the PLAYER_QUEUE_ constantsMax Kellermann1-0/+15
2008-08-26added enum player_queue_stateMax Kellermann1-9/+11
2008-08-26rewrote playerKill()Max Kellermann1-0/+1
2008-08-26player: no "fd" and no return valueMax Kellermann1-5/+5
2008-08-26converted PlayerControl.state to enumMax Kellermann1-5/+7
2008-08-26added PlayerControl.commandMax Kellermann1-7/+14
2008-08-26invoke the notify API directlyMax Kellermann1-4/+0
2008-08-26added dc.next_song, renamed pc.current_songMax Kellermann1-1/+1
2008-08-26clean up CPP includesMax Kellermann1-1/+1
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong1-3/+3
2008-04-12Fix the problem of songs not advancing without client activityEric Wong1-4/+0
2008-04-12pass pc to player_task()Max Kellermann1-1/+1
2008-04-12clean up CPP includesMax Kellermann1-2/+0
2008-04-12pass pc to player notify functionsMax Kellermann1-2/+2
2008-04-12Fix a few more warnings from -WshadowEric Wong1-2/+2
2008-04-12use the notify API in the main threadMax Kellermann1-0/+2
2008-04-12use the notify API in the playerMax Kellermann1-0/+1
2008-04-12Start using song pointers in core data structuresEric Wong1-3/+2
2008-04-12Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong1-7/+0
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong1-7/+6
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong1-3/+1
2008-01-03playerCloseAudio() is staticEric Wong1-2/+0
2007-12-28Merge branches/ew r7104Eric Wong1-3/+3
2007-09-08playerInit() is staticEric Wong1-2/+0
2007-06-04Set a flag if we've sent the player process SIGSTOP so that we know not toJ. Alexander Treuman1-0/+1
2007-06-04Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman1-2/+1
2007-06-01Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman1-0/+3
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-21/+21
2006-08-06renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes1-0/+2
2006-08-06merge changes from mpd-tree:Warren Dukes1-2/+0
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-5/+5
2006-07-20Add mpd-indent.shAvuton Olrich1-9/+9
2006-07-14Fix the undefined reference to `playerInitReal'Avuton Olrich1-0/+2
2006-07-14[CLEANUP] Remove unused functionAvuton Olrich1-6/+0
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes1-0/+1
2004-06-07potential bugfixes for handling metadata in player/decoderWarren Dukes1-1/+0
2004-06-06mechanism for updating metadata while decodingWarren Dukes1-5/+2
2004-06-06todo updateWarren Dukes1-0/+1
2004-06-03better method for computing total time playedWarren Dukes1-1/+0
2004-06-01ogg voribs comment parsing on the fly in the decoderWarren Dukes1-0/+2
2004-05-31some stream metadata fixesWarren Dukes1-0/+8
2004-05-31icynames are now copied to title of streamsWarren Dukes1-2/+4
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-2/+0
2004-05-19just a we bit of changesWarren Dukes1-3/+5
2004-05-18rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes1-0/+1