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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Return int and float config values through a parameter
Chris Robinson
2011-09-18
5
-68
/
+89
*
Avoid a buffer underrun when getting the end of a config option value
Chris Robinson
2011-09-18
1
-2
/
+3
*
Update a config file comment
Chris Robinson
2011-09-18
1
-3
/
+3
*
Allow loading multiple HRTF tables through a comma-separated list
Chris Robinson
2011-09-18
1
-22
/
+41
*
Dynamically allocate space for HRTF tables
Chris Robinson
2011-09-18
3
-7
/
+47
*
Store the HRTF tables used in the device
Chris Robinson
2011-09-18
4
-34
/
+44
*
Fix a mutex leak in a capture open error path
Chris Robinson
2011-09-16
1
-0
/
+1
*
Fix comment on external HRTF file format
Chris Robinson
2011-09-15
1
-2
/
+2
*
Trace compatible HRTF formats when loading instead of on error
Chris Robinson
2011-09-15
1
-3
/
+4
*
Make alcSetError static
Chris Robinson
2011-09-14
2
-26
/
+24
*
Remove a couple ineffective alcSetError calls
Chris Robinson
2011-09-14
1
-6
/
+0
*
Use IsDebuggerPresent instead of the VC-only __try/__except
Chris Robinson
2011-09-14
2
-10
/
+4
*
Return an error from the CaptureSamples method instead of setting it
Chris Robinson
2011-09-14
8
-67
/
+66
*
Limit the minimum ALSA capture size to 100ms, and the maximum period size to ...
Chris Robinson
2011-09-13
1
-1
/
+7
*
Use maxu to clamp PulseAudio's capture buffer size
Chris Robinson
2011-09-13
1
-2
/
+1
*
Pre-apply the deferred source offset only when it's playing or paused
Chris Robinson
2011-09-12
1
-1
/
+2
*
Rename the ALEffect_ macros to ALeffectState_ to reflect what they work on
Chris Robinson
2011-09-12
5
-17
/
+17
*
Be a bit more robust while handling the global device list
Chris Robinson
2011-09-12
2
-46
/
+39
*
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
*
Use the active source list when stopping sources on disconnect
Chris Robinson
2011-09-12
1
-11
/
+11
*
Minor cleanup for applying click-removal to wet buffers
Chris Robinson
2011-09-12
1
-7
/
+4
*
Remove the effect slot parameter from the effect process method
Chris Robinson
2011-09-12
7
-18
/
+12
*
Fix a possible race condition when setting an effect on a slot
Chris Robinson
2011-09-11
1
-2
/
+2
*
Fix non-GCC CompExchangePtr implementations
Chris Robinson
2011-09-11
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
3
-38
/
+31
*
Get rid of some more GetLockedContext calls
Chris Robinson
2011-09-11
2
-29
/
+36
*
Use function pointers to set type-specific effect properties
Chris Robinson
2011-09-11
2
-743
/
+942
*
Avoid accessing EAX-only reverb properties for non-EAX updates
Chris Robinson
2011-09-11
1
-1
/
+2
*
Remove the union from the effect parameter types
Chris Robinson
2011-09-11
7
-226
/
+224
*
Use function pointers to set type-specific filter properties
Chris Robinson
2011-09-11
2
-80
/
+175
*
More lock avoidance
Chris Robinson
2011-09-11
1
-6
/
+6
*
Just reference the context when checking for extensions
Chris Robinson
2011-09-11
1
-3
/
+2
*
Use a RWLock to protect access to a buffer instead of the device lock
Chris Robinson
2011-09-11
3
-71
/
+83
*
Avoid holding the context lock for the buffer functions
Chris Robinson
2011-09-11
1
-74
/
+114
*
Avoid holding the context lock when setting auxiliary slot properties
Chris Robinson
2011-09-11
2
-40
/
+44
*
Make some listener properties volatile
Chris Robinson
2011-09-11
2
-9
/
+15
*
Mark some source properties volatile
Chris Robinson
2011-09-11
2
-47
/
+53
*
Small fixes to setting the source's direct filter and auxiliary send
Chris Robinson
2011-09-11
1
-5
/
+5
*
Avoid holding the context lock while setting source parameters
Chris Robinson
2011-09-11
1
-37
/
+74
*
Initialize source parameters before adding the source to the map
Chris Robinson
2011-09-10
2
-1
/
+2
*
Don't defer stopped and initial source state changes
Chris Robinson
2011-09-10
1
-4
/
+4
*
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
*
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
[next]