aboutsummaryrefslogtreecommitdiff
path: root/src/player.c
Commit message (Expand)AuthorAge
* Cleanup #includes of standard system headers and put them in one placeEric Wong2008-01-03
* playerCloseAudio() is staticEric Wong2008-01-03
* player.c: introduce set_current_song to avoid needless repetitionEric Wong2008-01-03
* Merge branches/ew r7104Eric Wong2007-12-28
* playerInit() is staticEric Wong2007-09-08
* Once again get rid of busy waiting and use SIGSTOP for pauseEric Wong2007-09-06
* return to busy-waiting on pause for now..Eric Wong2007-09-06
* send SIGCONT to the player process whenever we need to busy wait on itEric Wong2007-09-06
* removing debug messages from signal handlersJ. Alexander Treuman2007-08-27
* send SIGSTOP to player and decoder processes on pause, tooEric Wong2007-08-27
* 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
* Minor formatting cleanups.J. Alexander Treuman2007-06-01
* The massive copyright updateAvuton Olrich2007-04-05
* More (v)snprintf-related buffer over-allocations removedEric Wong2007-02-19
* #1) fix a few potential deadlock conditons in decode.c when crossfading is en...Warren Dukes2007-02-11
* Don't initialize globals to zero (or NULL)Eric Wong2007-01-14
* Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong2006-08-26
* Fix warnings for -Wmissing-prototypesAvuton Olrich2006-08-20
* Several bugfixes during exit found by valgrindEric Wong2006-08-14
* Spelling & GrammarAvuton Olrich2006-08-11
* more sparse cleanupsEric Wong2006-08-08
* merge changes from mpd-tree:Warren Dukes2006-08-06
* logging cleanupsEric Wong2006-08-01
* remove clumsy strncpy useEric Wong2006-07-30
* commandError() cleanups, fixup gcc checksEric Wong2006-07-30
* 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
* remove C++ style commentsEric Wong2005-11-19
* DJWLindenaar balanced tree and master process patchQball Cow2005-11-16
* implement saved memory by not storing full pathWarren Dukes2004-11-11
* merge changes from metadata-rewrite branchWarren Dukes2004-11-10
* now one can specify multiple bind_to_addressesWarren Dukes2004-11-03
* new setSigHandlersForDecoder() function, and be sure player/decode processes ...Warren Dukes2004-11-03
* fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes2004-10-25
* remove an extra line of codeWarren Dukes2004-06-29
* fix C99 stuff for commandErrorWarren Dukes2004-06-15
* fix some streaming metadata issuesWarren Dukes2004-06-09
* some fixes to metadata stuffWarren Dukes2004-06-07
* slightly safer copying of metadataChunk to MpdTagWarren Dukes2004-06-06
* mechanism for updating metadata while decodingWarren Dukes2004-06-06
* todo updateWarren Dukes2004-06-06
* finish ack error codesWarren Dukes2004-06-04
* clean up ACK error coding a little bitWarren Dukes2004-06-04
* better method for computing total time playedWarren Dukes2004-06-03