aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-05-31icynames are now copied to title of streamsWarren Dukes1-22/+33
2004-05-31mp3 and ogg plugin stuffWarren Dukes1-53/+0
2004-05-20removed a debug statementWarren Dukes1-1/+0
2004-05-20ogg stream playing! some non-blocking seek bug fixesWarren Dukes1-0/+1
2004-05-19just a we bit of changesWarren Dukes1-21/+30
2004-05-18streaming fixes and such, now it seems to work good, what an annoying bugWarren Dukes1-2/+2
2004-05-18rework stuff so that we can use mime-type of streams to detect type of fileWarren Dukes1-13/+20
2004-05-18assume all streams are mp3's, we'll need to open the streams before callingWarren Dukes1-1/+2
2004-05-18yes! rudimentary stream playing for mp3's!Warren Dukes1-12/+19
2004-05-10stuff for configuring the audio output format (sampling rate, channels, bits)Warren Dukes1-1/+1