summaryrefslogtreecommitdiff
path: root/src/player.h
AgeCommit message (Expand)Author
2008-04-13Get rid of PlayerControl inside the PlayerData structEric Wong
2008-04-12Fix the problem of songs not advancing without client activityEric Wong
2008-04-12pass pc to player_task()Max Kellermann
2008-04-12clean up CPP includesMax Kellermann
2008-04-12pass pc to player notify functionsMax Kellermann
2008-04-12Fix a few more warnings from -WshadowEric Wong
2008-04-12use the notify API in the main threadMax Kellermann
2008-04-12use the notify API in the playerMax Kellermann
2008-04-12Start using song pointers in core data structuresEric Wong
2008-04-12Drop metadata updates from HTTP for now (input HTTP, and shout)Eric Wong
2008-04-12Initial cut of fork() => pthreads() for decoder and playerEric Wong
2008-01-03Cleanup #includes of standard system headers and put them in one placeEric Wong
2008-01-03playerCloseAudio() is staticEric Wong
2007-12-28Merge branches/ew r7104Eric Wong
2007-09-08playerInit() is staticEric Wong
2007-06-04Set a flag if we've sent the player process SIGSTOP so that we know not toJ. Alexander Treuman
2007-06-04Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman
2007-06-01Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman
2007-04-05The massive copyright updateAvuton Olrich
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich
2006-08-06renamce cstrtok to buffer2array. please don't rename functions; especially to...Warren Dukes
2006-08-06merge changes from mpd-tree:Warren Dukes
2006-07-30interface/connection malloc reductions from mpd-keEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-14Fix the undefined reference to `playerInitReal'Avuton Olrich
2006-07-14[CLEANUP] Remove unused functionAvuton Olrich
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes
2004-06-07potential bugfixes for handling metadata in player/decoderWarren Dukes
2004-06-06mechanism for updating metadata while decodingWarren Dukes
2004-06-06todo updateWarren Dukes
2004-06-03better method for computing total time playedWarren Dukes
2004-06-01ogg voribs comment parsing on the fly in the decoderWarren Dukes
2004-05-31some stream metadata fixesWarren Dukes
2004-05-31icynames are now copied to title of streamsWarren Dukes
2004-05-31mp3 and ogg plugin stuffWarren Dukes
2004-05-19just a we bit of changesWarren Dukes
2004-05-18rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes
2004-04-15don't stat() the db to get the modtime everytime, instead store it when we re...Warren Dukes
2004-04-15log cycling and a few cleanupsWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes
2004-04-13when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes
2004-04-12volatile fun-nessWarren Dukes
2004-04-11more volatile stuffWarren Dukes
2004-04-11add volatile qualifiers to some shared mem buffer stuff, to enusre compilerWarren Dukes
2004-04-11adjust scaling of software volumeWarren Dukes
2004-04-11make "update" command background/non-blockingWarren Dukes
2004-03-18bunch of autotool cleanupsWarren Dukes
2004-02-27put decode_pid in shared mem, so if player process dies, the masterWarren Dukes