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
/
OpenAL32
/
Include
/
alu.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename alMain.h to alcmain.h
Chris Robinson
2019-07-28
1
-466
/
+0
*
Clean up includes a bit
Chris Robinson
2019-07-28
1
-26
/
+17
*
Rename HrtfParams to HrtfFilter
Chris Robinson
2019-06-18
1
-5
/
+5
*
Reorganize how some device fields are set and reset
Chris Robinson
2019-06-15
1
-1
/
+4
*
Use a FlexArray for the context's voices
Chris Robinson
2019-06-09
1
-2
/
+40
*
Remove the per-voice ChannelsPerOrder field
Chris Robinson
2019-06-05
1
-1
/
+0
*
Restructure voice data members
Chris Robinson
2019-06-03
1
-22
/
+16
*
Use a span for the voice's buffer references
Chris Robinson
2019-05-29
1
-4
/
+2
*
Use span<FloatBufferLine> for MixSamples
Chris Robinson
2019-05-29
1
-3
/
+3
*
Use FloatBufferLine and span<> for MixRowSamples
Chris Robinson
2019-05-29
1
-2
/
+2
*
Pass a span to MixDirectHrtf instead of a pointer+size
Chris Robinson
2019-05-29
1
-2
/
+4
*
Use FloatBufferLine with the HRTF mixer functions
Chris Robinson
2019-05-28
1
-6
/
+6
*
Use std::array for most mixing buffer arrays
Chris Robinson
2019-05-28
1
-2
/
+2
*
Restructure some voice fields
Chris Robinson
2019-05-17
1
-6
/
+8
*
Avoid directly using CalcAmbiCoeffs
Chris Robinson
2019-04-02
1
-14
/
+0
*
Copy the voice's ambisonic upsampler state when reallocating
Chris Robinson
2019-04-01
1
-1
/
+1
*
Remove a couple unused member variables
Chris Robinson
2019-03-30
1
-2
/
+0
*
Use a temporary buffer for HRTF filter accumulation
Chris Robinson
2019-03-29
1
-7
/
+6
*
Use MixParams for the wet buffers
Chris Robinson
2019-03-22
1
-7
/
+1
*
Pass the voice state as a parameter instead of reloading it
Chris Robinson
2019-03-11
1
-1
/
+1
*
Rename ALvoice fields for consistency
Chris Robinson
2019-03-10
1
-26
/
+26
*
Improve handling of voice's AmbiScales for upsampling
Chris Robinson
2019-03-10
1
-1
/
+1
*
Don't directly use a buffer for updating source parameters
Chris Robinson
2019-03-10
1
-4
/
+3
*
Play dummy samples and force a fade out on stopping voices
Chris Robinson
2019-03-09
1
-1
/
+2
*
Add a Stopping state for voices
Chris Robinson
2019-03-09
1
-2
/
+8
*
Reduce BUFFERSIZE to match the default period size
Chris Robinson
2019-02-24
1
-5
/
+0
*
Add some preliminary fields for mix-time ambisonic upsampling
Chris Robinson
2019-02-21
1
-4
/
+9
*
Allow processing some effects in higher order ambisonics
Chris Robinson
2019-02-21
1
-1
/
+1
*
Add a method to get the row of an ambisonic identity transform
Chris Robinson
2019-02-21
1
-0
/
+7
*
Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFS
Chris Robinson
2019-02-19
1
-3
/
+3
*
Move some more functions to alnumeric.h
Chris Robinson
2019-02-11
1
-50
/
+1
*
Use std::arrays for HRIR coeffs and values
Chris Robinson
2019-02-07
1
-1
/
+1
*
Constify some parameters
Chris Robinson
2019-01-12
1
-5
/
+5
*
Use a flexible array for DirectHrtfState and ALvoice
Chris Robinson
2019-01-12
1
-51
/
+62
*
Make the min/max/clamp functions constexpr
Chris Robinson
2019-01-11
1
-21
/
+21
*
Replace macros with constexpr inline functions
Chris Robinson
2019-01-06
1
-2
/
+2
*
Simplify MixParams and AmbiUpsampler
Chris Robinson
2019-01-05
1
-6
/
+1
*
Handle all input channels in MixDirectHrtf
Chris Robinson
2018-12-31
1
-1
/
+2
*
Pass a reference to an array instead of a pointer
Chris Robinson
2018-12-31
1
-1
/
+1
*
Further improve HRTF methods to avoid masking in the inner loops
Chris Robinson
2018-12-31
1
-4
/
+4
*
Rename BackendLock to StateLock
Chris Robinson
2018-12-30
1
-1
/
+1
*
Use std::array for appropriate source and listener properties
Chris Robinson
2018-12-26
1
-5
/
+6
*
Handle HRTF coefficients and values by reference where possible
Chris Robinson
2018-12-26
1
-3
/
+2
*
Do some pre-mixing fading checks once before preparing to mix
Chris Robinson
2018-12-25
1
-1
/
+1
*
Cleanup some includes
Chris Robinson
2018-12-25
1
-0
/
+1
*
Rename a couple filter files for consistency
Chris Robinson
2018-12-25
1
-1
/
+1
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-33
/
+28
*
Mix effect slot output to the effect target if it's set
Chris Robinson
2018-12-23
1
-0
/
+2
*
Clean up some math stuff
Chris Robinson
2018-12-22
1
-18
/
+17
*
A bit more cleanup
Chris Robinson
2018-12-10
1
-2
/
+2
[next]