| Commit message (Expand) | Author | Age | Files | Lines |
* | src/audioOutputs/audioOutput_oss.c: fix for big-endian machines | Eric Wong | 2006-03-25 | 1 | -15/+19 |
* | gcc 2.95 fixes | Eric Wong | 2005-11-19 | 1 | -1/+2 |
* | fix warning reported gcc 4.0: x == y == z does not work as intended | Eric Wong | 2005-08-07 | 1 | -1/+2 |
* | don't check errno unless we have an error (ret<0) from write() | Eric Wong | 2005-07-03 | 1 | -1/+1 |
* | fix OSS audioOutput plugin, so that when dropAudioBuffer is called and the os... | Warren Dukes | 2005-04-06 | 1 | -5/+10 |
* | print out bits in debug message output for OSS and ALSA | Warren Dukes | 2005-03-19 | 1 | -2/+3 |
* | if no audioOutput specified, we no attempt to detect if there exists a usable... | Warren Dukes | 2005-03-12 | 1 | -4/+40 |
* | code to attempt to pick a supported sample rate, bits, and channels if the re... | Warren Dukes | 2005-03-10 | 1 | -4/+234 |
* | wee bit of code cleanup | Warren Dukes | 2005-03-05 | 1 | -1/+3 |
* | we want to stat, not lstat | Warren Dukes | 2005-03-05 | 1 | -1/+1 |
* | implemented dropping of current buffered audio, works for oss, but there seems | Warren Dukes | 2005-03-05 | 1 | -19/+67 |
* | don't open device in initDriver! instead we just stat() for the device | Warren Dukes | 2005-03-05 | 1 | -29/+78 |
* | fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud... | Warren Dukes | 2004-11-20 | 1 | -1/+2 |
* | move audioOutput dir to audioOutputs | Warren Dukes | 2004-11-02 | 1 | -0/+199 |