index
:
jogamp/openal-soft.git
UPSTREAM
master
v1.19
v1.20.0
v1.20.0-upstream
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-151
/
+131
*
Use an enum class for AmbiLayout/Norm settings
Chris Robinson
2018-11-20
4
-44
/
+34
*
Try to improve alffplay underrun device time adjustment
Chris Robinson
2018-11-20
1
-1
/
+1
*
Use a normal vector for the source send properties
Chris Robinson
2018-11-20
3
-137
/
+118
*
Use C++ more in alListener.cpp
Chris Robinson
2018-11-20
1
-189
/
+127
*
Use a standard mutex for the event callback lock
Chris Robinson
2018-11-20
5
-9
/
+9
*
Use atomic_flags and atomic<bools>s where appropriate
Chris Robinson
2018-11-20
9
-34
/
+30
*
Store effect slots as unique_ptrs
Chris Robinson
2018-11-20
4
-25
/
+18
*
Use C++ more in alAuxEffectSlot.cpp
Chris Robinson
2018-11-20
1
-349
/
+279
*
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
*
Add compile-time traits for FmtType enum values
Chris Robinson
2018-11-20
1
-7
/
+18
*
Use C++ templates instead of macro-defined variations
Chris Robinson
2018-11-20
1
-174
/
+175
*
Add compile-time traits for DevFmtType enum values
Chris Robinson
2018-11-20
1
-0
/
+20
*
Avoid another case of a variable named the same as a type
Chris Robinson
2018-11-19
3
-9
/
+9
*
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
18
-922
/
+626
*
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
4
-11
/
+16
*
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
*
Add a missing include
Chris Robinson
2018-11-19
1
-0
/
+1
*
Use proper inheritence for EffectStateFactory
Chris Robinson
2018-11-19
14
-212
/
+60
*
Use a vector to handle mixing buffer storage
Chris Robinson
2018-11-19
2
-19
/
+11
*
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
4
-10
/
+7
*
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
10
-28
/
+28
*
Remove the CONST_CAST hack
Chris Robinson
2018-11-19
3
-53
/
+33
*
Remove unnecessary using statements
Chris Robinson
2018-11-19
1
-35
/
+16
*
Remove the atomic exchange macros
Chris Robinson
2018-11-19
16
-87
/
+67
*
Simplify the RefCount type
Chris Robinson
2018-11-19
4
-22
/
+17
*
Replace ATOMIC_REPLACE_HEAD with an inline function
Chris Robinson
2018-11-19
6
-15
/
+17
*
Remove the unused vector macros
Chris Robinson
2018-11-18
1
-82
/
+0
*
Use a normal vector in the QSA backend
Chris Robinson
2018-11-18
1
-42
/
+45
*
Use a normal vector for filter sublists
Chris Robinson
2018-11-18
4
-57
/
+47
*
Use a normal vector for effect sublists
Chris Robinson
2018-11-18
4
-53
/
+45
*
Use a normal vector for buffer sublists
Chris Robinson
2018-11-18
4
-49
/
+44
*
Remove some unnecessary static specifiers
Chris Robinson
2018-11-18
1
-2
/
+2
*
Use a standard string for the enumerated HRTF names
Chris Robinson
2018-11-18
5
-30
/
+9
[next]