index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
player.c
Age
Commit message (
Expand
)
Author
2004-04-02
use EXIT_SUCCESS and EXIT_FAILURE
Warren Dukes
2004-04-01
use our own portable version of usleep using select()
Warren Dukes
2004-03-31
lets cleanup some file type detection and not call stat() so much
Warren Dukes
2004-03-27
just to be carfile, make sure to null terminate when using strncpy
Warren Dukes
2004-03-23
fix some gcc-2.95 errors
Warren Dukes
2004-03-23
fix a bug, due to not resetting decodeType in playerSeek when the file to
Warren Dukes
2004-03-21
parse length from Aac files and ID3 tags
Warren Dukes
2004-03-19
fix bug that prevented crosffading/gapless from working for mp4
Warren Dukes
2004-03-18
make all sleeps at least 1 ms
Warren Dukes
2004-03-18
bunch of autotool cleanups
Warren Dukes
2004-03-17
have AAC and MP4 types
Warren Dukes
2004-03-17
fix a few snafoo's in configure.ac
Warren Dukes
2004-03-11
move time back into MpdTag
Warren Dukes
2004-03-10
fix it so that mpd will work if mtime is 0 (for those strange folk)
Warren Dukes
2004-03-06
make some usleeps longer, just to try to stave off busy waiting
Warren Dukes
2004-03-03
fix gcc-2.95 compilation errors
Warren Dukes
2004-02-27
put decode_pid in shared mem, so if player process dies, the master
Warren Dukes
2004-02-27
add xfade and audio to status, remove crossfade no args options
Warren Dukes
2004-02-25
be more careful with string manipulations, use strncpy as much as possible
Warren Dukes
2004-02-25
some cleanups for utf8 in playerSeek and using strncpy for copying filenames
Warren Dukes
2004-02-25
have pause take an optional arugment
Warren Dukes
2004-02-23
import from SF CVS
Warren Dukes