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
/
effects
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish cleanup for effects
Chris Robinson
2023-12-11
13
-247
/
+262
*
Much more clang-tidy cleanup
Chris Robinson
2023-12-10
2
-2
/
+2
*
Be less messy with PFFFT
Chris Robinson
2023-12-09
2
-26
/
+14
*
Clean up some more clang-tidy warnings
Chris Robinson
2023-12-08
2
-9
/
+9
*
Fix some clang-tidy warnings
Chris Robinson
2023-12-08
2
-23
/
+24
*
Adjust the secondary early reflections
Chris Robinson
2023-12-02
1
-6
/
+7
*
Avoid extra multiplies
Chris Robinson
2023-12-01
1
-3
/
+3
*
Fix some comments
Chris Robinson
2023-11-25
1
-3
/
+2
*
Do proper spatial reflection in reverb
Chris Robinson
2023-11-22
1
-16
/
+55
*
Compensate the late delay tap by the early delay buffer
Chris Robinson
2023-11-22
1
-1
/
+5
*
Don't combine both early reflection taps for the late reverb
Chris Robinson
2023-11-21
1
-2
/
+3
*
Support 32-bit int sample storage
Chris Robinson
2023-11-15
1
-0
/
+1
*
Use PFFFT for the pitch shifter
Chris Robinson
2023-10-25
1
-13
/
+36
*
Use a byte for the channel index
Chris Robinson
2023-10-22
1
-2
/
+2
*
Remove an outdated comment
Chris Robinson
2023-10-20
1
-3
/
+0
*
Avoid some unique and wrapper types
Chris Robinson
2023-10-15
1
-58
/
+33
*
Use the same stereo angles in convolution as normal mixing
Chris Robinson
2023-10-15
1
-19
/
+15
*
Use a span for a known array length instead of a raw pointer
Chris Robinson
2023-10-15
8
-16
/
+16
*
Ensure some variables are the same
Chris Robinson
2023-10-15
1
-21
/
+21
*
Avoid an extra copy to calculate the convolution FFT
Chris Robinson
2023-10-14
1
-6
/
+5
*
Read the correct half-frequency bin
Chris Robinson
2023-10-14
1
-1
/
+1
*
Add convolution effect properties to rotate ambisonic responses
Chris Robinson
2023-10-12
1
-3
/
+23
*
Attenuate the convolution filter instead of the filter result
Chris Robinson
2023-10-11
1
-9
/
+8
*
Make and use a separate zconvolve method without scaling
Chris Robinson
2023-10-11
1
-8
/
+7
*
Use PFFFT for the convolution effect
Chris Robinson
2023-10-06
1
-40
/
+92
*
Replace some more unnecessary angles with vectors
Chris Robinson
2023-09-18
1
-47
/
+77
*
Store channel positions as vectors instead of angles
Chris Robinson
2023-09-14
5
-11
/
+11
*
Approximate sin for the reverb modulator LFO
Chris Robinson
2023-09-11
1
-2
/
+7
*
Combine multiple divisions into one
Chris Robinson
2023-09-10
1
-8
/
+11
*
Include the early and late reverb gain for the decay fade timer
Chris Robinson
2023-09-05
1
-3
/
+30
*
Use a more accurate ring modulator waveform generator
Chris Robinson
2023-08-29
1
-37
/
+76
*
Avoid some large stack buffers
Chris Robinson
2023-08-28
1
-27
/
+18
*
Fix some typos (#872)
Dirk Stolle
2023-07-04
1
-2
/
+2
*
Use inline variables instead of functions with static variables
Chris Robinson
2023-06-14
1
-12
/
+12
*
Avoid using al::vector unnecessarily
Chris Robinson
2023-05-12
2
-5
/
+5
*
Use deduction guides instead of helper functions for spans
Chris Robinson
2023-05-05
2
-5
/
+5
*
Use std::byte instead of a custom al::byte
Chris Robinson
2023-05-04
1
-2
/
+1
*
Simplify effect state buffer handling some
Chris Robinson
2023-04-04
14
-49
/
+47
*
Use macros for the likely/unlikely attributes
Chris Robinson
2023-03-01
1
-2
/
+2
*
Support MSADPCM samples in the mixer
Chris Robinson
2023-02-14
1
-0
/
+1
*
Support IMA4 ADPCM as a mixing voice format
Chris Robinson
2023-02-14
1
-0
/
+4
*
Use better panning positions for the frequency shifter effect
Chris Robinson
2023-02-08
1
-2
/
+7
*
Use better panning positions for the chorus effect
Chris Robinson
2023-02-08
1
-56
/
+61
*
Make a table constexpr
Chris Robinson
2023-02-07
1
-6
/
+5
*
Improve performance calculating reverb panning
Chris Robinson
2023-02-05
1
-10
/
+11
*
Use a cubic resampler for the reverb modulator offset
Chris Robinson
2023-02-05
1
-17
/
+61
*
Increase the pitch shifter oversample factor to 8
Chris Robinson
2023-01-19
1
-38
/
+37
*
Minor code refactor for the frequency shifter effect
Chris Robinson
2023-01-19
1
-47
/
+50
*
Improve the output scaling of the pitch shifter
Chris Robinson
2023-01-19
1
-1
/
+1
*
Don't return a large-ish array on the stack
Chris Robinson
2023-01-19
1
-15
/
+17
[next]