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 (
Collapse
)
Author
Age
Files
Lines
*
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
|
|
|
|
Also keep all the fields in sync
*
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 ↵
Chris Robinson
2009-08-13
1
-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 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
|
*
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