aboutsummaryrefslogtreecommitdiffstats
path: root/src/player.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-03-10fix it so that mpd will work if mtime is 0 (for those strange folk)Warren Dukes1-8/+10
git-svn-id: https://svn.musicpd.org/mpd/trunk@237 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-06make some usleeps longer, just to try to stave off busy waitingWarren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@219 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-03fix gcc-2.95 compilation errorsWarren Dukes1-2/+4
git-svn-id: https://svn.musicpd.org/mpd/trunk@172 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-27put decode_pid in shared mem, so if player process dies, the masterWarren Dukes1-1/+19
can still kill the decode process. git-svn-id: https://svn.musicpd.org/mpd/trunk@107 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-27add xfade and audio to status, remove crossfade no args optionsWarren Dukes1-0/+18
git-svn-id: https://svn.musicpd.org/mpd/trunk@75 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25be more careful with string manipulations, use strncpy as much as possibleWarren Dukes1-2/+2
git-svn-id: https://svn.musicpd.org/mpd/trunk@56 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25some cleanups for utf8 in playerSeek and using strncpy for copying filenamesWarren Dukes1-4/+6
git-svn-id: https://svn.musicpd.org/mpd/trunk@54 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-02-25have pause take an optional arugmentWarren Dukes1-0/+17
git-svn-id: https://svn.musicpd.org/mpd/trunk@43 09075e82-0dd4-0310-85a5-a0d7c8717e4f