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