aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.c (unfollow)
Commit message (Expand)AuthorFilesLines
2004-03-21parse length from Aac files and ID3 tagsWarren Dukes1-0/+4
2004-03-19fix bug that prevented crosffading/gapless from working for mp4Warren Dukes1-0/+5
2004-03-18make all sleeps at least 1 msWarren Dukes1-6/+6
2004-03-18bunch of autotool cleanupsWarren Dukes1-1/+0
2004-03-17have AAC and MP4 typesWarren Dukes1-0/+1
2004-03-17fix a few snafoo's in configure.acWarren Dukes1-0/+3
2004-03-11move time back into MpdTagWarren Dukes1-1/+1
2004-03-10fix it so that mpd will work if mtime is 0 (for those strange folk)Warren Dukes1-8/+10
2004-03-06make some usleeps longer, just to try to stave off busy waitingWarren Dukes1-1/+1
2004-03-03fix gcc-2.95 compilation errorsWarren Dukes1-2/+4
2004-02-27put decode_pid in shared mem, so if player process dies, the masterWarren Dukes1-1/+19
2004-02-27add xfade and audio to status, remove crossfade no args optionsWarren Dukes1-0/+18
2004-02-25be more careful with string manipulations, use strncpy as much as possibleWarren Dukes1-2/+2
2004-02-25some cleanups for utf8 in playerSeek and using strncpy for copying filenamesWarren Dukes1-4/+6
2004-02-25have pause take an optional arugmentWarren Dukes1-0/+17