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
*
Avoid an unnecessary lock when retrieving the current context
Chris Robinson
2011-06-15
1
-4
/
+12
*
Declare some variables where they're used
Chris Robinson
2011-06-15
1
-4
/
+5
*
Don't prematurely set the HRTF flag
Chris Robinson
2011-06-15
1
-3
/
+2
*
Use a flag to specify when a device is running
Chris Robinson
2011-06-15
1
-13
/
+16
*
Separate config init from library init
Chris Robinson
2011-06-14
1
-25
/
+46
*
Throw an error when no global initialization is available
Chris Robinson
2011-06-14
1
-3
/
+6
*
Unset the local context if it's being destroyed
Chris Robinson
2011-06-14
1
-0
/
+2
*
Avoid multiple list searches when destroying devices and contexts
Chris Robinson
2011-06-14
1
-17
/
+17
*
Create TLS for contexts earlier
Chris Robinson
2011-06-14
1
-2
/
+2
*
Use a proper enum for the probe type
Chris Robinson
2011-06-14
1
-1
/
+1
*
Open the logfile in append/text mode
Chris Robinson
2011-06-14
1
-1
/
+1
*
Combine multiple probe functions into one
Chris Robinson
2011-06-14
1
-23
/
+9
*
Uninline the timeGetTime wrapper
Chris Robinson
2011-06-12
1
-0
/
+34
*
Add an OpenSL backend
Chris Robinson
2011-06-12
1
-0
/
+3
*
Add wrappers to handle dyanmically loading libs
Chris Robinson
2011-06-12
1
-0
/
+62
*
Use a minimum phase HRTF data set
Chris Robinson
2011-06-03
1
-0
/
+2
*
Separate device-type parameter checks for alcGetIntegerv
Chris Robinson
2011-05-29
1
-122
/
+128
*
Avoid holding locks once the context is removed from the lists
Chris Robinson
2011-05-29
1
-9
/
+2
*
Uninline a couple more functions
Chris Robinson
2011-05-29
1
-0
/
+12
*
Uninline a couple mutex wrapper functions
Chris Robinson
2011-05-29
1
-0
/
+30
*
Protect the mixer while the device's context array is being updated
Chris Robinson
2011-05-29
1
-1
/
+2
*
Hold the global lock while the device is being updated
Chris Robinson
2011-05-29
1
-0
/
+7
*
Use a separate lock for device and context list accesses
Chris Robinson
2011-05-29
1
-73
/
+78
*
Require a lock for IsDevice calls
Chris Robinson
2011-05-28
1
-14
/
+22
*
Get the device format directly from the string
Chris Robinson
2011-05-28
1
-29
/
+114
*
Trace the format that is set when reporting HRTF disabled
Chris Robinson
2011-05-28
1
-1
/
+1
*
Add a 5.1 device format that uses side channels instead of back
Chris Robinson
2011-05-28
1
-0
/
+17
*
Rename Quad to Quadraphonic
Chris Robinson
2011-05-24
1
-1
/
+1
*
Fix handling of GUID definitions
Chris Robinson
2011-05-22
1
-20
/
+14
*
Use libuuid when it has MMDevApi's UIDs
Chris Robinson
2011-05-21
1
-0
/
+2
*
Remove duplicate macros
Chris Robinson
2011-05-21
1
-6
/
+0
*
Define GUIDs in ALc.c instead of the individual backend source files
Chris Robinson
2011-05-15
1
-0
/
+23
*
Add a skeleton backend for MMDevApi
Chris Robinson
2011-05-15
1
-0
/
+3
*
Add functions to get strings from the device format
Chris Robinson
2011-05-15
1
-1
/
+27
*
Set the duplicate-stereo flag properly after the device format is reset
Chris Robinson
2011-05-13
1
-6
/
+15
*
Remove an unused macro and rename another
Chris Robinson
2011-05-07
1
-1
/
+1
*
Some minor cleanups
Chris Robinson
2011-05-07
1
-1
/
+1
*
Add an option to reverse Z panning of mono sources
Chris Robinson
2011-05-07
1
-0
/
+7
*
Don't clear the request flag if a new context doesn't specify a frequency
Chris Robinson
2011-05-06
1
-7
/
+2
*
Update sources automatically when device parameters change
Chris Robinson
2011-05-06
1
-24
/
+25
*
Remove the head_dampen option
Chris Robinson
2011-05-06
1
-12
/
+0
*
Add a warning when HRTF is disabled
Chris Robinson
2011-05-03
1
-5
/
+9
*
Add a device flag for channel config requests
Chris Robinson
2011-05-03
1
-0
/
+4
*
Add a frequency-request device flag
Chris Robinson
2011-05-03
1
-4
/
+13
*
Use flags instead of separate bools
Chris Robinson
2011-05-01
1
-8
/
+12
*
Add a device flag for enabling HRTF
Chris Robinson
2011-05-01
1
-4
/
+8
*
Add the SOFT moniker for the loopback extension functions and enums
Chris Robinson
2011-04-28
1
-14
/
+14
*
Allow MSVC to build a static lib
Chris Robinson
2011-04-27
1
-0
/
+18
*
Add loopback device properties to the ALCenum list
Chris Robinson
2011-04-27
1
-0
/
+5
*
Add a couple in-progress extensions to the extension lists
Chris Robinson
2011-04-27
1
-3
/
+4
[next]