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 using al_calloc/al_free in the router
Chris Robinson
2024-01-01
1
-4
/
+3
*
Properly align the output limiter delay buffer
Chris Robinson
2023-12-31
1
-1
/
+1
*
Use the proper allocator for EffectSlotArray
Chris Robinson
2023-12-31
1
-1
/
+2
*
Ensure HrtfStore alignment is large enough
Chris Robinson
2023-12-31
1
-0
/
+4
*
Avoid al_calloc/al_free for HrtfStore
Chris Robinson
2023-12-31
3
-11
/
+12
*
Avoid placement new for FlexArray
Chris Robinson
2023-12-31
1
-17
/
+16
*
Avoid placement new for the output limiter
Chris Robinson
2023-12-31
3
-88
/
+72
*
Implement our own cache for MYSOFA_EASY objects
Chris Robinson
2023-12-31
1
-14
/
+39
*
Use a vector for the winmm wave buffer storage
Chris Robinson
2023-12-30
1
-11
/
+8
*
Clean up some ugly pointer manipulation in the limiter
Chris Robinson
2023-12-30
2
-47
/
+51
*
Don't apply the T60 filter on the initial late reverb input
Chris Robinson
2023-12-30
1
-37
/
+46
*
Replace some macros
Chris Robinson
2023-12-29
5
-62
/
+70
*
Move struct definitions to more appropriate headers
Chris Robinson
2023-12-29
8
-77
/
+95
*
Clean up some potential allocation alignment mismatches
Chris Robinson
2023-12-29
2
-23
/
+19
*
Handle pointer ownership a bit better
Chris Robinson
2023-12-29
14
-91
/
+115
*
Improve ownership handing with PFFFT
Chris Robinson
2023-12-27
2
-58
/
+36
*
Try to start being a bit more pointer-owner conscious
Chris Robinson
2023-12-26
12
-108
/
+115
*
Clean up some gotos and non-optimal casts
Chris Robinson
2023-12-26
16
-194
/
+190
*
Avoid another assignment in an if statement
Chris Robinson
2023-12-25
1
-1
/
+2
*
Use standard methods for rounding
Chris Robinson
2023-12-25
4
-10
/
+11
*
Rework effect property handling
Chris Robinson
2023-12-24
32
-1310
/
+1136
*
Use separate structs for the dedicated dialog/lfe effects
Chris Robinson
2023-12-23
7
-56
/
+143
*
Use a separate struct and union member for flanger properties
Chris Robinson
2023-12-23
3
-80
/
+101
*
Avoid assignments in if conditions
Chris Robinson
2023-12-23
8
-44
/
+62
*
Fix implicit widening after multiplication
Chris Robinson
2023-12-23
17
-88
/
+90
*
Pass the effect props directly to the eax committer functions
Chris Robinson
2023-12-23
13
-418
/
+236
*
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
[next]