| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup OSS/Solaris loop a bit | Chris Robinson | 2010-01-10 | 1 | -3/+3 |
* | Hide OSS and Solaris devices if their files can't be stat'd | Chris Robinson | 2010-01-09 | 1 | -5/+25 |
* | Store ALC errors with the device when possible | Chris Robinson | 2009-12-28 | 1 | -1/+1 |
* | Use a channel-map to specify the output device channel order | Chris Robinson | 2009-12-02 | 1 | -0/+2 |
* | Add an option for real-time priority mixing | Chris Robinson | 2009-12-01 | 1 | -2/+2 |
* | Enable real-time priority for ALSA, OSS, and DirectSound mixing loops | Chris Robinson | 2009-11-29 | 1 | -0/+4 |
* | Reset the kill flag after the thread has stopped | Chris Robinson | 2009-11-29 | 1 | -0/+1 |
* | Be more tolerant with resetting the fragment size | Chris Robinson | 2009-10-20 | 1 | -2/+7 |
* | EINTR is not a fatal write error | Chris Robinson | 2009-10-19 | 1 | -2/+2 |
* | Fix OSS and Solaris playback loop check | Chris Robinson | 2009-10-17 | 1 | -1/+1 |
* | Rename SetALCError for consistency | Chris Robinson | 2009-10-07 | 1 | -1/+1 |
* | Return imediately if trying to set an unknown format | Chris Robinson | 2009-09-21 | 1 | -4/+6 |
* | Remove left-over backend-specific period options | Chris Robinson | 2009-09-16 | 1 | -3/+3 |
* | Store the number of periods in the device instead of the buffer size | Chris Robinson | 2009-09-16 | 1 | -5/+8 |
* | Remove unnecessary parameters, and rename methods | Chris Robinson | 2009-09-16 | 1 | -6/+4 |
* | Pass the device to aluMixData | Chris Robinson | 2009-09-15 | 1 | -4/+1 |
* | Pass the frame count to aluMixData | Chris Robinson | 2009-09-15 | 1 | -1/+5 |
* | Remove unnecessary vars and rework device name checks | Chris Robinson | 2009-08-27 | 1 | -16/+10 |
* | Rebuild device lists when retrieving them | Chris Robinson | 2009-08-27 | 1 | -5/+10 |
* | Store a copy of the device name in the device | Chris Robinson | 2009-08-27 | 1 | -6/+6 |
* | Store copies of the device names in the individual backends | Chris Robinson | 2009-08-27 | 1 | -4/+4 |
* | Add a method to deinitialize backends | Chris Robinson | 2009-08-26 | 1 | -0/+4 |
* | Support disconnect for OSS and Solaris | Chris Robinson | 2009-08-26 | 1 | -1/+3 |
* | Support 32-bit float output | Chris Robinson | 2009-08-15 | 1 | -0/+11 |
* | Remove unnecessary function parameters | Chris Robinson | 2009-08-13 | 1 | -5/+5 |
* | Allow delaying playback start until context creation, and don't use UpdateSiz... | Chris Robinson | 2009-08-13 | 1 | -28/+43 |
* | Redo OSS mixing loop | Chris Robinson | 2009-05-25 | 1 | -21/+21 |
* | Don't modify the device struct until playback succesfully starts | Chris Robinson | 2009-03-13 | 1 | -4/+3 |
* | Use volatile for member variables that are changed in a different thread | Chris Robinson | 2008-07-10 | 1 | -1/+1 |
* | Remove FrameSize struct member | Chris Robinson | 2008-02-14 | 1 | -5/+10 |
* | Read in chunks of the fragment size, not expected buffer size | Chris Robinson | 2008-02-12 | 1 | -1/+1 |
* | UpdateSize is not used for capture devices | Chris Robinson | 2008-02-12 | 1 | -4/+2 |
* | Rename UpdateFreq device field to UpdateSize | Chris Robinson | 2008-02-12 | 1 | -6/+6 |
* | Remove unnecessary Channels field | Chris Robinson | 2008-01-25 | 1 | -43/+12 |
* | Remove duplication of setting the max source count | Chris Robinson | 2008-01-19 | 1 | -2/+0 |
* | Add missing config.h includes | Chris Robinson | 2008-01-16 | 1 | -0/+2 |
* | Use Sleep instead of usleep | Chris Robinson | 2008-01-11 | 1 | -2/+2 |
* | Remove unneeded silence field | Chris Robinson | 2008-01-07 | 1 | -5/+0 |
* | Don't allow 0 periods | Chris Robinson | 2008-01-06 | 1 | -1/+1 |
* | ALC_REFRESH is the number of updates per second | Chris Robinson | 2008-01-06 | 1 | -1/+1 |
* | Make OSS's update size dynamic | Chris Robinson | 2008-01-06 | 1 | -17/+21 |
* | Fail if OSS can't set the requested bit depth and channel count | Chris Robinson | 2008-01-01 | 1 | -38/+9 |
* | Don't check explicitly against formats, but rather their byte/channel count | Chris Robinson | 2007-12-26 | 1 | -14/+6 |
* | The error code is in errno, not the return value | Chris Robinson | 2007-12-16 | 1 | -1/+1 |
* | Implement capture config option for OSS. | Chris Robinson | 2007-12-16 | 1 | -1/+3 |
* | Support capture for OSS | Chris Robinson | 2007-12-16 | 1 | -16/+208 |
* | Store a persistant name string with the device struct | Chris Robinson | 2007-12-14 | 1 | -4/+2 |
* | Print an error when OSS fails to open the audio device | Chris Robinson | 2007-12-12 | 1 | -0/+1 |
* | Avoid void-pointer arithmetic | Chris Robinson | 2007-12-06 | 1 | -1/+1 |
* | Allow aluMixData to accept a NULL context for silence | Chris Robinson | 2007-12-05 | 1 | -4/+1 |