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
...
*
EFX: Align some arrays used in intrinsics (#180)
Raulshc
2018-03-24
2
-2
/
+2
*
Rename ALfilterState/Type to BiquadState/Type
Chris Robinson
2018-03-23
5
-43
/
+43
*
Some formatting cleanup
Chris Robinson
2018-03-22
1
-67
/
+68
*
Don't use an ALsizei for a potentially negative value
Chris Robinson
2018-03-22
1
-2
/
+3
*
Define the Hanning window globally once for the pitch shifter
Chris Robinson
2018-03-22
1
-11
/
+20
*
Fix a delta phase offset calculation in the pitch shifter
Chris Robinson
2018-03-22
1
-1
/
+1
*
Hold some immediate values on the stack
Chris Robinson
2018-03-22
1
-11
/
+13
*
Avoid some memset calls in the pitch shifter process loop
Chris Robinson
2018-03-22
1
-4
/
+11
*
Use appropriately-sized buffers for the pitch shifter
Chris Robinson
2018-03-22
1
-24
/
+25
*
Move the filter implementation to a separate directory
Chris Robinson
2018-03-22
8
-8
/
+8
*
Move mixer sources into a sub-directory
Chris Robinson
2018-03-22
1
-1
/
+0
*
Use the global MixSamples for the pitch shifter output
Chris Robinson
2018-03-22
1
-14
/
+10
*
Change a parameter type to float since that's what it's used as
Chris Robinson
2018-03-22
1
-3
/
+3
*
Slightly restructure the pitch-shifter process loop
Chris Robinson
2018-03-22
1
-115
/
+110
*
Fix typo (Substraction -> Subtraction) and rename related function
Chris Robinson
2018-03-21
1
-3
/
+3
*
Don't auto-attenuate the pitch shifter output
Chris Robinson
2018-03-21
1
-3
/
+4
*
Don't use mutable fields for constant values
Chris Robinson
2018-03-21
1
-39
/
+42
*
Avoid placing a 2K sample buffer on the stack
Chris Robinson
2018-03-21
1
-4
/
+6
*
Clean up some code formatting in the pitch shifter source
Chris Robinson
2018-03-21
1
-494
/
+478
*
Merge pull request #177 from Raulshc/Pitch-shifter
kcat
2018-03-21
1
-0
/
+494
|
\
|
*
EFX:Own size for pitch shifter buffers
Raulshc
2018-03-19
1
-17
/
+18
|
*
EFX:Pitch Shifter implementation
Raulshc
2018-03-18
1
-0
/
+493
*
|
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
*
Only calculate the modulation samples once for all 4 channels
Chris Robinson
2018-03-08
1
-19
/
+25
*
Simplify modulator effect index updating
Chris Robinson
2018-03-08
1
-3
/
+2
*
Avoid AL prefix on internal effect state factory types
Chris Robinson
2018-02-28
9
-81
/
+81
*
Remove the unnecessary ComputeAmbientGains
Chris Robinson
2018-02-18
1
-1
/
+4
*
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
9
-170
/
+176
*
Provide messages for the remaining AL errors
Chris Robinson
2018-01-24
9
-261
/
+188
*
Use a global RowMixerFunc
Chris Robinson
2018-01-16
1
-10
/
+0
*
Do more samples at once with the distortion effect
Chris Robinson
2018-01-16
1
-25
/
+21
*
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
*
Avoid unnecessarily using type aliases
Chris Robinson
2018-01-14
1
-2
/
+2
*
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
[prev]
[next]