| Commit message (Expand) | Author | Age | Files | Lines |
* | bug fixy poo s/1/0/ | Warren Dukes | 2004-05-19 | 1 | -2/+2 |
* | try to make seeking more non-blocking | Warren Dukes | 2004-05-19 | 1 | -191/+222 |
* | nother little minor fix | Warren Dukes | 2004-05-18 | 1 | -1/+1 |
* | streaming fixes and such, now it seems to work good, what an annoying bug | Warren Dukes | 2004-05-18 | 1 | -4/+11 |
* | fix a mem leak when unknow type in decodeStart() | Warren Dukes | 2004-05-18 | 1 | -2/+3 |
* | rework stuff so that we can use mime-type of streams to detect type of file | Warren Dukes | 2004-05-18 | 1 | -46/+83 |
* | some more work on organizing code for resampling/audioFormat conversion | Warren Dukes | 2004-05-10 | 1 | -31/+26 |
* | stuff for configuring the audio output format (sampling rate, channels, bits) | Warren Dukes | 2004-05-10 | 1 | -3/+3 |
* | new OutputBuffer abstraction stuff, implemented for mp3, now need to | Warren Dukes | 2004-05-07 | 1 | -4/+4 |
* | ummm, undo last changes, they shouldn't need to be neccessary | Warren Dukes | 2004-04-17 | 1 | -3/+0 |
* | close audio() and audioDriver() on decode process fork | Warren Dukes | 2004-04-17 | 1 | -0/+3 |
* | log cycling and a few cleanups | Warren Dukes | 2004-04-15 | 1 | -0/+8 |
* | add vim shiznit to end of all source files | Warren Dukes | 2004-04-14 | 1 | -0/+1 |
* | volatile fun-ness | Warren Dukes | 2004-04-12 | 1 | -1/+1 |
* | add volatile qualifiers to some shared mem buffer stuff, to enusre compiler | Warren Dukes | 2004-04-11 | 1 | -1/+1 |
* | clean up signal handling using a polling method, from the genius that is mack... | Warren Dukes | 2004-04-11 | 1 | -3/+4 |
* | ok, fix some bug due to a child process dieing before the parent can | Warren Dukes | 2004-04-11 | 1 | -1/+8 |
* | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 2004-04-02 | 1 | -2/+2 |
* | use our own portable version of usleep using select() | Warren Dukes | 2004-04-01 | 1 | -8/+8 |
* | forgot a ; | Warren Dukes | 2004-03-27 | 1 | -1/+1 |
* | just to be carfile, make sure to null terminate when using strncpy | Warren Dukes | 2004-03-27 | 1 | -0/+8 |
* | close audio device on pause, after we say we have paused, makes pause seem | Warren Dukes | 2004-03-26 | 1 | -4/+2 |
* | fix a bug, due to not resetting decodeType in playerSeek when the file to | Warren Dukes | 2004-03-23 | 1 | -2/+3 |
* | oops | Warren Dukes | 2004-03-22 | 1 | -1/+1 |
* | fix error reporting for mp4 files | Warren Dukes | 2004-03-22 | 1 | -10/+10 |
* | aac decoding! | Warren Dukes | 2004-03-22 | 1 | -2/+6 |
* | close audio device on pause | Warren Dukes | 2004-03-20 | 1 | -8/+14 |
* | seek support for mp4/aac | Warren Dukes | 2004-03-18 | 1 | -3/+4 |
* | make all sleeps at least 1 ms | Warren Dukes | 2004-03-18 | 1 | -4/+4 |
* | mp4/aac cleanups | Warren Dukes | 2004-03-18 | 1 | -0/+8 |
* | make some usleeps longer, just to try to stave off busy waiting | Warren Dukes | 2004-03-06 | 1 | -3/+3 |
* | fix crossfading issue with ogg | Warren Dukes | 2004-03-05 | 1 | -6/+3 |
* | see if we can skip past tags | Warren Dukes | 2004-03-05 | 1 | -4/+2 |
* | fix gcc-2.95 compilation errors | Warren Dukes | 2004-03-03 | 1 | -1/+2 |
* | fix a stupid bug where i was storing the decode_pid directorly from fork() | Warren Dukes | 2004-02-29 | 1 | -3/+6 |
* | audio cleanups | Warren Dukes | 2004-02-27 | 1 | -3/+8 |
* | put decode_pid in shared mem, so if player process dies, the master | Warren Dukes | 2004-02-27 | 1 | -17/+22 |
* | add xfade and audio to status, remove crossfade no args options | Warren Dukes | 2004-02-27 | 1 | -0/+4 |
* | some more cleanups | Warren Dukes | 2004-02-25 | 1 | -10/+10 |
* | be more careful with string manipulations, use strncpy as much as possible | Warren Dukes | 2004-02-25 | 1 | -4/+4 |
* | a few cleanups | Warren Dukes | 2004-02-25 | 1 | -2/+4 |
* | import from SF CVS | Warren Dukes | 2004-02-23 | 1 | -0/+456 |