aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/oss.c
Commit message (Collapse)AuthorAgeFilesLines
* Use a channel-map to specify the output device channel orderChris Robinson2009-12-021-0/+2
|
* Add an option for real-time priority mixingChris Robinson2009-12-011-2/+2
| | | | Default to disable for now, as a safety precaution
* Enable real-time priority for ALSA, OSS, and DirectSound mixing loopsChris Robinson2009-11-291-0/+4
|
* Reset the kill flag after the thread has stoppedChris Robinson2009-11-291-0/+1
|
* Be more tolerant with resetting the fragment sizeChris Robinson2009-10-201-2/+7
|
* EINTR is not a fatal write errorChris Robinson2009-10-191-2/+2
|
* Fix OSS and Solaris playback loop checkChris Robinson2009-10-171-1/+1
|
* Rename SetALCError for consistencyChris Robinson2009-10-071-1/+1
|
* Return imediately if trying to set an unknown formatChris Robinson2009-09-211-4/+6
|
* Remove left-over backend-specific period optionsChris Robinson2009-09-161-3/+3
|
* Store the number of periods in the device instead of the buffer sizeChris Robinson2009-09-161-5/+8
| | | | Also keep all the fields in sync
* Remove unnecessary parameters, and rename methodsChris Robinson2009-09-161-6/+4
|
* Pass the device to aluMixDataChris Robinson2009-09-151-4/+1
|
* Pass the frame count to aluMixDataChris Robinson2009-09-151-1/+5
|
* Remove unnecessary vars and rework device name checksChris Robinson2009-08-271-16/+10
|
* Rebuild device lists when retrieving themChris Robinson2009-08-271-5/+10
|
* Store a copy of the device name in the deviceChris Robinson2009-08-271-6/+6
|
* Store copies of the device names in the individual backendsChris Robinson2009-08-271-4/+4
|
* Add a method to deinitialize backendsChris Robinson2009-08-261-0/+4
|
* Support disconnect for OSS and SolarisChris Robinson2009-08-261-1/+3
|
* Support 32-bit float outputChris Robinson2009-08-151-0/+11
|
* Remove unnecessary function parametersChris Robinson2009-08-131-5/+5
|
* Allow delaying playback start until context creation, and don't use ↵Chris Robinson2009-08-131-28/+43
| | | | | | | UpdateSize to store the buffer size This will make it possible to support the context attributes (frequency, refresh, etc) for some backends
* Redo OSS mixing loopChris Robinson2009-05-251-21/+21
|
* Don't modify the device struct until playback succesfully startsChris Robinson2009-03-131-4/+3
|
* Use volatile for member variables that are changed in a different threadChris Robinson2008-07-101-1/+1
|
* Remove FrameSize struct memberChris Robinson2008-02-141-5/+10
|
* Read in chunks of the fragment size, not expected buffer sizeChris Robinson2008-02-121-1/+1
|
* UpdateSize is not used for capture devicesChris Robinson2008-02-121-4/+2
|
* Rename UpdateFreq device field to UpdateSizeChris Robinson2008-02-121-6/+6
|
* Remove unnecessary Channels fieldChris Robinson2008-01-251-43/+12
|
* Remove duplication of setting the max source countChris Robinson2008-01-191-2/+0
|
* Add missing config.h includesChris Robinson2008-01-161-0/+2
|
* Use Sleep instead of usleepChris Robinson2008-01-111-2/+2
|
* Remove unneeded silence fieldChris Robinson2008-01-071-5/+0
|
* Don't allow 0 periodsChris Robinson2008-01-061-1/+1
|
* ALC_REFRESH is the number of updates per secondChris Robinson2008-01-061-1/+1
|
* Make OSS's update size dynamicChris Robinson2008-01-061-17/+21
|
* Fail if OSS can't set the requested bit depth and channel countChris Robinson2008-01-011-38/+9
|
* Don't check explicitly against formats, but rather their byte/channel countChris Robinson2007-12-261-14/+6
|
* The error code is in errno, not the return valueChris Robinson2007-12-161-1/+1
|
* Implement capture config option for OSS.Chris Robinson2007-12-161-1/+3
|
* Support capture for OSSChris Robinson2007-12-161-16/+208
|
* Store a persistant name string with the device structChris Robinson2007-12-141-4/+2
|
* Print an error when OSS fails to open the audio deviceChris Robinson2007-12-121-0/+1
|
* Avoid void-pointer arithmeticChris Robinson2007-12-061-1/+1
|
* Allow aluMixData to accept a NULL context for silenceChris Robinson2007-12-051-4/+1
|
* Use an AL_PRINT macro for printing lib messages/errors to the consoleChris Robinson2007-11-301-4/+6
|
* Initial importChris Robinson2007-11-131-0/+328