Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2004-03-06 | make some usleeps longer, just to try to stave off busy waiting | Warren Dukes | 1 | -3/+3 |
2004-03-05 | fix crossfading issue with ogg | Warren Dukes | 1 | -6/+3 |
2004-03-05 | see if we can skip past tags | Warren Dukes | 1 | -4/+2 |
2004-03-03 | fix gcc-2.95 compilation errors | Warren Dukes | 1 | -1/+2 |
2004-02-29 | fix a stupid bug where i was storing the decode_pid directorly from fork() | Warren Dukes | 1 | -3/+6 |
2004-02-27 | audio cleanups | Warren Dukes | 1 | -3/+8 |
2004-02-27 | put decode_pid in shared mem, so if player process dies, the master | Warren Dukes | 1 | -17/+22 |
2004-02-27 | add xfade and audio to status, remove crossfade no args options | Warren Dukes | 1 | -0/+4 |
2004-02-25 | some more cleanups | Warren Dukes | 1 | -10/+10 |
2004-02-25 | be more careful with string manipulations, use strncpy as much as possible | Warren Dukes | 1 | -4/+4 |
2004-02-25 | a few cleanups | Warren Dukes | 1 | -2/+4 |