| Commit message (Expand) | Author | Age | Files | Lines |
* | just a we bit of changes | Warren Dukes | 2004-05-19 | 1 | -21/+30 |
* | streaming fixes and such, now it seems to work good, what an annoying bug | Warren Dukes | 2004-05-18 | 1 | -2/+2 |
* | rework stuff so that we can use mime-type of streams to detect type of file | Warren Dukes | 2004-05-18 | 1 | -13/+20 |
* | assume all streams are mp3's, we'll need to open the streams before calling | Warren Dukes | 2004-05-18 | 1 | -1/+2 |
* | yes! rudimentary stream playing for mp3's! | Warren Dukes | 2004-05-18 | 1 | -12/+19 |
* | stuff for configuring the audio output format (sampling rate, channels, bits) | Warren Dukes | 2004-05-10 | 1 | -1/+1 |
* | some cleanups of sprintf's => snprintf's | Warren Dukes | 2004-04-16 | 1 | -12/+25 |
* | log cycling and a few cleanups | Warren Dukes | 2004-04-15 | 1 | -0/+13 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |
* | add a error msg for playerSeek() | Warren Dukes | 2004-04-13 | 1 | -0/+1 |
* | ok, rework myfprintf so it uses write() and never use any file stream | Warren Dukes | 2004-04-13 | 1 | -1/+1 |
* | when doing signal functions (like sigaction) make sure it wasn't interrupted ... | Warren Dukes | 2004-04-13 | 1 | -7/+11 |
* | volatile fun-ness | Warren Dukes | 2004-04-12 | 1 | -2/+2 |
* | clean up signal handling using a polling method, from the genius that is mack... | Warren Dukes | 2004-04-11 | 1 | -6/+7 |
* | ok, fix some bug due to a child process dieing before the parent can | Warren Dukes | 2004-04-11 | 1 | -1/+7 |
* | adjust scaling of software volume | Warren Dukes | 2004-04-11 | 1 | -1/+1 |
* | make "update" command background/non-blocking | Warren Dukes | 2004-04-11 | 1 | -21/+16 |
* | add --only-create-db option from msells | Warren Dukes | 2004-04-11 | 1 | -0/+1 |
* | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 2004-04-02 | 1 | -1/+1 |
* | use our own portable version of usleep using select() | Warren Dukes | 2004-04-01 | 1 | -7/+7 |
* | lets cleanup some file type detection and not call stat() so much | Warren Dukes | 2004-03-31 | 1 | -7/+7 |
* | just to be carfile, make sure to null terminate when using strncpy | Warren Dukes | 2004-03-27 | 1 | -0/+5 |
* | fix some gcc-2.95 errors | Warren Dukes | 2004-03-23 | 1 | -1/+2 |
* | fix a bug, due to not resetting decodeType in playerSeek when the file to | Warren Dukes | 2004-03-23 | 1 | -49/+43 |
* | parse length from Aac files and ID3 tags | Warren Dukes | 2004-03-21 | 1 | -0/+4 |
* | fix bug that prevented crosffading/gapless from working for mp4 | Warren Dukes | 2004-03-19 | 1 | -0/+5 |
* | make all sleeps at least 1 ms | Warren Dukes | 2004-03-18 | 1 | -6/+6 |
* | bunch of autotool cleanups | Warren Dukes | 2004-03-18 | 1 | -1/+0 |
* | have AAC and MP4 types | Warren Dukes | 2004-03-17 | 1 | -0/+1 |
* | fix a few snafoo's in configure.ac | Warren Dukes | 2004-03-17 | 1 | -0/+3 |
* | move time back into MpdTag | Warren Dukes | 2004-03-11 | 1 | -1/+1 |
* | fix it so that mpd will work if mtime is 0 (for those strange folk) | Warren Dukes | 2004-03-10 | 1 | -8/+10 |
* | make some usleeps longer, just to try to stave off busy waiting | Warren Dukes | 2004-03-06 | 1 | -1/+1 |
* | fix gcc-2.95 compilation errors | Warren Dukes | 2004-03-03 | 1 | -2/+4 |
* | put decode_pid in shared mem, so if player process dies, the master | Warren Dukes | 2004-02-27 | 1 | -1/+19 |
* | add xfade and audio to status, remove crossfade no args options | Warren Dukes | 2004-02-27 | 1 | -0/+18 |
* | be more careful with string manipulations, use strncpy as much as possible | Warren Dukes | 2004-02-25 | 1 | -2/+2 |
* | some cleanups for utf8 in playerSeek and using strncpy for copying filenames | Warren Dukes | 2004-02-25 | 1 | -4/+6 |
* | have pause take an optional arugment | Warren Dukes | 2004-02-25 | 1 | -0/+17 |
* | import from SF CVS | Warren Dukes | 2004-02-23 | 1 | -0/+397 |