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 (
Collapse
)
Author
Age
Files
Lines
*
Report parameter request changes in UpdateDeviceParams
Chris Robinson
2012-01-17
1
-18
/
+44
|
*
Change the default output format to 32-bit float
Chris Robinson
2012-01-17
1
-1
/
+1
|
*
Safely insert the new context into the list
Chris Robinson
2012-01-12
1
-2
/
+3
|
*
Finalize AL_SOFT_buffer_samples
Chris Robinson
2012-01-10
1
-1
/
+1
|
*
Make LockDevice, LockContext, etc, inline
Chris Robinson
2012-01-09
1
-21
/
+0
|
*
Remove the warning when a context being released is globally current
Chris Robinson
2012-01-01
1
-3
/
+0
|
|
|
|
|
|
Just about every implementation allows this, and there's no direct harm caused by it. However, leave the warnings for when it's still current on specific threads, as this can cause issues.
*
Use the device lock when removing the context from the device's list
Chris Robinson
2012-01-01
1
-9
/
+2
|
*
Use a proper typedef for handling atomic pointer swaps
Chris Robinson
2012-01-01
1
-6
/
+6
|
*
Use a string to specify the resampler config option
Chris Robinson
2011-12-20
1
-4
/
+18
|
*
Restore the old FPU mode if the effects fail to update with new device ↵
Chris Robinson
2011-12-20
1
-0
/
+1
|
|
|
|
parameters
*
Initialize listener matrix to identity
Chris Robinson
2011-11-26
1
-0
/
+7
|
*
Define TlsDestructor for Windows static builds, too
Chris Robinson
2011-11-12
1
-1
/
+1
|
*
Append _SOFT to the ALC loopback format enums
Chris Robinson
2011-11-01
1
-26
/
+26
|
*
Don't close devices that are left open on lib shutdown
Chris Robinson
2011-10-24
1
-24
/
+12
|
*
Check for the HRTF object instead of a flag
Chris Robinson
2011-10-06
1
-6
/
+3
|
*
Add support for AL_EXT_ALAW
Chris Robinson
2011-10-01
1
-2
/
+2
|
*
Use raise(SIGTRAP) instead of kill(getpid(),SIGTRAP)
Chris Robinson
2011-09-30
1
-1
/
+1
|
*
Set the mixer FPU mode for device parameter updates
Chris Robinson
2011-09-29
1
-0
/
+3
|
*
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 ↵
Chris Robinson
2011-09-20
1
-5
/
+5
|
|
|
|
traces
*
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
|
|
|
|
|
This allows the getter functions to return whether or not the option exists without a separate call and check.
*
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
|
|
|
|
Also, don't keep track of the number of contexts per device
[next]