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
/
mixer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use structs for the mixer and resampler tags
Chris Robinson
2020-04-03
6
-24
/
+29
*
Avoid using ALfloat in the mixer functions
Chris Robinson
2020-04-03
6
-48
/
+48
*
Another small cleanup
Chris Robinson
2020-04-03
2
-8
/
+7
*
Jump to the target gain if the fade amount is small
Chris Robinson
2020-04-03
3
-6
/
+12
*
Avoid unnecessary duplication in the resamplers
Chris Robinson
2020-04-03
3
-47
/
+34
*
Generate the bsinc tables using constexpr methods
Chris Robinson
2020-04-02
3
-1
/
+3
*
Simplify post-mix HRTF gain storage
Chris Robinson
2020-01-05
5
-14
/
+10
*
Use size_t for array indices
Chris Robinson
2019-12-11
1
-6
/
+7
*
Don't force the HRIR length to a rounded value
Chris Robinson
2019-12-11
3
-3
/
+3
*
Use unsigned for array indices
Chris Robinson
2019-11-29
1
-5
/
+2
*
Avoid holding HRTF accumulation samples per-source
Chris Robinson
2019-11-03
5
-55
/
+27
*
Avoid direct function template and alias types
Chris Robinson
2019-10-03
1
-2
/
+2
*
Remove the Offset parameter from ApplyCoeffs
Chris Robinson
2019-10-02
4
-88
/
+97
*
Clean up some ALfloat -> float
Chris Robinson
2019-10-02
5
-68
/
+62
*
Move ALvoice from alu.h to a separate header
Chris Robinson
2019-10-02
2
-4
/
+13
*
Repack the bsinc resamplers coefficients
Chris Robinson
2019-09-29
3
-12
/
+12
*
Implement a "fast" bsinc path
Chris Robinson
2019-09-26
4
-1
/
+118
*
Make the bsinc l and m coefficients unsigned
Chris Robinson
2019-09-17
3
-17
/
+12
*
Fix typo
Chris Robinson
2019-09-16
1
-3
/
+3
*
Clean up some more shadowing warnings
Chris Robinson
2019-09-16
3
-13
/
+18
*
Fix a few more GCC warnings
Chris Robinson
2019-09-14
1
-1
/
+1
*
Fix some more implicit conversions noted by GCC
Chris Robinson
2019-09-14
5
-15
/
+18
*
Pass IrSize to the HRTF mixers as unsigned
Chris Robinson
2019-09-13
5
-19
/
+19
*
Make IrSize unsigned
Chris Robinson
2019-09-13
1
-1
/
+1
*
Make the resampler increment unsigned
Chris Robinson
2019-09-13
6
-78
/
+74
*
Fix a few more C-style casts
Chris Robinson
2019-09-11
1
-3
/
+3
*
Only ASSUME values where a variable is used
Chris Robinson
2019-09-04
4
-6
/
+3
*
Only use one accumulation buffer for B-Format HRTF mixing
Chris Robinson
2019-09-03
1
-15
/
+11
*
Store the voice fraction offset as unsigned
Chris Robinson
2019-08-31
6
-49
/
+43
*
Fix a variable declaration
Chris Robinson
2019-08-22
1
-3
/
+2
*
Avoid reading from pointers to __m128 values
Chris Robinson
2019-08-21
2
-40
/
+31
*
Fix NEON store call
Chris Robinson
2019-08-20
1
-1
/
+1
*
Use size_t for the mixers' fade counter and outpos
Chris Robinson
2019-08-20
5
-20
/
+19
*
Use size_t for HrtfMixer functions' buffer size
Chris Robinson
2019-08-20
5
-33
/
+31
*
Fix MixRow definition for NEON
Chris Robinson
2019-08-20
1
-2
/
+2
*
Pass a span to the Resample function
Chris Robinson
2019-08-20
6
-55
/
+53
*
Pass a span for the Mix function's input
Chris Robinson
2019-08-20
4
-72
/
+62
*
Rename the Mix function input for clarity
Chris Robinson
2019-08-20
4
-19
/
+21
*
Pass the MixRow buffer size as a span
Chris Robinson
2019-08-20
4
-38
/
+31
*
Allow using a variable channel stride for MixRowSamples
Chris Robinson
2019-08-19
4
-16
/
+19
*
Don't require MixRow's output to be a FloatBufferLine
Chris Robinson
2019-08-18
4
-4
/
+4
*
Modify LIKELY and UNLIKELY to not need extra parenthesis
Chris Robinson
2019-08-04
2
-6
/
+6
*
Don't templatize HrirArray
Chris Robinson
2019-07-31
4
-5
/
+5
*
Fix a couple ASSUME statements
Chris Robinson
2019-07-31
2
-2
/
+2
*
Use enums for the resampler and mixer template tags
Chris Robinson
2019-07-31
1
-29
/
+27
*
Rename al/* sources to avoid camel-case
Chris Robinson
2019-07-29
2
-4
/
+1
*
Rename Alc to alc
Chris Robinson
2019-07-28
8
-0
/
+1143