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