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
*
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
2
-51
/
+51
*
Calculate the listener matrix when a new orientation is specified
Chris Robinson
2011-10-30
4
-58
/
+74
*
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
*
Add a work-around for cross-compiling with MinGW
Chris Robinson
2011-10-27
1
-0
/
+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 buffe...
Chris Robinson
2011-10-19
1
-24
/
+18
*
Set AL_STOPPED after setting AL_PLAYING when a source has nothing to play
Chris Robinson
2011-10-15
1
-8
/
+8
*
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
2
-37
/
+10
*
Check for the HRTF object instead of a flag
Chris Robinson
2011-10-06
3
-14
/
+9
*
Add min/max/clamp methods for 64-bit int
Chris Robinson
2011-10-04
2
-2
/
+8
*
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
3
-65
/
+22
*
Convert samples to float when copying to the stack
Chris Robinson
2011-10-04
2
-53
/
+72
*
Use sample frames when handling the buffer length
Chris Robinson
2011-10-04
4
-104
/
+79
*
Track the temp stack buffer using sample frames instead of bytes
Chris Robinson
2011-10-03
1
-26
/
+25
*
Make sure GCC properly errors when checking visiblity attributes
Chris Robinson
2011-10-02
1
-1
/
+1
*
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
*
Don't use inline asm with MSVC on 64-bit
Chris Robinson
2011-10-02
1
-1
/
+1
*
Get rid of some unnecessary casting
Chris Robinson
2011-10-02
1
-4
/
+4
*
Rename some parameters
Chris Robinson
2011-10-02
2
-21
/
+21
*
Remove the OriginalAlign buffer field, and calculate it as needed
Chris Robinson
2011-10-01
2
-8
/
+12
*
Fix potential divide-by-0
Chris Robinson
2011-10-01
1
-5
/
+11
*
Add buffer properties to get the internal format, and the length in bytes, sa...
Chris Robinson
2011-10-01
4
-1
/
+47
*
Use tokens matching the string
Chris Robinson
2011-10-01
1
-2
/
+2
*
Add support for AL_EXT_ALAW
Chris Robinson
2011-10-01
5
-5
/
+167
*
Add AL_EXT_MULAW and AL_EXT_ALAW tokens to alext.h
Chris Robinson
2011-10-01
1
-0
/
+12
*
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
4
-5
/
+5
*
Define the values for F_PI and F_PI_2 directly instead of using M_PI
Chris Robinson
2011-09-30
1
-6
/
+2
*
Use raise(SIGTRAP) instead of kill(getpid(),SIGTRAP)
Chris Robinson
2011-09-30
2
-2
/
+2
*
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 when setting a new effect on an effect slot
Chris Robinson
2011-09-29
1
-0
/
+5
*
Set the mixer FPU mode for device parameter updates
Chris Robinson
2011-09-29
1
-0
/
+3
*
Set the FPU into single-precision mode for mixer updates
Chris Robinson
2011-09-29
4
-8
/
+28
*
Use inline functions to set/restore the FPU mode for mixer updates
Chris Robinson
2011-09-29
3
-29
/
+29
*
Use inline assembly for fast float-to-int conversions
Chris Robinson
2011-09-29
3
-20
/
+44
*
Set toward-zero rounding when updating in alDeferUpdatesSOFT
Chris Robinson
2011-09-28
1
-0
/
+16
*
Clamp the low-pass reference gain to -60 dB instead of -40 dB
Chris Robinson
2011-09-25
1
-3
/
+3
[next]