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