aboutsummaryrefslogtreecommitdiffstats
path: root/src/playerData.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-1/+0
2007-06-01Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman1-0/+1
2007-05-27Increasing default buffer_before_play from 0% to 10%.J. Alexander Treuman1-2/+2
2007-05-26Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a singleJ. Alexander Treuman1-18/+6
2007-05-24Reverting to the full lsr API. Turns out the simple API needs all of theJ. Alexander Treuman1-0/+1
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2006-08-18fix a few warnings on 64-bit machinesEric Wong1-1/+1
2006-08-14Several bugfixes during exit found by valgrindEric Wong1-0/+5
2006-08-06merge changes from mpd-tree:Warren Dukes1-13/+6
2006-08-01audio: get rid of the myAudioDevicesEnabled arrayEric Wong1-2/+2
2006-08-01audio: remove AUDIO_MAX_DEVICES limitEric Wong1-0/+6
2006-08-01playerData: move player_pid into the main playerData structureEric Wong1-20/+2
2006-08-01Several fixes uncovered with -pedanticEric Wong1-2/+2
2006-07-20Add mpd-indent.shAvuton Olrich1-52/+59
2006-07-17sparse: replace 0 (integer) usage with NULL where appropriateEric Wong1-2/+2
2006-07-17sparse: ANSI-fy function declarationsEric Wong1-4/+4
2006-07-14Fix the undefined reference to `playerInitReal'Avuton Olrich1-2/+2
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2006-03-16fix some uninitialized variables (found by valgrind)Eric Wong1-0/+2
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow1-0/+26
2005-03-05set buffer_before_play default to 0%Warren Dukes1-1/+1
2004-10-28merge shank-rewrite-config changesWarren Dukes1-13/+27
2004-06-06mechanism for updating metadata while decodingWarren Dukes1-11/+4
2004-06-06todo updateWarren Dukes1-6/+4
2004-06-01ogg voribs comment parsing on the fly in the decoderWarren Dukes1-0/+4
2004-05-31some stream metadata fixesWarren Dukes1-1/+7
2004-05-31icynames are now copied to title of streamsWarren Dukes1-3/+7
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-1/+1
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-11adjust scaling of software volumeWarren Dukes1-1/+1
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-6/+6
2004-04-01use 16-bit signed ints for storing positions in the ring bufferWarren Dukes1-0/+5
2004-03-01memset erroredFile to 0Warren Dukes1-0/+1
2004-03-01fix a typecastWarren Dukes1-2/+2
2004-02-27put decode_pid in shared mem, so if player process dies, the masterWarren Dukes1-0/+1
2004-02-25some more cleanupsWarren Dukes1-12/+12
2004-02-25cleanup logging, need to be careful with SECURE and DEBUGWarren Dukes1-2/+2
2004-02-25be more careful with string manipulations, use strncpy as much as possibleWarren Dukes1-2/+3