index
:
openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Original: git://repo.or.cz/openal-soft.git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Alc
/
oss.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Use an AL_PRINT macro for printing lib messages/errors to the console
Chris Robinson
2007-11-30
1
-4
/
+6
*
Initial import
Chris Robinson
2007-11-13
1
-0
/
+328