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
*
Avoid some template hackery for EAX effect type functions
Chris Robinson
2023-12-22
12
-215
/
+169
*
Avoid a function-like macro for calling to EAX effects
Chris Robinson
2023-12-22
1
-20
/
+35
*
Replace a series of if statements with a switch
Chris Robinson
2023-12-22
1
-24
/
+16
*
Use std::visit instead of manually checking the set type
Chris Robinson
2023-12-22
1
-25
/
+15
*
Remove an unnecessary std::max
Chris Robinson
2023-12-21
1
-3
/
+2
*
Use string_views for querying config parameters
Chris Robinson
2023-12-21
16
-109
/
+122
*
Use string_views to help parse config files
Chris Robinson
2023-12-21
1
-85
/
+78
*
Use a bool for a 0/1 value
Chris Robinson
2023-12-21
1
-4
/
+4
*
[EAX] Fix error handling (#953)
Boris I. Bendovsky
2023-12-21
2
-1
/
+5
*
Use proper structs for EffectProps
Chris Robinson
2023-12-21
1
-118
/
+132
*
Disable rt-mix by default for PipeWire
Chris Robinson
2023-12-21
2
-2
/
+2
*
Use a variant instead of a union for InterpState
Chris Robinson
2023-12-21
6
-55
/
+77
*
Avoid using a couple C limits macros
Chris Robinson
2023-12-20
1
-2
/
+3
*
Use proper iterators for sorting effect slots where possible
Chris Robinson
2023-12-20
1
-7
/
+4
*
Update span to better check out-of-bounds subspan requests
Chris Robinson
2023-12-20
1
-37
/
+77
*
Ensure struct members are initialized
Chris Robinson
2023-12-20
22
-124
/
+124
*
Use -static-libstdc++ to static link libstdc++
Chris Robinson
2023-12-19
1
-2
/
+2
*
Set Oboe usage to Game
Chris Robinson
2023-12-18
1
-0
/
+1
*
Fix and cleanup some more warnings
Chris Robinson
2023-12-18
3
-19
/
+30
*
Fix some implicit conversions
Chris Robinson
2023-12-17
12
-48
/
+45
*
Remove DEF_NEWDEL
Chris Robinson
2023-12-16
44
-140
/
+2
*
Fix searching the channel type list
Chris Robinson
2023-12-15
1
-1
/
+1
*
Mark constructors noexcept as needed
Chris Robinson
2023-12-15
1
-3
/
+9
*
Catch a potential exception to free memory
Chris Robinson
2023-12-15
1
-3
/
+13
*
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
[next]