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
*
Move ConeScale and ZScale to ALu.c and alu.h, and make them floats
Chris Robinson
2011-09-23
1
-8
/
+2
*
Make a separate log level to trace reference counts, to avoid log spam for tr...
Chris Robinson
2011-09-20
1
-5
/
+5
*
Fix a warning message
Chris Robinson
2011-09-20
1
-1
/
+1
*
Trace created device and context pointers
Chris Robinson
2011-09-20
1
-0
/
+5
*
Add a ConfigValueStr function, to return the string through a parameter
Chris Robinson
2011-09-19
1
-6
/
+4
*
Check the number of available samples before calling the capture method
Chris Robinson
2011-09-18
1
-1
/
+3
*
Use arrays instead of large switches to decompose formats
Chris Robinson
2011-09-18
1
-74
/
+40
*
Return int and float config values through a parameter
Chris Robinson
2011-09-18
1
-54
/
+63
*
Dynamically allocate space for HRTF tables
Chris Robinson
2011-09-18
1
-0
/
+1
*
Store the HRTF tables used in the device
Chris Robinson
2011-09-18
1
-1
/
+3
*
Fix a mutex leak in a capture open error path
Chris Robinson
2011-09-16
1
-0
/
+1
*
Make alcSetError static
Chris Robinson
2011-09-14
1
-24
/
+24
*
Use IsDebuggerPresent instead of the VC-only __try/__except
Chris Robinson
2011-09-14
1
-5
/
+2
*
Return an error from the CaptureSamples method instead of setting it
Chris Robinson
2011-09-14
1
-9
/
+8
*
Rename the ALEffect_ macros to ALeffectState_ to reflect what they work on
Chris Robinson
2011-09-12
1
-2
/
+2
*
Be a bit more robust while handling the global device list
Chris Robinson
2011-09-12
1
-45
/
+38
*
Remove the context from being current before removing it from the device
Chris Robinson
2011-09-12
1
-13
/
+13
*
Get rid of IsContext
Chris Robinson
2011-09-12
1
-74
/
+60
*
Use VerifyDevice to validate a device handle instead of IsDevice
Chris Robinson
2011-09-12
1
-26
/
+4
*
Look for __ALSOFT_TRAP_ERROR to trap both AL and ALC errors
Chris Robinson
2011-09-12
1
-5
/
+14
*
Shorten some warning messages
Chris Robinson
2011-09-12
1
-3
/
+3
*
Don't increment the context reference count when locked
Chris Robinson
2011-09-11
1
-2
/
+0
*
Remove GetLockedContext
Chris Robinson
2011-09-11
1
-23
/
+0
*
Add a comment about when FreeContext and FreeDevice are called
Chris Robinson
2011-09-10
1
-3
/
+3
*
Trace the device pointer when warning about leftover objects
Chris Robinson
2011-09-10
1
-3
/
+3
*
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
*
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
*
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
1
-10
/
+12
*
Store the filter gains directly in the source instead of duplicate filter obj...
Chris Robinson
2011-08-31
1
-2
/
+2
*
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
1
-9
/
+9
*
Use a separate array for the auxiliary slots in the mixer
Chris Robinson
2011-08-30
1
-1
/
+6
*
Use the reference counting functions for the buffer and auxiliary slot refs
Chris Robinson
2011-08-29
1
-1
/
+1
*
Make specific functions to lock/unlock UIntMap access
Chris Robinson
2011-08-29
1
-7
/
+7
[next]