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
/
Alc
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Use proper time types for the device clock time and latency
Chris Robinson
2018-11-22
8
-25
/
+25
|
*
Use standard types for the device clock times
Chris Robinson
2018-11-22
4
-11
/
+26
|
*
Clean up the Chorus a little
Chris Robinson
2018-11-22
1
-64
/
+53
|
*
Use unique_ptr for DirectHrtfState
Chris Robinson
2018-11-22
4
-8
/
+8
|
*
Add and use a macro to define placement-new-only allocators
Chris Robinson
2018-11-22
1
-3
/
+1
|
|
|
|
|
|
This is for structs that utilize over-allocation, either flexible array members, or which store optional additional objects in the same allocation block.
*
Clean up some unnecessary specifiers
Chris Robinson
2018-11-22
4
-20
/
+16
|
*
Use unique_ptr for bs2b
Chris Robinson
2018-11-22
3
-9
/
+5
|
*
Use unique_ptr for BFormatDec and AmbiUpsampler
Chris Robinson
2018-11-22
5
-107
/
+70
|
*
Use a unique_ptr for the FrontStablizer
Chris Robinson
2018-11-22
4
-29
/
+21
|
*
Use a unique_ptr for the Compressor
Chris Robinson
2018-11-21
4
-91
/
+94
|
*
Use a unique_ptr for Uhj2Encoder
Chris Robinson
2018-11-21
4
-19
/
+12
|
*
Use RAII when handling the mixer's FPU state
Chris Robinson
2018-11-21
5
-48
/
+34
|
*
Avoid using ATOMIC macros
Chris Robinson
2018-11-21
1
-25
/
+25
|
*
Replace a couple more almtx_lock/unlock calls
Chris Robinson
2018-11-21
1
-6
/
+4
|
*
Always use RAII with EffectSlotLock
Chris Robinson
2018-11-21
2
-7
/
+2
|
*
Use a normal vector for the distance buffer storage
Chris Robinson
2018-11-21
3
-41
/
+23
|
*
Make VerifyContext return a context reference
Chris Robinson
2018-11-21
2
-46
/
+60
|
*
Rename a method to be clearer about its behavior
Chris Robinson
2018-11-21
1
-3
/
+3
|
*
Use RAII locks with the BackendLock
Chris Robinson
2018-11-20
1
-145
/
+125
|
*
Use an enum class for AmbiLayout/Norm settings
Chris Robinson
2018-11-20
3
-31
/
+21
|
*
Use a normal vector for the source send properties
Chris Robinson
2018-11-20
1
-7
/
+2
|
*
Use a standard mutex for the event callback lock
Chris Robinson
2018-11-20
2
-3
/
+3
|
*
Use atomic_flags and atomic<bools>s where appropriate
Chris Robinson
2018-11-20
2
-11
/
+9
|
*
Store effect slots as unique_ptrs
Chris Robinson
2018-11-20
2
-2
/
+2
|
*
Use a unique_ptr for the default effect slot
Chris Robinson
2018-11-20
3
-15
/
+18
|
*
Use more C++ templates instead of DECL_TEMPLATE tricks
Chris Robinson
2018-11-20
1
-202
/
+145
|
*
Use C++ templates instead of macro definitions more
Chris Robinson
2018-11-20
1
-41
/
+34
|
*
Use C++ templates instead of macro-defined variations
Chris Robinson
2018-11-20
1
-174
/
+175
|
*
Avoid another case of a variable named the same as a type
Chris Robinson
2018-11-19
1
-5
/
+5
|
*
Use default initialization for the reverb effect state
Chris Robinson
2018-11-19
1
-120
/
+31
|
*
Use proper templating for the modulator's Modulate function
Chris Robinson
2018-11-19
1
-42
/
+33
|
*
Use proper inheritence for the effect state objects
Chris Robinson
2018-11-19
14
-839
/
+586
|
*
Clean up the remaining effect struct member names
Chris Robinson
2018-11-19
4
-187
/
+184
|
*
Use a normal vector for the echo buffer
Chris Robinson
2018-11-19
1
-15
/
+9
|
*
Clean up more effects' struct members
Chris Robinson
2018-11-19
4
-111
/
+100
|
*
Fix the reverb buffer size calculation
Chris Robinson
2018-11-19
1
-1
/
+2
|
*
Use a normal vector for the chorus sample buffer
Chris Robinson
2018-11-19
1
-16
/
+9
|
*
Clean up the chorus/flanger struct members
Chris Robinson
2018-11-19
1
-66
/
+65
|
*
Use std::isfinite instead of isfinite
Chris Robinson
2018-11-19
2
-3
/
+5
|
*
Use a regular vector for the reverb sample buffer
Chris Robinson
2018-11-19
1
-36
/
+20
|
*
Rename reverb struct members
Chris Robinson
2018-11-19
1
-224
/
+224
|
*
Clean up the biquad filter a bit
Chris Robinson
2018-11-19
8
-50
/
+49
|
*
Fix up the struct member names in the autowah effect
Chris Robinson
2018-11-19
1
-54
/
+58
|
*
Use proper inheritence for EffectStateFactory
Chris Robinson
2018-11-19
12
-185
/
+54
|
*
Use a vector to handle mixing buffer storage
Chris Robinson
2018-11-19
1
-19
/
+8
|
*
Fix a couple incorrect uses of ringbuffer pointer data
Chris Robinson
2018-11-19
1
-7
/
+8
|
*
Remove the ATOMIC_THREAD_FENCE macro
Chris Robinson
2018-11-19
1
-3
/
+3
|
*
Return the ringbuffer data pointers as a pair
Chris Robinson
2018-11-19
8
-99
/
+95
|
*
Make ll_ringbuffer_write/read take void*/const void*
Chris Robinson
2018-11-19
8
-24
/
+24
|
*
Remove the CONST_CAST hack
Chris Robinson
2018-11-19
1
-29
/
+27
|
[next]