aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* removing debug messages from signal handlersJ. Alexander Treuman2007-08-271-0/+4
* send SIGSTOP to player and decoder processes on pause, tooEric Wong2007-08-271-0/+3
* Set a flag if we've sent the player process SIGSTOP so that we know not toJ. Alexander Treuman2007-06-041-3/+9
* Don't kill the player process (and effectively the decode process) whenJ. Alexander Treuman2007-06-041-12/+17
* Tell the player process (and thus also the decode process) to quit whenJ. Alexander Treuman2007-06-011-0/+23
* Minor formatting cleanups.J. Alexander Treuman2007-06-011-5/+0
* The massive copyright updateAvuton Olrich2007-04-051-1/+1
* More (v)snprintf-related buffer over-allocations removedEric Wong2007-02-191-2/+2
* #1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes2007-02-111-0/+2
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-141-3/+3
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-261-4/+4
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-201-1/+1
* Several bugfixes during exit found by valgrindEric Wong2006-08-141-1/+1
* Spelling & GrammarAvuton Olrich2006-08-111-1/+1
* more sparse cleanupsEric Wong2006-08-081-23/+23
* merge changes from mpd-tree:Warren Dukes2006-08-061-37/+52
* logging cleanupsEric Wong2006-08-011-1/+1
* remove clumsy strncpy useEric Wong2006-07-301-6/+4
* commandError() cleanups, fixup gcc checksEric Wong2006-07-301-1/+1
* interface/connection malloc reductions from mpd-keEric Wong2006-07-301-13/+10
* Add mpd-indent.shAvuton Olrich2006-07-201-163/+214
* Fix the undefined reference to `playerInitReal'Avuton Olrich2006-07-141-1/+1
* [CLEANUP] Remove unused functionAvuton Olrich2006-07-141-54/+26
* Change shank's email addressJ. Alexander Treuman2006-07-141-1/+1
* Huge header update, update the copyright and addAvuton Olrich2006-07-131-1/+1
* remove C++ style commentsEric Wong2005-11-191-10/+13
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-161-31/+37
* implement saved memory by not storing full pathWarren Dukes2004-11-111-5/+5
* merge changes from metadata-rewrite branchWarren Dukes2004-11-101-3/+0
* now one can specify multiple bind_to_addressesWarren Dukes2004-11-031-1/+1
* new setSigHandlersForDecoder() function, and be sure player/decode processes ...Warren Dukes2004-11-031-9/+1
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-251-0/+6
* remove an extra line of codeWarren Dukes2004-06-291-1/+0
* fix C99 stuff for commandErrorWarren Dukes2004-06-151-1/+1
* fix some streaming metadata issuesWarren Dukes2004-06-091-7/+3
* some fixes to metadata stuffWarren Dukes2004-06-071-4/+5
* slightly safer copying of metadataChunk to MpdTagWarren Dukes2004-06-061-5/+5
* mechanism for updating metadata while decodingWarren Dukes2004-06-061-19/+7
* todo updateWarren Dukes2004-06-061-3/+6
* finish ack error codesWarren Dukes2004-06-041-1/+2
* clean up ACK error coding a little bitWarren Dukes2004-06-041-2/+1
* better method for computing total time playedWarren Dukes2004-06-031-5/+1
* ogg voribs comment parsing on the fly in the decoderWarren Dukes2004-06-011-0/+8
* validateUtf8Tag on stream metadataWarren Dukes2004-06-011-0/+1
* some stream metadata fixesWarren Dukes2004-05-311-8/+23
* little tidying up that will be deleted anywayWarren Dukes2004-05-311-4/+3
* icynames are now copied to title of streamsWarren Dukes2004-05-311-22/+33
* mp3 and ogg plugin stuffWarren Dukes2004-05-311-53/+0
* removed a debug statementWarren Dukes2004-05-201-1/+0
* ogg stream playing! some non-blocking seek bug fixesWarren Dukes2004-05-201-0/+1