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
*
Replace restrict with RESTRICT
Chris Robinson
2018-10-29
1
-18
/
+18
*
Don't scale the reverb fade counter so much
Chris Robinson
2018-09-30
1
-5
/
+6
*
Only compare the reverb params that induce a need for fading
Chris Robinson
2018-09-23
1
-23
/
+41
*
Clear reverb gain coefficients when doing a device update
Chris Robinson
2018-09-23
1
-0
/
+49
*
Rename ALreverbState to ReverbState
Chris Robinson
2018-09-23
1
-23
/
+23
*
Remove another duplicate function
Chris Robinson
2018-09-19
1
-4
/
+4
*
Add macros for commonly used square roots
Chris Robinson
2018-09-19
1
-7
/
+6
*
The last reverb loop update doesn't need an aligned count.
Chris Robinson
2018-09-11
1
-4
/
+7
*
Ensure the max reverb update size is a multiple of 4
Chris Robinson
2018-09-11
1
-2
/
+4
*
Separate the delay line feeding from reading
Chris Robinson
2018-09-10
1
-2
/
+4
*
Avoid a couple line count assumptions
Chris Robinson
2018-09-10
1
-2
/
+2
*
Combine identical loops into a separate function
Chris Robinson
2018-09-10
1
-46
/
+21
*
Handle the early reflection delay separate from late refeed
Chris Robinson
2018-09-10
1
-57
/
+40
*
Include the mid-band decay with the density gain
Chris Robinson
2018-08-31
1
-7
/
+7
*
Calcualte and use the maximum reverb update size
Chris Robinson
2018-08-31
1
-6
/
+14
*
Apply the decay gain when reading from the late line
Chris Robinson
2018-08-31
1
-10
/
+17
*
Don't modify the late reverb density with the echo parameters
Chris Robinson
2018-08-30
1
-13
/
+7
*
Use second-order biquad filters for the reverb's T60 decay
Chris Robinson
2018-08-12
1
-309
/
+18
*
Store the reverb state offset locally while processing
Chris Robinson
2018-08-11
1
-16
/
+14
*
Correctly apply reverb coefficient fading over the entire fade length
Chris Robinson
2018-08-09
1
-23
/
+25
*
Crossfade the early reflections delay coefficients
Chris Robinson
2018-08-08
1
-30
/
+50
*
Apply late reverb density gain on late reverb input
Chris Robinson
2018-08-08
1
-15
/
+30
*
Specify both scale values to FadedDelayLineOut
Chris Robinson
2018-08-08
1
-9
/
+17
*
Properly set early reflection all-pass coefficient
Chris Robinson
2018-08-06
1
-3
/
+7
*
Make the all-pass coefficient part of the all-pass structure
Chris Robinson
2018-08-06
1
-22
/
+17
*
Apply the vector all-pass separate on uninterleaved samples
Chris Robinson
2018-08-05
1
-159
/
+310
*
Apply the reverb's T60 filter in groups of samples
Chris Robinson
2018-08-05
1
-54
/
+78
*
Mix reverb samples right after generating them
Chris Robinson
2018-08-04
1
-31
/
+36
*
Scale the reverb decay weights to cover up to 20khz
Chris Robinson
2018-08-03
1
-11
/
+16
*
Apply late reverb density gain adjustment on output
Chris Robinson
2018-08-01
1
-22
/
+17
*
Fix late reverb density gain blend weights
Chris Robinson
2018-08-01
1
-4
/
+4
*
Add a specific function for truncating float-to-int conversions
Chris Robinson
2018-05-03
1
-10
/
+10
*
Rename BiquadState to BiquadFilter
Chris Robinson
2018-04-04
1
-12
/
+12
*
Apply biquad and T60 filters using transposed direct form II
Chris Robinson
2018-04-03
1
-14
/
+9
*
Fix a couple comments about coordinate handedness
Chris Robinson
2018-03-24
1
-3
/
+3
*
Rename ALfilterState/Type to BiquadState/Type
Chris Robinson
2018-03-23
1
-12
/
+12
*
Move the filter implementation to a separate directory
Chris Robinson
2018-03-22
1
-2
/
+1
*
Move mixer sources into a sub-directory
Chris Robinson
2018-03-22
1
-1
/
+0
*
Fix the reverb panning behavior to better fit the spec
Chris Robinson
2018-03-19
1
-83
/
+38
*
Use a macro template to define similar functions
Chris Robinson
2018-03-15
1
-78
/
+48
*
Remove an extraneous +
Chris Robinson
2018-03-14
1
-1
/
+1
*
Move a loop into a function
Chris Robinson
2018-03-13
1
-5
/
+7
*
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
[next]