aboutsummaryrefslogtreecommitdiff
path: root/src/player.c
Commit message (Expand)AuthorAge
...
* add --only-create-db option from msellsWarren Dukes2004-04-11
* use EXIT_SUCCESS and EXIT_FAILUREWarren Dukes2004-04-02
* use our own portable version of usleep using select()Warren Dukes2004-04-01
* lets cleanup some file type detection and not call stat() so muchWarren Dukes2004-03-31
* just to be carfile, make sure to null terminate when using strncpyWarren Dukes2004-03-27
* fix some gcc-2.95 errorsWarren Dukes2004-03-23
* fix a bug, due to not resetting decodeType in playerSeek when the file toWarren Dukes2004-03-23
* parse length from Aac files and ID3 tagsWarren Dukes2004-03-21
* fix bug that prevented crosffading/gapless from working for mp4Warren Dukes2004-03-19
* make all sleeps at least 1 msWarren Dukes2004-03-18
* bunch of autotool cleanupsWarren Dukes2004-03-18
* have AAC and MP4 typesWarren Dukes2004-03-17
* fix a few snafoo's in configure.acWarren Dukes2004-03-17
* move time back into MpdTagWarren Dukes2004-03-11
* fix it so that mpd will work if mtime is 0 (for those strange folk)Warren Dukes2004-03-10
* make some usleeps longer, just to try to stave off busy waitingWarren Dukes2004-03-06
* fix gcc-2.95 compilation errorsWarren Dukes2004-03-03
* put decode_pid in shared mem, so if player process dies, the masterWarren Dukes2004-02-27
* add xfade and audio to status, remove crossfade no args optionsWarren Dukes2004-02-27
* be more careful with string manipulations, use strncpy as much as possibleWarren Dukes2004-02-25
* some cleanups for utf8 in playerSeek and using strncpy for copying filenamesWarren Dukes2004-02-25
* have pause take an optional arugmentWarren Dukes2004-02-25
* import from SF CVSWarren Dukes2004-02-23