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
/
reverb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid AL prefix on internal effect state factory types
Chris Robinson
2018-02-28
1
-8
/
+8
*
Combine the vector reverse and partial scatter where they're together
Chris Robinson
2018-02-18
1
-21
/
+20
*
Remove unused reverb modulation code
Chris Robinson
2018-02-10
1
-107
/
+2
*
Attempt to improve the reverb panning vectors
Chris Robinson
2018-02-08
1
-20
/
+42
*
Alter tha curve of the density-related delay scale
Chris Robinson
2018-02-08
1
-22
/
+33
*
Revert "Don't fade the all-pass delay changes"
Chris Robinson
2018-02-04
1
-28
/
+48
*
Construct error messages using parameterized values
Chris Robinson
2018-01-25
1
-44
/
+48
*
Provide messages for the remaining AL errors
Chris Robinson
2018-01-24
1
-62
/
+50
*
Use a global RowMixerFunc
Chris Robinson
2018-01-16
1
-10
/
+0
*
Don't fade the all-pass delay changes
Chris Robinson
2018-01-15
1
-48
/
+28
*
Fix a comment regarding the T60 filter coefficients
Chris Robinson
2018-01-15
1
-3
/
+2
*
Simplify preparing the T60 filters
Chris Robinson
2018-01-15
1
-50
/
+11
*
Use separate input and outputs for the T60 and allpass processing
Chris Robinson
2018-01-15
1
-21
/
+22
*
Use a proper type for the T60 decay filter
Chris Robinson
2018-01-15
1
-25
/
+22
*
Separate some anonymous structs into defined structs
Chris Robinson
2018-01-14
1
-107
/
+109
*
Remove a redundant lower value clamp
Chris Robinson
2018-01-14
1
-4
/
+2
*
Don't check the modulation depth for changes multiple times
Chris Robinson
2018-01-14
1
-7
/
+8
*
Use separate arrays for the T60 filter states
Chris Robinson
2018-01-14
1
-9
/
+10
*
Use a macro for the number of reverb lines
Chris Robinson
2018-01-14
1
-82
/
+86
*
Only pass the needed parameters to LateT60Filter
Chris Robinson
2018-01-14
1
-28
/
+21
*
Pre-apply the T60 filter midgain to the HF filter coeffs
Chris Robinson
2018-01-13
1
-38
/
+30
*
Replace some freq_mult variable names with f0norm
Chris Robinson
2018-01-13
1
-6
/
+6
*
Avoid using macros to access anonymous structures
Chris Robinson
2018-01-11
1
-2
/
+4
*
Remove standard reverb specific processing functions
Chris Robinson
2018-01-07
1
-114
/
+35
*
Move the UNEXPECTED macro to the main header and rename it
Chris Robinson
2018-01-07
1
-6
/
+1
*
Use separate outputs for the vector reverse and scatter functions
Chris Robinson
2018-01-04
1
-29
/
+23
*
Avoid the modulated output tap for late reverb
Chris Robinson
2018-01-04
1
-28
/
+14
*
Don't offset the reverb modulation sinus
Chris Robinson
2018-01-02
1
-1
/
+1
*
Use a float literal for float math
Chris Robinson
2018-01-02
1
-2
/
+2
*
Fix up a comment
Chris Robinson
2017-12-24
1
-7
/
+5
*
Don't make a pass-through macro for FadedDelayLineOut
Chris Robinson
2017-12-24
1
-8
/
+7
*
Use linear interpolation for reverb modulation
Chris Robinson
2017-12-24
1
-76
/
+130
*
Fade between depths in the reverb modulator
Chris Robinson
2017-12-24
1
-48
/
+26
*
Use a separate unmodulated feedback tap for reverb
Chris Robinson
2017-12-24
1
-18
/
+20
*
Clarify some reverb values
Chris Robinson
2017-12-23
1
-7
/
+6
*
Reorder some global variables
Chris Robinson
2017-12-23
1
-188
/
+188
*
Cleanup reverb modulation scaling
Chris Robinson
2017-12-23
1
-14
/
+17
*
Make MixSamples non-static global
Chris Robinson
2017-12-17
1
-2
/
+0
*
Add an option to ignore the app's speed of sound for reverb decay
Chris Robinson
2017-09-22
1
-2
/
+2
*
Use the app-specified speed of sound for reverb decay
Chris Robinson
2017-09-21
1
-4
/
+7
*
Pass the context to the auxiliary effect update method
Chris Robinson
2017-09-21
1
-2
/
+3
*
Use sqrtf for single-precision square roots
Chris Robinson
2017-06-29
1
-1
/
+1
*
Remove the fastf2u conversion function
Chris Robinson
2017-06-27
1
-7
/
+7
*
Make the late lines' delay the delay average for modulation
Chris Robinson
2017-06-07
1
-59
/
+36
*
Add a method to copy a filter's coefficients
Chris Robinson
2017-05-21
1
-11
/
+2
*
Avoid unnecessary doubles
Chris Robinson
2017-05-21
1
-2
/
+2
*
Use a macro to specify the decay target gain
Chris Robinson
2017-05-21
1
-2
/
+2
*
Reduce the main reverb filter gain limit to match the rest
Chris Robinson
2017-05-16
1
-4
/
+4
*
Make reverb delay line structs use interleaved floats
Chris Robinson
2017-05-15
1
-68
/
+73
*
Make the reverb's early and late feedback lines interleaved
Chris Robinson
2017-05-14
1
-42
/
+47
[next]