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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trace the device pointer when warning about leftover objects
Chris Robinson
2011-09-10
1
-3
/
+3
*
Set the device-connected flag to false first when handling a disconnect
Chris Robinson
2011-09-10
1
-2
/
+2
*
Condense some code
Chris Robinson
2011-09-10
1
-11
/
+8
*
Clean up some code comments
Chris Robinson
2011-09-10
1
-101
/
+94
*
Lock the lists while probing devices
Chris Robinson
2011-09-10
1
-18
/
+21
*
Clean up some comments
Chris Robinson
2011-09-10
1
-44
/
+51
*
Slightly modify a warning
Chris Robinson
2011-09-10
1
-1
/
+1
*
Properly destroy contexts that are left on the device when it's closed
Chris Robinson
2011-09-10
1
-37
/
+46
*
Avoid locking the device when adding and removing contexts
Chris Robinson
2011-09-10
1
-15
/
+13
*
Avoid holding the list lock when not needed
Chris Robinson
2011-09-10
1
-118
/
+172
*
Warn about contexts that are errantly left current
Chris Robinson
2011-09-10
1
-0
/
+11
*
Hold an extra reference on the device for each of its contexts
Chris Robinson
2011-09-10
1
-0
/
+14
*
Add some reference counting to the device
Chris Robinson
2011-09-10
1
-38
/
+51
*
Fix a parameter type
Chris Robinson
2011-09-10
1
-1
/
+1
*
Add an option to trap device errors in a debugger
Chris Robinson
2011-09-10
1
-0
/
+25
*
Add an option to trap context errors in a debugger
Chris Robinson
2011-09-10
1
-0
/
+8
*
Allow PulseAudio's tlength to grow to make sure there's at least two updates
Chris Robinson
2011-09-09
1
-7
/
+19
*
Use an array to get the device format from the user config string
Chris Robinson
2011-09-09
1
-109
/
+36
*
Avoid an unnecessary lock
Chris Robinson
2011-09-02
1
-6
/
+1
*
Do an atomic compare-exchange on the global context when destroying a context
Chris Robinson
2011-09-02
1
-6
/
+3
*
Fix multichannel wet gainhf calculation
Chris Robinson
2011-09-02
1
-1
/
+1
*
Use an atomic exchange to get the old global context when setting a new one
Chris Robinson
2011-09-02
1
-2
/
+3
*
Log the function name instead of the source file and line number
Chris Robinson
2011-09-02
3
-19
/
+15
*
Trace the reverb buffer size
Chris Robinson
2011-09-02
1
-0
/
+1
*
Combine the reverb effects
Chris Robinson
2011-09-01
1
-600
/
+525
*
Combine the dedicated (dialog/LFE) effects
Chris Robinson
2011-09-01
1
-38
/
+13
*
Store the filter gains directly in the source instead of duplicate filter obj...
Chris Robinson
2011-08-31
2
-36
/
+12
*
Don't set a thread priority if real-time isn't requested
Chris Robinson
2011-08-31
1
-10
/
+2
*
Add a function to initialize a RWLock
Chris Robinson
2011-08-31
1
-5
/
+10
*
Rename GetReffedContext to GetContextRef
Chris Robinson
2011-08-30
1
-3
/
+3
*
Add a limit to the UIntMap size and use it for sources and effect slots
Chris Robinson
2011-08-30
2
-10
/
+17
*
Use a separate array for the auxiliary slots in the mixer
Chris Robinson
2011-08-30
2
-16
/
+21
*
Add functions to retrieve the source from the source map while removing it
Chris Robinson
2011-08-30
1
-0
/
+29
*
Use the reference counting functions for the buffer and auxiliary slot refs
Chris Robinson
2011-08-29
1
-1
/
+1
*
Use a generic int type to handle enum swaps
Chris Robinson
2011-08-29
2
-5
/
+5
*
Make specific functions to lock/unlock UIntMap access
Chris Robinson
2011-08-29
2
-9
/
+9
*
Manually lock the map while iterating through its contents
Chris Robinson
2011-08-29
2
-0
/
+9
*
Use a read-write lock to protect access to the UInt maps
Chris Robinson
2011-08-29
1
-7
/
+65
*
Lock the context as needed for the defer and process calls
Chris Robinson
2011-08-29
1
-2
/
+26
*
Hold a reference on the global context
Chris Robinson
2011-08-29
1
-7
/
+12
*
Use atomic exchanges when checking for updates to objects' internal parameters
Chris Robinson
2011-08-29
1
-14
/
+6
*
Increment the context reference count when locking
Chris Robinson
2011-08-28
1
-46
/
+38
*
Use a list of contexts in the device instead of an array
Chris Robinson
2011-08-28
2
-54
/
+51
*
Avoid a global list of contexts
Chris Robinson
2011-08-28
1
-26
/
+17
*
Check if the context is valid only if it's replacing the current thread context
Chris Robinson
2011-08-28
1
-12
/
+11
*
Hold a reference on the context when being set as current on the thread
Chris Robinson
2011-08-28
1
-40
/
+50
*
Rename ALCcontext_Deref to ALCcontext_DecRef
Chris Robinson
2011-08-28
1
-2
/
+2
*
Emulate pthread TLS functions in Windows
Chris Robinson
2011-08-28
2
-12
/
+54
*
Add reference counting to the ALC contexts
Chris Robinson
2011-08-28
1
-25
/
+33
*
Print an error for invalid speaker layout keys
Chris Robinson
2011-08-28
1
-0
/
+3
[next]