aboutsummaryrefslogtreecommitdiff
path: root/src/player.c
Commit message (Expand)AuthorAge
* clean up CPP includesMax Kellermann2008-04-12
* pass pc to player notify functionsMax Kellermann2008-04-12
* fix deadlock at end of songMax Kellermann2008-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
* player: more assertionsMax Kellermann2008-03-26
* fix "unreachable code" warningMax Kellermann2008-03-26
* fixed -Wshadow warningsMax Kellermann2008-01-26
* 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