| Commit message (Expand) | Author | Files | Lines |
2004-05-10 | some more work on organizing code for resampling/audioFormat conversion | Warren Dukes | 1 | -31/+26 |
2004-05-10 | stuff for configuring the audio output format (sampling rate, channels, bits) | Warren Dukes | 1 | -3/+3 |
2004-05-07 | new OutputBuffer abstraction stuff, implemented for mp3, now need to | Warren Dukes | 1 | -4/+4 |
2004-04-17 | ummm, undo last changes, they shouldn't need to be neccessary | Warren Dukes | 1 | -3/+0 |
2004-04-17 | close audio() and audioDriver() on decode process fork | Warren Dukes | 1 | -0/+3 |
2004-04-15 | log cycling and a few cleanups | Warren Dukes | 1 | -0/+8 |
2004-04-14 | add vim shiznit to end of all source files | Warren Dukes | 1 | -0/+1 |
2004-04-12 | volatile fun-ness | Warren Dukes | 1 | -1/+1 |
2004-04-11 | add volatile qualifiers to some shared mem buffer stuff, to enusre compiler | Warren Dukes | 1 | -1/+1 |
2004-04-11 | clean up signal handling using a polling method, from the genius that is mack... | Warren Dukes | 1 | -3/+4 |
2004-04-11 | ok, fix some bug due to a child process dieing before the parent can | Warren Dukes | 1 | -1/+8 |
2004-04-02 | use EXIT_SUCCESS and EXIT_FAILURE | Warren Dukes | 1 | -2/+2 |
2004-04-01 | use our own portable version of usleep using select() | Warren Dukes | 1 | -8/+8 |
2004-03-27 | forgot a ; | Warren Dukes | 1 | -1/+1 |
2004-03-27 | just to be carfile, make sure to null terminate when using strncpy | Warren Dukes | 1 | -0/+8 |
2004-03-26 | close audio device on pause, after we say we have paused, makes pause seem | Warren Dukes | 1 | -4/+2 |
2004-03-23 | fix a bug, due to not resetting decodeType in playerSeek when the file to | Warren Dukes | 1 | -2/+3 |
2004-03-22 | oops | Warren Dukes | 1 | -1/+1 |
2004-03-22 | fix error reporting for mp4 files | Warren Dukes | 1 | -10/+10 |
2004-03-22 | aac decoding! | Warren Dukes | 1 | -2/+6 |
2004-03-20 | close audio device on pause | Warren Dukes | 1 | -8/+14 |
2004-03-18 | seek support for mp4/aac | Warren Dukes | 1 | -3/+4 |
2004-03-18 | make all sleeps at least 1 ms | Warren Dukes | 1 | -4/+4 |
2004-03-18 | mp4/aac cleanups | Warren Dukes | 1 | -0/+8 |
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 |