aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-04-16some cleanups of sprintf's => snprintf'sWarren Dukes1-12/+25
2004-04-15log cycling and a few cleanupsWarren Dukes1-0/+13
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-13add a error msg for playerSeek()Warren Dukes1-0/+1
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes1-1/+1
2004-04-13when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes1-7/+11
2004-04-12volatile fun-nessWarren Dukes1-2/+2
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes1-6/+7
2004-04-11ok, fix some bug due to a child process dieing before the parent canWarren Dukes1-1/+7
2004-04-11adjust scaling of software volumeWarren Dukes1-1/+1
2004-04-11make "update" command background/non-blockingWarren Dukes1-21/+16
2004-04-11add --only-create-db option from msellsWarren Dukes1-0/+1
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-1/+1
2004-04-01use our own portable version of usleep using select()Warren Dukes1-7/+7
2004-03-31lets cleanup some file type detection and not call stat() so muchWarren Dukes1-7/+7