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
/
alu.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use FloatBufferLine with the HRTF mixer functions
Chris Robinson
2019-05-28
1
-3
/
+2
*
Use std::array for most mixing buffer arrays
Chris Robinson
2019-05-28
1
-27
/
+31
*
Move a couple functions into its related class
Chris Robinson
2019-05-25
1
-8
/
+4
*
Avoid some uses of RESTRICT
Chris Robinson
2019-05-25
1
-14
/
+13
*
Avoid unnecessary use of CalcAngleCoeffs
Chris Robinson
2019-05-20
1
-1
/
+1
*
Make sure the all-pass filter is cleared before use
Chris Robinson
2019-04-04
1
-3
/
+7
*
Fix MSVC error about parenthesized explicit type conversion
Chris Robinson
2019-04-03
1
-2
/
+2
*
Avoid directly using CalcAmbiCoeffs
Chris Robinson
2019-04-02
1
-37
/
+48
*
Change RealMixParams::ChannelName to better reflect its use
Chris Robinson
2019-04-02
1
-10
/
+11
*
Fix use of reverse_copy
Chris Robinson
2019-03-31
1
-1
/
+1
*
Use phase correction for the front stablizer
Chris Robinson
2019-03-31
1
-5
/
+50
*
Remove a couple unused member variables
Chris Robinson
2019-03-30
1
-1
/
+0
*
Use a temporary buffer for HRTF filter accumulation
Chris Robinson
2019-03-29
1
-2
/
+2
*
Remove another unnecessary distance check
Chris Robinson
2019-03-26
1
-12
/
+9
*
Scale floats directly to 32-bit integer values
Chris Robinson
2019-03-25
1
-5
/
+5
*
Remove a couple redundant distance checks
Chris Robinson
2019-03-23
1
-12
/
+4
*
Don't redundantly set the voice's direct output buffer
Chris Robinson
2019-03-23
1
-4
/
+0
*
Rename and move ALeffectProps
Chris Robinson
2019-03-22
1
-2
/
+2
*
Use MixParams for the wet buffers
Chris Robinson
2019-03-22
1
-32
/
+22
*
Always reset all voices on disconnect
Chris Robinson
2019-03-16
1
-28
/
+1
*
Pass the voice state as a parameter instead of reloading it
Chris Robinson
2019-03-11
1
-4
/
+4
*
Rename ALvoice fields for consistency
Chris Robinson
2019-03-10
1
-110
/
+106
*
Don't directly use a buffer for updating source parameters
Chris Robinson
2019-03-10
1
-25
/
+13
*
Avoid excessive transformations of the source position
Chris Robinson
2019-03-10
1
-44
/
+60
*
Add a Stopping state for voices
Chris Robinson
2019-03-09
1
-12
/
+7
*
Clear the voice's buffer when detaching from source
Chris Robinson
2019-03-09
1
-0
/
+4
*
Convert the device frequency to float just once
Chris Robinson
2019-02-24
1
-9
/
+7
*
Make sure the voice's direct buffer is always set
Chris Robinson
2019-02-24
1
-7
/
+5
*
Remove the FOAOut mixing buffer and associated post-processes
Chris Robinson
2019-02-22
1
-15
/
+0
*
Remove the unused FOAOut EffectTarget
Chris Robinson
2019-02-22
1
-2
/
+2
*
Mix B-Format sources directly to the dry buffer
Chris Robinson
2019-02-21
1
-19
/
+15
*
Pass the number of input channels to EffectState::process
Chris Robinson
2019-02-21
1
-1
/
+1
*
Allocate the effect slot wet buffer dynamically
Chris Robinson
2019-02-20
1
-19
/
+18
*
Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFS
Chris Robinson
2019-02-19
1
-6
/
+6
*
Reduce some indenting
Chris Robinson
2019-02-19
1
-27
/
+25
*
Avoid a temp buffer for the distance compensation delay
Chris Robinson
2019-02-17
1
-23
/
+12
*
Simply setting a couple indices
Chris Robinson
2019-02-04
1
-2
/
+2
*
Pass the distance to GetHrtfCoeffs
Chris Robinson
2019-01-28
1
-10
/
+9
*
Fix applied scalars for B-Format source mixing
Chris Robinson
2019-01-26
1
-8
/
+8
*
Use template declarations for the HRTF mixers
Chris Robinson
2019-01-23
1
-5
/
+4
*
Replace a couple more C math calls
Chris Robinson
2019-01-14
1
-2
/
+2
*
Constify some parameters
Chris Robinson
2019-01-12
1
-5
/
+5
*
Use a flexible array for DirectHrtfState and ALvoice
Chris Robinson
2019-01-12
1
-1
/
+1
*
Use a vector for ALeffectslotArray
Chris Robinson
2019-01-09
1
-7
/
+8
*
Avoid using old style casts
Filip Gawin
2019-01-08
1
-9
/
+9
*
Use nullptr in cpp files
Filip Gawin
2019-01-07
1
-2
/
+2
*
Apply an all-pass on the existing output when upsampling ambisonics
Chris Robinson
2019-01-06
1
-6
/
+6
*
Replace macros with constexpr inline functions
Chris Robinson
2019-01-06
1
-3
/
+5
*
Simplify MixParams and AmbiUpsampler
Chris Robinson
2019-01-05
1
-10
/
+8
*
Handle all input channels in MixDirectHrtf
Chris Robinson
2018-12-31
1
-4
/
+2
[next]