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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a fast native type for the backup popcount
Chris Robinson
2021-03-02
1
-7
/
+20
*
Use the correct lock when allocating filters
Chris Robinson
2021-03-02
1
-1
/
+1
*
Avoid making BSincPointsMax public
Chris Robinson
2021-03-01
3
-19
/
+30
*
Avoid cutting off the last bsinc filter coefficient
Chris Robinson
2021-03-01
1
-3
/
+3
*
Avoid trying to get the app path when it fails on Windows too
Chris Robinson
2021-02-27
1
-9
/
+10
*
Avoid calling readlink on platforms that don't support it
Chris Robinson
2021-02-27
1
-11
/
+11
*
Avoiding cutting all bsinc resampler output at scale 0
Chris Robinson
2021-02-24
2
-9
/
+8
*
Use a more appropriate epsilon for Sinc()
Chris Robinson
2021-02-24
1
-1
/
+2
*
Avoid an unnecessary loop iteration
Chris Robinson
2021-02-23
1
-2
/
+3
*
Adjust the bsinc filter table packing
Chris Robinson
2021-02-23
4
-41
/
+29
*
Remove unnecessary use of SSE2 intrinsics
Chris Robinson
2021-02-21
1
-2
/
+1
*
Store the all-pass FIR results more efficiently
Chris Robinson
2021-02-18
1
-14
/
+23
*
Use shifts instead of shuffles with SSE where possible
Chris Robinson
2021-02-18
1
-4
/
+4
*
Add some optimization hints
Chris Robinson
2021-02-16
3
-18
/
+24
*
Clean up some formatting
Chris Robinson
2021-02-16
1
-81
/
+71
*
Add missing include
Chris Robinson
2021-02-16
1
-0
/
+1
*
Add enumeration to the JACK backend
Chris Robinson
2021-02-13
1
-35
/
+84
*
Add the all-pass filter results to the output with NEON
Chris Robinson
2021-02-08
1
-3
/
+3
*
Use spans instead of references to arrays
Chris Robinson
2021-02-06
12
-31
/
+38
*
Add a alSourceQueueBufferLayersSOFT stub
Chris Robinson
2021-02-04
1
-0
/
+11
*
Release 1.21.1
Chris Robinson
2021-02-04
2
-2
/
+2
*
Update changelog
Chris Robinson
2021-02-02
1
-0
/
+2
*
Stop the Oboe recording stream when recording is stopped
Chris Robinson
2021-02-02
1
-2
/
+2
*
Implement Oboe capture
Chris Robinson
2021-01-31
1
-4
/
+135
*
Set the oboe stream buffer size
Chris Robinson
2021-01-31
1
-0
/
+2
*
Add a comment about using lld on Android
Chris Robinson
2021-01-31
1
-0
/
+5
*
Avoid copying buffers for aligning overlapped windows
Chris Robinson
2021-01-30
2
-33
/
+42
*
Update changelog
Chris Robinson
2021-01-29
1
-0
/
+2
*
Calculate the square root after checking the limit
Chris Robinson
2021-01-29
1
-4
/
+5
*
Allow the sample type to get changed on Solaris
Chris Robinson
2021-01-29
1
-6
/
+10
*
Merge pull request #524 from Cacodemon345/patch-1
kcat
2021-01-29
1
-0
/
+1
|
\
|
*
Fix compilation on Solaris backend
Cacodemon345
2021-01-29
1
-0
/
+1
|
/
*
Add a panning "deadzone" for spatialized sources
Chris Robinson
2021-01-28
2
-3
/
+4
*
Export EFX functions from the router
Chris Robinson
2021-01-27
5
-1
/
+152
*
Ignore SI-style configuration strings for device names
Chris Robinson
2021-01-27
1
-0
/
+5
*
Rework fading of stopped sounds
Chris Robinson
2021-01-27
1
-22
/
+13
*
Make sure InitVoice is given a valid buffer queue item
Chris Robinson
2021-01-26
1
-2
/
+2
*
Move al::deque to a common header
Chris Robinson
2021-01-25
3
-7
/
+18
*
Use an AL-specific buffer queue item struct for sources
Chris Robinson
2021-01-25
5
-79
/
+68
*
Use a deque for the source buffer queue
Chris Robinson
2021-01-25
2
-149
/
+121
*
Store the callback in the buffer list item
Chris Robinson
2021-01-24
4
-61
/
+64
*
Store buffer info in the queue entry
Chris Robinson
2021-01-24
21
-78
/
+103
*
Remove some unnecessary function attributes
Chris Robinson
2021-01-23
1
-4
/
+4
*
Set the correct default buffer bits/format
Chris Robinson
2021-01-22
2
-3
/
+3
*
Don't bother checking for std::aligned_alloc
Chris Robinson
2021-01-22
3
-25
/
+2
*
Fix setting the correct standards flag
Chris Robinson
2021-01-22
1
-2
/
+10
*
Ensure the correct standard is set for cmake checks
Chris Robinson
2021-01-22
1
-0
/
+2
*
Remove an unnecessary semicolon
Chris Robinson
2021-01-22
1
-1
/
+1
*
Fix __cplusplus value check
Chris Robinson
2021-01-22
1
-1
/
+1
*
Use if constexpr when possible
Chris Robinson
2021-01-22
5
-6
/
+15
[next]