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
*
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
*
Store a device's contexts in a dynamic array
Chris Robinson
2009-10-20
1
-9
/
+43
*
Rename SetALCError for consistency
Chris Robinson
2009-10-07
1
-53
/
+53
*
Report disconnect if the device fails to reset
Chris Robinson
2009-09-27
1
-1
/
+2
*
Condense some local variables
Chris Robinson
2009-09-24
1
-18
/
+15
*
Parse the attribute list and reset the device before creating the context
Chris Robinson
2009-09-24
1
-95
/
+93
*
Properly flip the backend entries when sorting the device list
Chris Robinson
2009-09-22
1
-10
/
+6
*
Fix reset condition check
Chris Robinson
2009-09-22
1
-1
/
+1
*
(Re)allocate and clear the stereo-to-binaural filter as needed
Chris Robinson
2009-09-21
1
-3
/
+10
*
Reinitialize the stereo-to-binaural filter after resetting the device
Chris Robinson
2009-09-21
1
-9
/
+9
*
Properly set the number of sends requested by the app
Chris Robinson
2009-09-21
1
-3
/
+3
*
Store the number of periods in the device instead of the buffer size
Chris Robinson
2009-09-16
1
-4
/
+12
[next]