aboutsummaryrefslogtreecommitdiffstats
path: root/src/playerData.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-06-06mechanism for updating metadata while decodingWarren Dukes1-11/+4
2004-06-06todo updateWarren Dukes1-6/+4
2004-06-01ogg voribs comment parsing on the fly in the decoderWarren Dukes1-0/+4
2004-05-31some stream metadata fixesWarren Dukes1-1/+7
2004-05-31icynames are now copied to title of streamsWarren Dukes1-3/+7
2004-05-07new OutputBuffer abstraction stuff, implemented for mp3, now need toWarren Dukes1-1/+1
2004-04-14add vim shiznit to end of all source filesWarren Dukes1-0/+1
2004-04-11adjust scaling of software volumeWarren Dukes1-1/+1
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes1-6/+6
2004-04-01use 16-bit signed ints for storing positions in the ring bufferWarren Dukes1-0/+5
2004-03-01memset erroredFile to 0Warren Dukes1-0/+1
2004-03-01fix a typecastWarren Dukes1-2/+2
2004-02-27put decode_pid in shared mem, so if player process dies, the masterWarren Dukes1-0/+1
2004-02-25some more cleanupsWarren Dukes1-12/+12
2004-02-25cleanup logging, need to be careful with SECURE and DEBUGWarren Dukes1-2/+2
2004-02-25be more careful with string manipulations, use strncpy as much as possibleWarren Dukes1-2/+3