aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.c (unfollow)
Commit message (Expand)AuthorFilesLines
2007-09-08playerInit() is staticEric Wong1-1/+1
2007-09-06Once again get rid of busy waiting and use SIGSTOP for pauseEric Wong1-0/+14
2007-09-06return to busy-waiting on pause for now..Eric Wong1-14/+0
2007-09-06send SIGCONT to the player process whenever we need to busy wait on itEric Wong1-0/+11
2007-08-27removing debug messages from signal handlersJ. Alexander Treuman1-0/+4
2007-08-27send SIGSTOP to player and decoder processes on pause, tooEric Wong1-0/+3
2007-06-04Set a flag if we've sent the player process SIGSTOP so that we know not toJ. Alexander Treuman1-3/+9
2007-06-04Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman1-12/+17
2007-06-01Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman1-0/+23
2007-06-01Minor formatting cleanups.J. Alexander Treuman1-5/+0
2007-04-05The massive copyright updateAvuton Olrich1-1/+1
2007-02-19More (v)snprintf-related buffer over-allocations removedEric Wong1-2/+2
2007-02-11#1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes1-0/+2
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong1-3/+3
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong1-4/+4
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich1-1/+1
2006-08-14Several bugfixes during exit found by valgrindEric Wong1-1/+1
2006-08-11Spelling & GrammarAvuton Olrich1-1/+1
2006-08-08more sparse cleanupsEric Wong1-23/+23
2006-08-06merge changes from mpd-tree:Warren Dukes1-37/+52
2006-08-01logging cleanupsEric Wong1-1/+1
2006-07-30remove clumsy strncpy useEric Wong1-6/+4
2006-07-30commandError() cleanups, fixup gcc checksEric Wong1-1/+1
2006-07-30interface/connection malloc reductions from mpd-keEric Wong1-13/+10
2006-07-20Add mpd-indent.shAvuton Olrich1-163/+214
2006-07-14Fix the undefined reference to `playerInitReal'Avuton Olrich1-1/+1
2006-07-14[CLEANUP] Remove unused functionAvuton Olrich1-54/+26
2006-07-14Change shank's email addressJ. Alexander Treuman1-1/+1
2006-07-13Huge header update, update the copyright and addAvuton Olrich1-1/+1
2005-11-19remove C++ style commentsEric Wong1-10/+13
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow1-31/+37
2004-11-11implement saved memory by not storing full pathWarren Dukes1-5/+5
2004-11-10merge changes from metadata-rewrite branchWarren Dukes1-3/+0
2004-11-03now one can specify multiple bind_to_addressesWarren Dukes1-1/+1
2004-11-03new setSigHandlersForDecoder() function, and be sure player/decode processes ...Warren Dukes1-9/+1
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes1-0/+6
2004-06-29remove an extra line of codeWarren Dukes1-1/+0
2004-06-15fix C99 stuff for commandErrorWarren Dukes1-1/+1
2004-06-09fix some streaming metadata issuesWarren Dukes1-7/+3
2004-06-07some fixes to metadata stuffWarren Dukes1-4/+5
2004-06-06slightly safer copying of metadataChunk to MpdTagWarren Dukes1-5/+5
2004-06-06mechanism for updating metadata while decodingWarren Dukes1-19/+7
2004-06-06todo updateWarren Dukes1-3/+6
2004-06-04finish ack error codesWarren Dukes1-1/+2
2004-06-04clean up ACK error coding a little bitWarren Dukes1-2/+1
2004-06-03better method for computing total time playedWarren Dukes1-5/+1
2004-06-01ogg voribs comment parsing on the fly in the decoderWarren Dukes1-0/+8
2004-06-01validateUtf8Tag on stream metadataWarren Dukes1-0/+1
2004-05-31some stream metadata fixesWarren Dukes1-8/+23
2004-05-31little tidying up that will be deleted anywayWarren Dukes1-4/+3