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
/
mixvoice.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Construct AsyncEvent objects directly in the ringbuffer
Chris Robinson
2018-12-25
1
-4
/
+8
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-7
/
+7
*
Rename a couple HRTF structs
Chris Robinson
2018-12-22
1
-1
/
+1
*
Pass RealMixParams by reference instead of pointer
Chris Robinson
2018-12-20
1
-2
/
+2
*
Use std::accumulate to get the max composited buffer length loaded
Chris Robinson
2018-12-20
1
-36
/
+35
*
Use a constructor instead of a macro to initialize AsyncEvent
Chris Robinson
2018-12-06
1
-1
/
+1
*
Use class methods for the NFC filters
Chris Robinson
2018-12-05
1
-6
/
+6
*
Use class methods for the biquad filter
Chris Robinson
2018-12-04
1
-8
/
+8
*
Handle EventType_BufferCompleted uniquely
Chris Robinson
2018-12-04
1
-18
/
+9
*
Improve some checks for compiler analysis
Chris Robinson
2018-12-02
1
-1
/
+2
*
Avoid a few more explicit loops
Chris Robinson
2018-12-02
1
-43
/
+41
*
Use a lambda to apply the NFC mixes
Chris Robinson
2018-12-01
1
-19
/
+18
*
Rework source sample counting for mixing a bit
Chris Robinson
2018-12-01
1
-19
/
+27
*
Use std::array for the voice's PrevSamples
Chris Robinson
2018-11-30
1
-5
/
+6
*
Make and use a semaphore class
Chris Robinson
2018-11-27
1
-1
/
+1
*
Get rid of the last ATOMIC macro uses
Chris Robinson
2018-11-26
1
-1
/
+1
*
Clean up MixSource
Chris Robinson
2018-11-25
1
-104
/
+93
*
Use C++ methods a bit more
Chris Robinson
2018-11-24
1
-13
/
+8
*
Avoid an extraneous boolean
Chris Robinson
2018-11-24
1
-9
/
+4
*
Use a normal vector to store buffer data
Chris Robinson
2018-11-24
1
-4
/
+4
*
Use C++ templates instead of macro definitions more
Chris Robinson
2018-11-20
1
-41
/
+34
*
Make ll_ringbuffer_write/read take void*/const void*
Chris Robinson
2018-11-19
1
-1
/
+1
*
Move the ALCcontext definition to its own header
Chris Robinson
2018-11-17
1
-1
/
+3
*
Convert mixvoice.c to C++
Chris Robinson
2018-11-16
1
-0
/
+761