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
*
Remove unnecessary macro parameter lists
Chris Robinson
2023-12-15
10
-15
/
+15
*
Properly check if size_t is larger than uint32_t
Chris Robinson
2023-12-15
1
-1
/
+1
*
Add some noexcept for free functions
Chris Robinson
2023-12-15
2
-17
/
+20
*
Fix clang-tidy warnings from the examples and utilities
Chris Robinson
2023-12-13
12
-372
/
+360
*
Don't fail alcDevicePauseSOFT for disconnected devices
Chris Robinson
2023-12-13
1
-6
/
+0
*
Properly check that the device was playing before restarting it
Chris Robinson
2023-12-12
1
-7
/
+4
*
Track the device state for being properly configured
Chris Robinson
2023-12-12
4
-41
/
+81
*
Remove void from empty parameter lists
Chris Robinson
2023-12-12
10
-66
/
+71
*
Mostly finish cleanup for backends
Chris Robinson
2023-12-11
13
-91
/
+116
*
Fix size check
Chris Robinson
2023-12-11
1
-2
/
+2
*
Finish cleanup for effects
Chris Robinson
2023-12-11
14
-249
/
+265
*
Fix a pointer cast
Chris Robinson
2023-12-10
1
-2
/
+2
*
Much more clang-tidy cleanup
Chris Robinson
2023-12-10
53
-651
/
+659
*
Refactor FlexArray
Chris Robinson
2023-12-10
12
-117
/
+124
*
More clang-tidy cleanup
Chris Robinson
2023-12-10
8
-124
/
+151
*
Be less messy with PFFFT
Chris Robinson
2023-12-09
5
-56
/
+82
*
More clang-tidy fixes
Chris Robinson
2023-12-09
13
-212
/
+224
*
Simplify handling the cluster sizes
Chris Robinson
2023-12-08
1
-13
/
+15
*
Remove some long dead code
Chris Robinson
2023-12-08
1
-68
/
+0
*
Use a fixed array for fixed-size clusters
Chris Robinson
2023-12-08
3
-46
/
+54
*
Clean up some more clang-tidy warnings
Chris Robinson
2023-12-08
32
-174
/
+184
*
Try to work around a compiler issue with HexPrinter
Chris Robinson
2023-12-08
1
-6
/
+7
*
Fix some clang-tidy warnings
Chris Robinson
2023-12-08
39
-284
/
+281
*
Improve the room rolloff factor hanlding
Chris Robinson
2023-12-07
1
-79
/
+100
*
Add missing include for examples to have a UTF-8 main
Chris Robinson
2023-12-06
8
-0
/
+16
*
Don't apply the reverb room rolloff with a 0 ref distance
Chris Robinson
2023-12-06
1
-2
/
+3
*
Don't throw from the pipewire backend stop method
Chris Robinson
2023-12-06
1
-4
/
+2
*
Make sure the size is large enough for allocating a struct
Chris Robinson
2023-12-05
1
-1
/
+2
*
Clean up some variables for clang-tidy
Chris Robinson
2023-12-04
1
-13
/
+10
*
Assert that a value is in the expected range
Chris Robinson
2023-12-04
1
-0
/
+2
*
Remove a dead store
Chris Robinson
2023-12-04
1
-1
/
+0
*
Check for a valid alignment with callback buffers
Chris Robinson
2023-12-04
1
-0
/
+4
*
Use RAII to handle writing under the mixer seqlock
Chris Robinson
2023-12-04
6
-32
/
+42
*
Remove some unnecessary atomic wrappers
Chris Robinson
2023-12-03
14
-33
/
+34
*
Replace a global function with a member function
Chris Robinson
2023-12-03
9
-18
/
+12
*
Make the device clock members atomic
Chris Robinson
2023-12-03
5
-25
/
+55
*
fix printf format for MinGW (#942)
Rosen Penev
2023-12-03
7
-14
/
+14
*
Adjust the secondary early reflections
Chris Robinson
2023-12-02
1
-6
/
+7
*
Avoid extra multiplies
Chris Robinson
2023-12-01
1
-3
/
+3
*
Rename the extension for 32-bit buffer formats
Chris Robinson
2023-12-01
1
-15
/
+15
*
feat(openal-info): Add values related to sources inside openal-info.c (#940)
MathiusD
2023-12-02
1
-0
/
+11
*
Update some in-progress format enums
Chris Robinson
2023-11-25
1
-15
/
+15
*
Cleanup the event support reporting
Chris Robinson
2023-11-25
1
-15
/
+9
*
Fix some unused parameter and unhandled enum warnings
Chris Robinson
2023-11-25
6
-59
/
+62
*
Fix some comments
Chris Robinson
2023-11-25
1
-3
/
+2
*
Add query fonction in ALC_SOFT_system_events unreleased extension (#938)
MathiusD
2023-11-26
15
-18
/
+184
*
Do proper spatial reflection in reverb
Chris Robinson
2023-11-22
1
-16
/
+55
*
Compensate the late delay tap by the early delay buffer
Chris Robinson
2023-11-22
1
-1
/
+5
*
Don't combine both early reflection taps for the late reverb
Chris Robinson
2023-11-21
1
-2
/
+3
*
Handle systems that don't support std::cyl_bessel_i
Chris Robinson
2023-11-18
2
-4
/
+89
[next]