aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/oss.c
Commit message (Collapse)AuthorAgeFilesLines
* 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