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
*
Rename some struct members
Chris Robinson
2023-01-10
1
-3
/
+3
*
Use a bitset for the enabled event flags
Chris Robinson
2022-12-16
1
-4
/
+3
*
Implement an al::unreachable wrapper/helper
Chris Robinson
2022-12-13
1
-1
/
+1
*
Avoid using a macro to wrap standard attributes
Chris Robinson
2022-12-06
1
-6
/
+6
*
Avoid LIKELY/UNLIKELY macros
Chris Robinson
2022-12-05
1
-5
/
+5
*
Use standard likely/unlikely attributes when available
Chris Robinson
2022-12-05
1
-1
/
+1
*
Add the ability to start a voice at a particular time
Chris Robinson
2022-11-03
1
-1
/
+5
*
Track if doing 2D mixing only
Chris Robinson
2022-09-04
1
-3
/
+6
*
Add a 2D fourth-order upsampler
Chris Robinson
2022-08-27
1
-0
/
+3
*
Don't mark a non-constexpr-able function as constexpr
Chris Robinson
2022-08-26
1
-1
/
+1
*
Simplify calculating the ambisonic rotator coefficients
Chris Robinson
2022-08-26
1
-34
/
+33
*
Fix W input mixing when non-0 coverage
Chris Robinson
2022-08-26
1
-15
/
+25
*
Create and use 2D upsampling matrices
Chris Robinson
2022-08-25
1
-7
/
+27
*
Apply the upsampler before rotation
Chris Robinson
2022-08-25
1
-84
/
+23
*
Skip LFE for aux send gains with Direct Channels
Chris Robinson
2022-08-18
1
-0
/
+4
*
Fix the channel spread for aux send gains with full HRTF
Chris Robinson
2022-08-18
1
-1
/
+1
*
Inline and precompute some CalcDirectionCoeffs calls
Chris Robinson
2022-08-18
1
-1
/
+1
*
Use a decode-encode method for ambisonic upsampling
Chris Robinson
2022-08-15
1
-6
/
+107
*
Avoid putting a 1KB array on the stack
Chris Robinson
2022-08-02
1
-6
/
+6
*
Rework multi-channel source radius handling
Chris Robinson
2022-08-02
1
-50
/
+118
*
Change an inline function to a class method
Chris Robinson
2022-08-02
1
-4
/
+4
*
Use an intrusive_ptr to hold on to the EffectState
Chris Robinson
2022-07-29
1
-3
/
+3
*
Use the reverb air absorption for the send paths
Chris Robinson
2022-07-19
1
-9
/
+7
*
Add a config compat option for NFC distance scaling
Chris Robinson
2022-07-07
1
-6
/
+10
*
Don't apply effect auto send adjustments for non-reverb effects
Chris Robinson
2022-06-16
1
-1
/
+1
*
Avoid a virtual function call to set the decoder width
Chris Robinson
2022-05-17
1
-1
/
+1
*
Use virtual functions for the decoder
Chris Robinson
2022-05-14
1
-1
/
+1
*
Use an array of pointers for the UHJ encoder input
Chris Robinson
2022-05-06
1
-1
/
+1
*
Fully protect disconnection with the mixer counter
Chris Robinson
2022-04-25
1
-36
/
+36
*
Use a type alias to simplify using a type
Chris Robinson
2022-04-25
1
-7
/
+8
*
Clean up some case spaghetti
Chris Robinson
2022-04-25
1
-13
/
+10
*
Rename lerp to avoid conflicts with C++20's std::lerp
Chris Robinson
2022-04-06
1
-8
/
+8
*
Limit the super stereo width factor to 0.7
Chris Robinson
2022-04-04
1
-1
/
+1
*
Avoid some redundant variable assignments
Chris Robinson
2022-03-30
1
-12
/
+6
*
Add options to reverse local X and Y coordinates
Chris Robinson
2022-03-10
1
-2
/
+6
*
Add a config option for reverse-z
Chris Robinson
2022-03-10
1
-18
/
+8
*
Fix applying air absorption
Chris Robinson
2022-03-02
1
-20
/
+20
*
Move some temp variables closer to where they're used
Chris Robinson
2022-03-02
1
-69
/
+67
*
Rework source send distance attenuation handling
Chris Robinson
2022-03-02
1
-61
/
+77
*
Rework the initial reverb decay
Chris Robinson
2022-03-01
1
-41
/
+32
*
Make some local constexpr variables static
Chris Robinson
2022-02-23
1
-5
/
+5
*
Handle AirAbsorptionGainHF as a native context property
Chris Robinson
2022-02-08
1
-1
/
+3
*
Combine listener and context updates
Chris Robinson
2022-02-08
1
-18
/
+7
*
Avoid a magic number
Chris Robinson
2022-02-01
1
-1
/
+1
*
Remove math_defs.h
Chris Robinson
2022-01-27
1
-2
/
+4
*
Get rid of MathDefs
Chris Robinson
2022-01-27
1
-9
/
+12
*
Use a bitset instead of a plain uint for flags
Chris Robinson
2021-12-23
1
-5
/
+5
*
Don't do direct channels with UHJ output
Chris Robinson
2021-12-21
1
-1
/
+3
*
Move the effects base and effectslot to core
Chris Robinson
2021-12-17
1
-2
/
+2
*
Add source properties for Super Stereo
Chris Robinson
2021-12-15
1
-0
/
+3
[next]