summaryrefslogtreecommitdiff
path: root/src/player.c
AgeCommit message (Expand)Author
2007-01-14Don't initialize globals to zero (or NULL)Eric Wong
2006-08-26Replace strdup and {c,re,m}alloc with x* variants to check for OOM errorsEric Wong
2006-08-20Fix warnings for -Wmissing-prototypesAvuton Olrich
2006-08-14Several bugfixes during exit found by valgrindEric Wong
2006-08-11Spelling & GrammarAvuton Olrich
2006-08-08more sparse cleanupsEric Wong
2006-08-06merge changes from mpd-tree:Warren Dukes
2006-08-01logging cleanupsEric Wong
2006-07-30remove clumsy strncpy useEric Wong
2006-07-30commandError() cleanups, fixup gcc checksEric Wong
2006-07-30interface/connection malloc reductions from mpd-keEric Wong
2006-07-20Add mpd-indent.shAvuton Olrich
2006-07-14Fix the undefined reference to `playerInitReal'Avuton Olrich
2006-07-14[CLEANUP] Remove unused functionAvuton Olrich
2006-07-14Change shank's email addressJ. Alexander Treuman
2006-07-13Huge header update, update the copyright and addAvuton Olrich
2005-11-19remove C++ style commentsEric Wong
2005-11-16DJWLindenaar balanced tree and master process patchQball Cow
2004-11-11implement saved memory by not storing full pathWarren Dukes
2004-11-10merge changes from metadata-rewrite branchWarren Dukes
2004-11-03now one can specify multiple bind_to_addressesWarren Dukes
2004-11-03new setSigHandlersForDecoder() function, and be sure player/decode processes ...Warren Dukes
2004-10-25fix a big time bug in metadataChunk (off by one in an array assignment)Warren Dukes
2004-06-29remove an extra line of codeWarren Dukes
2004-06-15fix C99 stuff for commandErrorWarren Dukes
2004-06-09fix some streaming metadata issuesWarren Dukes
2004-06-07some fixes to metadata stuffWarren Dukes
2004-06-06slightly safer copying of metadataChunk to MpdTagWarren Dukes
2004-06-06mechanism for updating metadata while decodingWarren Dukes
2004-06-06todo updateWarren Dukes
2004-06-04finish ack error codesWarren Dukes
2004-06-04clean up ACK error coding a little bitWarren Dukes
2004-06-03better method for computing total time playedWarren Dukes
2004-06-01ogg voribs comment parsing on the fly in the decoderWarren Dukes
2004-06-01validateUtf8Tag on stream metadataWarren Dukes
2004-05-31some stream metadata fixesWarren Dukes
2004-05-31little tidying up that will be deleted anywayWarren Dukes
2004-05-31icynames are now copied to title of streamsWarren Dukes
2004-05-31mp3 and ogg plugin stuffWarren Dukes
2004-05-20removed a debug statementWarren Dukes
2004-05-20ogg stream playing! some non-blocking seek bug fixesWarren Dukes
2004-05-19just a we bit of changesWarren Dukes
2004-05-18streaming fixes and such, now it seems to work good, what an annoying bugWarren Dukes
2004-05-18rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes
2004-05-18assume all streams are mp3's, we'll need to open the streams before callingWarren Dukes
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes
2004-05-10stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes
2004-04-16some cleanups of sprintf's => snprintf'sWarren Dukes
2004-04-15log cycling and a few cleanupsWarren Dukes
2004-04-14add vim shiznit to end of all source filesWarren Dukes