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
/
ALu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle very small speed of sound values
Chris Robinson
2012-03-18
1
-1
/
+7
*
Avoid converting positions to meters
Chris Robinson
2012-03-18
1
-13
/
+12
*
Base the initial reverb decay on the source's dry path attenuation
Chris Robinson
2012-03-18
1
-5
/
+7
*
Use the actual distance from the ref distance for air absorption and initial ...
Chris Robinson
2012-03-14
1
-21
/
+19
*
Pass a device to the effect update functions
Chris Robinson
2012-03-13
1
-2
/
+2
*
Channel angle is already in radians, not degrees
Chris Robinson
2012-03-12
1
-1
/
+1
*
With DirectChannels enabled, don't try to mix channels that have no matching ...
Chris Robinson
2012-03-12
1
-1
/
+11
*
Properly make the source velocity relative to the listener velocity
Chris Robinson
2012-03-09
1
-13
/
+15
*
Clamp the upper and lower bound of the doppler velocity scale more like the o...
Chris Robinson
2012-03-09
1
-2
/
+3
*
The listener velocity is specified in world coordinates, too
Chris Robinson
2012-03-08
1
-0
/
+2
*
Refactor the doppler shift calculations
Chris Robinson
2012-03-08
1
-24
/
+11
*
Invert a nested loop
Chris Robinson
2012-03-03
1
-3
/
+6
*
Handle BS2B cross-feed right after click removal
Chris Robinson
2012-03-03
1
-40
/
+12
*
Override the resampler as needed right after calculating the step value
Chris Robinson
2012-02-20
1
-8
/
+8
*
Remove unused variables
Chris Robinson
2012-02-17
1
-2
/
+0
*
Silence an MSVC warning
Chris Robinson
2012-02-17
1
-1
/
+1
*
Support signed and unsigned 32-bit int output
Chris Robinson
2012-02-14
1
-6
/
+32
*
Use more proper enum names for the resampler
Chris Robinson
2012-02-12
1
-4
/
+4
*
Rename SpeakerGain to ChannelGain
Chris Robinson
2012-02-10
1
-8
/
+8
*
Match the 7.1 channel angles with the speakers
Chris Robinson
2012-02-09
1
-4
/
+4
*
Pre-scale the channel angles
Chris Robinson
2012-02-09
1
-33
/
+44
*
Rename non_virtual_channels to direct_channels
Chris Robinson
2012-02-09
1
-5
/
+5
*
Use sizeof(ALfloat) when finding the max stepping value
Chris Robinson
2012-01-26
1
-4
/
+4
*
Don't process a default device slot if it doesn't exist
Chris Robinson
2012-01-25
1
-12
/
+15
*
Set the source's slot send parameter to NULL if it's the AL_EFFECT_NULL type
Chris Robinson
2012-01-23
1
-0
/
+3
*
Add a global option to apply a reverb effect on source send 0
Chris Robinson
2012-01-19
1
-1
/
+25
*
Use a struct to associate channel enums and their angles
Chris Robinson
2011-12-20
1
-50
/
+51
*
Calculate the listener matrix when a new orientation is specified
Chris Robinson
2011-10-30
1
-57
/
+14
*
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
*
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
*
Check for the HRTF object instead of a flag
Chris Robinson
2011-10-06
1
-4
/
+4
*
Remove some unneeded templates and parameters
Chris Robinson
2011-10-04
1
-17
/
+12
*
Rename LOWPASSFREQCUTOFF to LOWPASSFREQREF
Chris Robinson
2011-09-30
1
-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 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
1
-3
/
+3
*
Look for and use atan2f, log10f, and floorf
Chris Robinson
2011-09-24
1
-1
/
+1
*
Use float types for the resamplers instead of double
Chris Robinson
2011-09-23
1
-2
/
+2
*
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
1
-0
/
+7
*
Use macros for float-typed PI values, to avoid manual casts everywhere
Chris Robinson
2011-09-22
1
-8
/
+8
*
Use cosf and sinf when available
Chris Robinson
2011-09-22
1
-7
/
+7
*
Silence some MSVC precision warnings
Chris Robinson
2011-09-22
1
-2
/
+2
*
Store the HRTF tables used in the device
Chris Robinson
2011-09-18
1
-4
/
+6
*
Rename the ALEffect_ macros to ALeffectState_ to reflect what they work on
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
[next]