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
/
core
/
mixer
/
mixer_neon.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use an interpolated FIR filter for cubic resampling
Chris Robinson
2023-02-06
1
-7
/
+45
*
Ensure the mixer helpers are properly inlined
Chris Robinson
2023-01-13
1
-3
/
+3
*
Combine some duplicate code to mix each channel
Chris Robinson
2023-01-05
1
-138
/
+76
*
Add and use mixers that process one input and output channel
Chris Robinson
2023-01-05
1
-0
/
+77
*
Rename lerp to avoid conflicts with C++20's std::lerp
Chris Robinson
2022-04-06
1
-1
/
+1
*
Remove an unnecessary subtraction
Chris Robinson
2022-04-01
1
-1
/
+1
*
Adjust the bsinc filter table packing
Chris Robinson
2021-02-23
1
-3
/
+3
*
Add some optimization hints
Chris Robinson
2021-02-16
1
-6
/
+8
*
Use spans instead of references to arrays
Chris Robinson
2021-02-06
1
-2
/
+2
*
Return non-const from the resampler function
Chris Robinson
2021-01-02
1
-10
/
+8
*
Use more constexpr variables instead of macros
Chris Robinson
2020-12-25
1
-1
/
+1
*
Avoid compiling different sources for different targets
Chris Robinson
2020-12-13
1
-0
/
+4
*
Be more consistent with size_t
Chris Robinson
2020-12-12
1
-2
/
+2
*
Move the mixer functions to core
Chris Robinson
2020-12-12
1
-0
/
+303