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 (
Collapse
)
Author
Age
Files
Lines
*
Use panning for echo instead of specifying discrete channels
Chris Robinson
2011-11-01
1
-28
/
+38
|
*
Append _SOFT to the ALC loopback format enums
Chris Robinson
2011-11-01
1
-26
/
+26
|
*
Calculate the listener matrix when a new orientation is specified
Chris Robinson
2011-10-30
1
-57
/
+14
|
|
|
|
|
This is so the matrix isn't derived each time a source is updated, and it will make supporting user-defined matrices easier.
*
Don't translate the listener velocity
Chris Robinson
2011-10-30
1
-2
/
+5
|
*
Don't transform/translate vectors with an invalid listener orientation
Chris Robinson
2011-10-30
1
-22
/
+26
|
*
Initialize/Uninitialize COM as needed
Chris Robinson
2011-10-24
1
-2
/
+11
|
*
Don't close devices that are left open on lib shutdown
Chris Robinson
2011-10-24
1
-24
/
+12
|
*
Don't update the device update parameters when PulseAudio does an async ↵
Chris Robinson
2011-10-19
1
-24
/
+18
|
|
|
|
|
|
|
buffer update It risks a deadlock, and though the UpdateSize won't change, we'll still fill as much of the buffer as we can up to a multiple of it
*
Use the local Device variable
Chris Robinson
2011-10-11
1
-5
/
+5
|
*
Use the local variable instead of re-reading the source property
Chris Robinson
2011-10-11
1
-1
/
+1
|
*
Use the square root to build the panning table instead of sin/cos
Chris Robinson
2011-10-10
1
-8
/
+8
|
*
Mark a couple more arrays with restrict
Chris Robinson
2011-10-08
1
-2
/
+2
|
*
Return the key's value from the map when it's removed
Chris Robinson
2011-10-06
1
-30
/
+4
|
*
Check for the HRTF object instead of a flag
Chris Robinson
2011-10-06
2
-10
/
+7
|
*
Add min/max/clamp methods for 64-bit int
Chris Robinson
2011-10-04
1
-2
/
+1
|
*
Fix maximum BufferSize calculation
Chris Robinson
2011-10-04
1
-4
/
+4
|
*
Rename a variable to avoid confusion
Chris Robinson
2011-10-04
1
-16
/
+16
|
*
Remove some unneeded templates and parameters
Chris Robinson
2011-10-04
2
-63
/
+20
|
*
Convert samples to float when copying to the stack
Chris Robinson
2011-10-04
1
-49
/
+68
|
*
Use sample frames when handling the buffer length
Chris Robinson
2011-10-04
1
-6
/
+6
|
*
Track the temp stack buffer using sample frames instead of bytes
Chris Robinson
2011-10-03
1
-26
/
+25
|
*
Don't use a double when calculating the HRTF coefficients
Chris Robinson
2011-10-02
1
-6
/
+6
|
*
Make a floating-point constant a float type
Chris Robinson
2011-10-02
1
-1
/
+1
|
*
Add support for AL_EXT_ALAW
Chris Robinson
2011-10-01
1
-2
/
+2
|
*
Improve index calculation for reverb modulation updates
Chris Robinson
2011-10-01
1
-10
/
+5
|
*
Add some formatting spaces to the reverb state struct
Chris Robinson
2011-10-01
1
-0
/
+24
|
*
Rename LOWPASSFREQCUTOFF to LOWPASSFREQREF
Chris Robinson
2011-09-30
3
-4
/
+4
|
*
Use raise(SIGTRAP) instead of kill(getpid(),SIGTRAP)
Chris Robinson
2011-09-30
1
-1
/
+1
|
*
Apply the initial wet send reverb decay before clamping the gains
Chris Robinson
2011-09-30
1
-18
/
+18
|
*
Multiply by the reciprocal value instead of dividing
Chris Robinson
2011-09-29
1
-4
/
+4
|
*
Use fast float-to-int conversions for some mixer-related code
Chris Robinson
2011-09-29
3
-20
/
+20
|
*
Set the mixer FPU mode for device parameter updates
Chris Robinson
2011-09-29
1
-0
/
+3
|
*
Use inline functions to set/restore the FPU mode for mixer updates
Chris Robinson
2011-09-29
1
-14
/
+2
|
*
Use inline assembly for fast float-to-int conversions
Chris Robinson
2011-09-29
2
-20
/
+20
|
*
Copy only the gains needed for the channel being mixed
Chris Robinson
2011-09-24
1
-10
/
+8
|
*
A static source only has one buffer in the queue
Chris Robinson
2011-09-24
1
-1
/
+0
|
*
Only warn when a symbol fails to load
Chris Robinson
2011-09-24
1
-1
/
+1
|
*
Rename the MMDevAPI backend's MessageProc function
Chris Robinson
2011-09-24
1
-2
/
+2
|
*
Look for and use atan2f, log10f, and floorf
Chris Robinson
2011-09-24
3
-5
/
+5
|
*
Cast a 64-bit variable to a 32-bit int
Chris Robinson
2011-09-24
1
-1
/
+2
|
*
Use aluAtan instead of atan
Chris Robinson
2011-09-24
1
-1
/
+1
|
*
Silence MSVC warnings in the HRTF code
Chris Robinson
2011-09-23
1
-3
/
+3
|
*
Add a WAVEFORM_FRACONE macro and minor cleanups for the ring modulator
Chris Robinson
2011-09-23
1
-10
/
+10
|
*
Use float types for the resamplers instead of double
Chris Robinson
2011-09-23
2
-19
/
+19
|
*
Change a double type to a float
Chris Robinson
2011-09-23
1
-1
/
+1
|
*
Check for asinf and use it
Chris Robinson
2011-09-23
1
-1
/
+1
|
*
Move ConeScale and ZScale to ALu.c and alu.h, and make them floats
Chris Robinson
2011-09-23
2
-8
/
+9
|
*
Use macros for float-typed PI values, to avoid manual casts everywhere
Chris Robinson
2011-09-22
6
-56
/
+56
|
*
More MSVC precision casts
Chris Robinson
2011-09-22
1
-40
/
+40
|
*
Add a few more precision casts
Chris Robinson
2011-09-22
1
-3
/
+3
|
[next]