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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid making static local copies of constexpr values
Chris Robinson
2018-12-25
1
-7
/
+7
*
Construct AsyncEvent objects directly in the ringbuffer
Chris Robinson
2018-12-25
3
-20
/
+55
*
Avoid an intermediate mixing buffer
Chris Robinson
2018-12-24
2
-17
/
+8
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
43
-127
/
+115
*
Add an in-progress extension to set the effect slot target
Chris Robinson
2018-12-24
2
-0
/
+6
*
Propagate an effectslot target property
Chris Robinson
2018-12-24
1
-0
/
+1
*
Provide effect target parameters through a common struct
Chris Robinson
2018-12-24
13
-213
/
+113
*
Avoid using select()
Chris Robinson
2018-12-24
3
-83
/
+54
*
Make the Compressor more class-like
Chris Robinson
2018-12-24
4
-153
/
+162
*
Only check ambisonic attributes with B-Format output
Chris Robinson
2018-12-24
1
-11
/
+14
*
Apply the limiter before distance compensation
Chris Robinson
2018-12-24
1
-9
/
+10
*
Assume alignment for some buffers
Chris Robinson
2018-12-23
1
-8
/
+9
*
Add some more ASSUMEs
Chris Robinson
2018-12-23
1
-6
/
+13
*
Repack some AmbiUpsampler fields for better access patterns
Chris Robinson
2018-12-23
2
-16
/
+18
*
Properly rebalance the HF scale with ambisonic upsampling
Chris Robinson
2018-12-23
1
-5
/
+32
*
Mix effect slot output to the effect target if it's set
Chris Robinson
2018-12-23
12
-61
/
+179
*
Dynamically sort the effect slots when mixing
Chris Robinson
2018-12-22
2
-4
/
+45
*
Cleanup definitions and declarations in reverb.cpp
Chris Robinson
2018-12-22
1
-253
/
+221
*
Constify a parameter
Chris Robinson
2018-12-22
12
-24
/
+24
*
Clean up some math stuff
Chris Robinson
2018-12-22
6
-38
/
+47
*
Fix for C++11 compatibility
Chris Robinson
2018-12-22
1
-4
/
+4
*
Use a normal delete instead of ll_ringbuffer_free
Chris Robinson
2018-12-22
12
-169
/
+119
*
A bit of cleanup for CalcPanningAndFilters
Chris Robinson
2018-12-22
1
-24
/
+30
*
Rename a couple HRTF structs
Chris Robinson
2018-12-22
6
-79
/
+78
*
Try to help GetHrtfCoeffs vectorize
Chris Robinson
2018-12-21
1
-21
/
+19
*
Small cleanup for BuildBFormatHrtf
Chris Robinson
2018-12-21
1
-35
/
+39
*
Don't convert the HRTF decoder virtual speaker positions to radians
Chris Robinson
2018-12-21
3
-33
/
+32
*
Use a dodecahedron for the ambisonic HRTF decode
Chris Robinson
2018-12-21
1
-68
/
+51
*
Pass RealMixParams by reference instead of pointer
Chris Robinson
2018-12-20
4
-17
/
+17
*
Fix the type used for another subtraction
Chris Robinson
2018-12-20
1
-1
/
+1
*
Silence some MSVC warnings
Chris Robinson
2018-12-20
1
-4
/
+4
*
Fix the type used for subtraction
Chris Robinson
2018-12-20
1
-1
/
+1
*
Clean up most of the compressor loops
Chris Robinson
2018-12-20
2
-202
/
+171
*
Use std::accumulate to get the max composited buffer length loaded
Chris Robinson
2018-12-20
1
-36
/
+35
*
Add index maps from 2D and 3D
Chris Robinson
2018-12-20
3
-25
/
+30
*
Use std::array in place of some C-style arrays
Chris Robinson
2018-12-20
3
-31
/
+32
*
Rename some conversion arrays
Chris Robinson
2018-12-20
3
-31
/
+31
*
Use inline methods for the device format sizes
Chris Robinson
2018-12-19
16
-102
/
+77
*
Don't hardcode the channel count from the device ambisonic order
Chris Robinson
2018-12-19
1
-7
/
+5
*
Don't allow FuMa ordering or normalization above third-order
Chris Robinson
2018-12-19
1
-2
/
+14
*
Combine handling of attribute processing
Chris Robinson
2018-12-18
1
-208
/
+143
*
Use the AmbiUpsampler with higher order basic and custom panning
Chris Robinson
2018-12-17
2
-96
/
+47
*
Avoid hard-coded scale factors in BFormatDec's upsampler
Chris Robinson
2018-12-17
1
-23
/
+36
*
Mix each frequency band individually for ambisonic upsampling
Chris Robinson
2018-12-16
2
-8
/
+7
*
Always use the transcode method with the AmbiUpsampler
Chris Robinson
2018-12-16
3
-63
/
+23
*
Avoid extraneous alignment requirements
Chris Robinson
2018-12-16
1
-2
/
+2
*
Put the ACN index map in a header
Chris Robinson
2018-12-15
4
-82
/
+88
*
Reorder some math terms to help optimizations
Chris Robinson
2018-12-15
1
-6
/
+6
*
Add encoding calculations for fourth-order ambisonics
Chris Robinson
2018-12-15
1
-1
/
+11
*
Move some ambisonic-related macros to a separate header
Chris Robinson
2018-12-15
4
-10
/
+56
[next]