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
/
ALc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ALC_EXT_thread_local_context is now complete
Chris Robinson
2010-03-29
1
-2
/
+2
*
Remove a couple unnecessary lines
Chris Robinson
2010-03-26
1
-2
/
+0
*
Use unsigned types for mono and stereo source count hints
Chris Robinson
2010-03-25
1
-15
/
+14
*
Fix comparison check
Chris Robinson
2010-03-24
1
-1
/
+1
*
Fix alcGetEnumValue error handling
Chris Robinson
2010-03-24
1
-7
/
+7
*
Constify and properly type some variables and struct members
Chris Robinson
2010-03-24
1
-62
/
+67
*
Use a global handle to store the process-wide context
Chris Robinson
2010-03-23
1
-26
/
+8
*
Rename alcMakeCurrent to alcSetThreadContext
Chris Robinson
2010-03-23
1
-3
/
+3
*
Mark extension functions with AL_API/ALC_API
Chris Robinson
2010-03-23
1
-2
/
+2
*
Reduce some indentation
Chris Robinson
2010-03-19
1
-264
/
+254
*
Simplify removing the context handle from the device's context array
Chris Robinson
2010-03-19
1
-2
/
+1
*
Don't use deprecated macros
Chris Robinson
2010-03-19
1
-22
/
+22
*
Use size_t where appropriate
Chris Robinson
2010-03-18
1
-4
/
+4
*
Use a separate list for NULL-device extensions
Chris Robinson
2010-03-17
1
-2
/
+8
*
The enums are the same as with mcforamts, so advertise AL_EXT_MULAW too
Chris Robinson
2010-03-17
1
-2
/
+3
*
Rename some struct members for consistency
Chris Robinson
2010-03-16
1
-4
/
+4
*
Add support for AL_EXT_DOUBLE
Chris Robinson
2010-03-13
1
-2
/
+2
*
Add support for AL_EXT_MULAW_MCFORMATS
Chris Robinson
2010-03-13
1
-3
/
+3
*
Protect some capture calls with a mutex
Chris Robinson
2010-03-09
1
-0
/
+12
*
Build device lists only when needed
Chris Robinson
2010-03-09
1
-8
/
+0
*
Keep UpdateSize updated when apps request a frequency
Chris Robinson
2010-02-24
1
-0
/
+3
*
Constify some globals
Chris Robinson
2010-02-15
1
-6
/
+8
*
Avoid probing for devices on lib initialization
Chris Robinson
2010-02-10
1
-6
/
+17
*
Fix retrieval of the current global context when changing it
Chris Robinson
2010-02-08
1
-1
/
+6
*
al_print doesn't need to be inline
Chris Robinson
2010-01-12
1
-0
/
+24
*
Add helpful values to the resampler enum
Chris Robinson
2010-01-11
1
-3
/
+3
*
Add an option for point resampling
Chris Robinson
2010-01-11
1
-0
/
+7
*
Promote AL_EXT_source_distance_model to complete
Chris Robinson
2010-01-09
1
-1
/
+1
*
Make sure the device handle is valid when getting the device error
Chris Robinson
2010-01-09
1
-1
/
+1
*
Hold the default context extensions globally
Chris Robinson
2010-01-09
1
-1
/
+8
*
Reduce some indentation
Chris Robinson
2010-01-08
1
-134
/
+100
*
Try the PulseAudio backend first
Chris Robinson
2010-01-08
1
-3
/
+3
*
Properly retrieve device-inspecific errors
Chris Robinson
2009-12-28
1
-0
/
+5
*
Store ALC errors with the device when possible
Chris Robinson
2009-12-28
1
-66
/
+65
*
Add a function to check if a config option is set to a non-empty value
Chris Robinson
2009-12-28
1
-5
/
+7
*
Enforce a lower bound playback frequency of 8khz
Chris Robinson
2009-12-28
1
-4
/
+4
*
Update panning for existing AL contexts when creating a new one
Chris Robinson
2009-12-26
1
-2
/
+2
*
Don't render mono as stereo
Chris Robinson
2009-12-21
1
-2
/
+4
*
Track whether a context is suspended or not
Chris Robinson
2009-12-09
1
-4
/
+9
*
Add a head-dampening option
Chris Robinson
2009-12-08
1
-0
/
+9
*
Move default channel order setting out of the header
Chris Robinson
2009-12-07
1
-0
/
+79
*
Add an option for real-time priority mixing
Chris Robinson
2009-12-01
1
-0
/
+38
*
Update AL_EXTX_source_distance_model to require explicit enabling
Chris Robinson
2009-11-27
1
-0
/
+1
*
Mark sources for updating when a new context is made from the device
Chris Robinson
2009-11-25
1
-0
/
+1
*
Allow unlisted backends to stay available when the drivers list ends with ,
Chris Robinson
2009-11-22
1
-6
/
+19
*
Properly free the device name
Chris Robinson
2009-10-31
1
-1
/
+3
*
Remove the Frequency field from the context
Chris Robinson
2009-10-20
1
-3
/
+0
*
Make sure the context is properly locked while updating slots and sends
Chris Robinson
2009-10-20
1
-4
/
+8
*
Allow creating multiple contexts on a device
Chris Robinson
2009-10-20
1
-3
/
+4
*
Make sure the effect slots and source sends are properly updated
Chris Robinson
2009-10-20
1
-0
/
+37
[next]