summaryrefslogtreecommitdiff
path: root/src/player.c
AgeCommit message (Expand)Author
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
2004-04-13add a error msg for playerSeek()Warren Dukes
2004-04-13ok, rework myfprintf so it uses write() and never use any file streamWarren Dukes
2004-04-13when doing signal functions (like sigaction) make sure it wasn't interrupted ...Warren Dukes
2004-04-12volatile fun-nessWarren Dukes
2004-04-11clean up signal handling using a polling method, from the genius that is mack...Warren Dukes
2004-04-11ok, fix some bug due to a child process dieing before the parent canWarren Dukes
2004-04-11adjust scaling of software volumeWarren Dukes
2004-04-11make "update" command background/non-blockingWarren Dukes
2004-04-11add --only-create-db option from msellsWarren Dukes
2004-04-02use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes
2004-04-01use our own portable version of usleep using select()Warren Dukes
2004-03-31lets cleanup some file type detection and not call stat() so muchWarren Dukes
2004-03-27just to be carfile, make sure to null terminate when using strncpyWarren Dukes
2004-03-23fix some gcc-2.95 errorsWarren Dukes
2004-03-23fix a bug, due to not resetting decodeType in playerSeek when the file toWarren Dukes
2004-03-21parse length from Aac files and ID3 tagsWarren Dukes
2004-03-19fix bug that prevented crosffading/gapless from working for mp4Warren Dukes
2004-03-18make all sleeps at least 1 msWarren Dukes
2004-03-18bunch of autotool cleanupsWarren Dukes
2004-03-17have AAC and MP4 typesWarren Dukes
2004-03-17fix a few snafoo's in configure.acWarren Dukes
2004-03-11move time back into MpdTagWarren Dukes
2004-03-10fix it so that mpd will work if mtime is 0 (for those strange folk)Warren Dukes
2004-03-06make some usleeps longer, just to try to stave off busy waitingWarren Dukes
2004-03-03fix gcc-2.95 compilation errorsWarren Dukes
2004-02-27put decode_pid in shared mem, so if player process dies, the masterWarren Dukes
2004-02-27add xfade and audio to status, remove crossfade no args optionsWarren Dukes
2004-02-25be more careful with string manipulations, use strncpy as much as possibleWarren Dukes
2004-02-25some cleanups for utf8 in playerSeek and using strncpy for copying filenamesWarren Dukes
2004-02-25have pause take an optional arugmentWarren Dukes
2004-02-23import from SF CVSWarren Dukes