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
*
Clean up some loop variables
Chris Robinson
2017-06-25
1
-29
/
+23
*
Use the bsinc resampler for the converter
Chris Robinson
2017-06-25
1
-1
/
+1
*
Remove an unnecessary variable
Chris Robinson
2017-06-21
1
-3
/
+2
*
Make the dithering depth configurable
Chris Robinson
2017-06-17
1
-14
/
+4
*
Apply dither separately from output
Chris Robinson
2017-06-17
1
-98
/
+68
*
Restrict ClampedDist to RefDistance for invalid distance attenuation
Chris Robinson
2017-05-30
1
-4
/
+10
*
Fix source sends' initial HF absorption and decay calculation
Chris Robinson
2017-05-27
1
-21
/
+15
*
Use normal air absorption for the sends
Chris Robinson
2017-05-27
1
-1
/
+1
*
Add a new compressor/limiter
Chris Robinson
2017-05-27
1
-93
/
+2
*
Apply distance compensation separately
Chris Robinson
2017-05-25
1
-43
/
+66
*
Add an option to dither 8- and 16-bit output
Chris Robinson
2017-05-23
1
-45
/
+138
*
Reduce the amount of variables that hold the same value
Chris Robinson
2017-05-21
1
-8
/
+6
*
Avoid calculating the filter coefficients multiple times
Chris Robinson
2017-05-21
1
-24
/
+36
*
Use a macro to specify the decay target gain
Chris Robinson
2017-05-21
1
-5
/
+5
*
Use more correct doppler shift calculations
Chris Robinson
2017-05-20
1
-11
/
+24
*
Restore spec-defined cone behavior for auxiliary sends
Chris Robinson
2017-05-20
1
-26
/
+23
*
Apply more proper air absorption to the wet path
Chris Robinson
2017-05-19
1
-21
/
+53
*
Reorganize some code to have fewer temporaries
Chris Robinson
2017-05-17
1
-39
/
+34
*
Limit the dry and wet path filter gains to -60dB
Chris Robinson
2017-05-15
1
-4
/
+4
*
Improve distance-related absorption and decay attenuation
Chris Robinson
2017-05-15
1
-15
/
+14
*
Reduce LIMITER_VALUE_MAX
Chris Robinson
2017-05-09
1
-6
/
+12
*
Store the output limiter values as fixed-point integers
Chris Robinson
2017-05-08
1
-11
/
+6
*
Apply attenuation when downmixing multi-channel sounds for panning
Chris Robinson
2017-05-07
1
-10
/
+26
*
Calculate the output limiter gain using the RMS
Chris Robinson
2017-05-05
1
-23
/
+59
*
Rename RollOff to Rolloff
Chris Robinson
2017-05-05
1
-4
/
+4
*
Add a property to force source spatialization on or off
Chris Robinson
2017-05-04
1
-3
/
+5
*
Handle attenuated sources in CalcPanningAndFilters
Chris Robinson
2017-05-04
1
-377
/
+442
*
Calculate the multi-channel panning in a separate function
Chris Robinson
2017-05-04
1
-249
/
+249
*
Rename VOICE_IS_HRTF to VOICE_HAS_HRTF
Chris Robinson
2017-05-02
1
-4
/
+4
*
Implement a limiter on the device output
Chris Robinson
2017-04-26
1
-1
/
+59
*
Remove const from _Atomic vars to make Clang happy
Chris Robinson
2017-04-21
1
-1
/
+1
*
Store the resampler as part of the source
Chris Robinson
2017-04-21
1
-0
/
+2
*
Make the buffer list next pointer atomic
Chris Robinson
2017-04-19
1
-1
/
+1
*
Use a different way to get the size of structs with flexible array members
Chris Robinson
2017-04-18
1
-1
/
+1
*
Store the source prop updates with the mixer voice
Chris Robinson
2017-04-17
1
-9
/
+34
*
Use separate atomic macros for pointers
Chris Robinson
2017-04-14
1
-6
/
+6
*
Use ALsizei for the fir4 resampler fraction
Chris Robinson
2017-04-12
1
-1
/
+1
*
Select NEON when available before SSE
Chris Robinson
2017-04-12
1
-4
/
+4
*
Constify a variable
Chris Robinson
2017-04-01
1
-3
/
+3
*
Make a pointer restrict and assume aligned
Chris Robinson
2017-04-01
1
-1
/
+1
*
Convert float samples to integer using a power-of-2 multiple
Chris Robinson
2017-03-31
1
-13
/
+9
*
Use an array of pointers for effects instead of a linked list
Chris Robinson
2017-03-27
1
-19
/
+15
*
Increase the filter slope to -12dB/octave
Chris Robinson
2017-03-16
1
-8
/
+8
*
Store the HRIR coeff pointer and delays directly in MixHrtfParams
Chris Robinson
2017-03-12
1
-1
/
+0
*
Rework HRTF coefficient fading
Chris Robinson
2017-03-11
1
-3
/
+7
*
Allocate as many channels for DirectHrtfState as needed
Chris Robinson
2017-03-11
1
-1
/
+1
*
Dynamically allocate the device's HRTF state
Chris Robinson
2017-03-10
1
-9
/
+8
*
Implement NFC filters for Ambisonic rendering
Chris Robinson
2017-03-10
1
-10
/
+54
*
Remove unnecessary atomic members
Chris Robinson
2017-03-08
1
-109
/
+86
*
Make the voice's source pointer atomic
Chris Robinson
2017-03-05
1
-6
/
+6
[next]