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
*
Do reverb modulation before band-pass filtering
Chris Robinson
2016-09-06
1
-7
/
+6
*
Do multiple samples at once for reverb modulation
Chris Robinson
2016-09-05
1
-38
/
+49
*
Add a ref count to ALeffectState
Chris Robinson
2016-08-25
1
-93
/
+100
*
Combine related members into a struct
Chris Robinson
2016-08-24
1
-2
/
+2
*
Remove DevFmtBFormat3D, which is covered by DevFmtAmbi1
Chris Robinson
2016-07-31
1
-1
/
+1
*
Simplify a format check
Chris Robinson
2016-07-30
1
-3
/
+2
*
Add a config to output first-, second-, or third-order ambisonics
Chris Robinson
2016-07-29
1
-1
/
+3
*
Avoid more uses of ALfilterState_processSingle
Chris Robinson
2016-07-25
1
-9
/
+9
*
Avoid using realloc in a number of places
Chris Robinson
2016-05-21
1
-5
/
+7
*
Don't assume the "real" output buffer follows the dry buffer
Chris Robinson
2016-05-17
1
-15
/
+44
*
Improve reverb panning gains for "3D" output.
Chris Robinson
2016-05-17
1
-8
/
+8
*
Get rid of an unnecessary copy of ALeffectProps
Chris Robinson
2016-05-13
1
-3
/
+2
*
Hold the effect and filter maps while handling effects and filters
Chris Robinson
2016-05-12
1
-8
/
+0
*
Provide (mostly) lockless updates for effect slots
Chris Robinson
2016-05-12
1
-4
/
+5
*
Improve radius behavior with scaling of ambisonic coefficients
Chris Robinson
2016-04-24
1
-6
/
+6
*
More directly map coefficients for ambisonic mixing buffers
Chris Robinson
2016-04-15
1
-14
/
+7
*
Avoid mixing all coefficients together when only some are used
Chris Robinson
2016-04-15
1
-10
/
+14
*
Use the 3D panned output for reverb with HQ decoding
Chris Robinson
2016-03-31
1
-3
/
+3
*
Add a workaround for a buggy modff
Chris Robinson
2016-03-18
1
-0
/
+15
*
Make sure enough reverb panning gains are defined
Chris Robinson
2016-03-16
1
-4
/
+4
*
Add a dual-band ambisonic decoder
Chris Robinson
2016-03-15
1
-8
/
+12
*
Allocate enough reverb panning gains
Chris Robinson
2016-03-10
1
-2
/
+6
*
Organize the dry buffer properties into a struct
Chris Robinson
2016-03-09
1
-17
/
+20
*
Track the virtual and real output buffers ecplicitly
Chris Robinson
2016-03-09
1
-15
/
+21
*
Fix reverb with UHJ encoding
Chris Robinson
2016-03-03
1
-1
/
+1
*
Use 2-channel UHJ for stereo output
Chris Robinson
2016-02-26
1
-6
/
+6
*
Remove a dead assignment
Chris Robinson
2016-02-16
1
-1
/
+0
*
Add special HRTF handling for reverb
Chris Robinson
2016-02-06
1
-1
/
+77
*
Only apply the +3dB reverb gain boost to the ambient response.
Chris Robinson
2016-02-06
1
-2
/
+1
*
Avoid an extra sample of delay in the reverb modulator
Chris Robinson
2016-02-05
1
-4
/
+6
*
Remove an unnecessary variable and move duplicate code to a common spot
Chris Robinson
2016-02-05
1
-37
/
+23
*
Don't explicitly check for LFE
Chris Robinson
2016-02-05
1
-16
/
+0
*
Boost the direct-pan reverb to better match the expected volume
Chris Robinson
2016-02-05
1
-0
/
+2
*
Update a couple outdated comments
Chris Robinson
2016-02-05
1
-3
/
+1
*
Apply the early and late reverb gains with the panning gains
Chris Robinson
2016-02-05
1
-26
/
+28
*
Better organize the reverb code into separate labeled sections
Chris Robinson
2016-02-05
1
-425
/
+442
*
Separate early and late reverb output for standard reverb too
Chris Robinson
2016-02-05
1
-33
/
+27
*
Modify how the four output reverb points are calculated
Chris Robinson
2016-02-05
1
-40
/
+62
*
Try to map reverb outputs directly to output channels
Chris Robinson
2016-02-01
1
-2
/
+77
*
Apply the main reverb gain with the panning
Chris Robinson
2016-02-01
1
-13
/
+12
*
Fix an out of date comment
Chris Robinson
2016-01-31
1
-4
/
+2
*
Pass a pointer to the input samples array for effect processing
Chris Robinson
2016-01-27
1
-3
/
+3
*
Separate calculating ambisonic coefficients from the panning gains
Chris Robinson
2016-01-25
1
-5
/
+14
*
Simplify reverb panning rotations
Chris Robinson
2015-11-07
1
-4
/
+4
*
Pan each early/late delay line separately
Chris Robinson
2015-11-05
1
-56
/
+70
*
Remove an unneeded memset that was overwriting memory
Chris Robinson
2015-11-05
1
-2
/
+0
*
Pass in the Q parameter for setting the filter parameters
Chris Robinson
2015-11-01
1
-2
/
+5
*
Use modff to split the modulation delay components
Chris Robinson
2015-10-31
1
-4
/
+3
*
Mix reverb to output in the inner loop
Chris Robinson
2015-10-29
1
-41
/
+39
*
Include the echo's attenuation of the late reverb in the late reverb gain
Chris Robinson
2015-10-29
1
-24
/
+29
[next]