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
path:
root
/
Alc
/
alu.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always reset all voices on disconnect
Chris Robinson
2019-03-16
1
-28
/
+1
*
Pass the voice state as a parameter instead of reloading it
Chris Robinson
2019-03-11
1
-4
/
+4
*
Rename ALvoice fields for consistency
Chris Robinson
2019-03-10
1
-110
/
+106
*
Don't directly use a buffer for updating source parameters
Chris Robinson
2019-03-10
1
-25
/
+13
*
Avoid excessive transformations of the source position
Chris Robinson
2019-03-10
1
-44
/
+60
*
Add a Stopping state for voices
Chris Robinson
2019-03-09
1
-12
/
+7
*
Clear the voice's buffer when detaching from source
Chris Robinson
2019-03-09
1
-0
/
+4
*
Convert the device frequency to float just once
Chris Robinson
2019-02-24
1
-9
/
+7
*
Make sure the voice's direct buffer is always set
Chris Robinson
2019-02-24
1
-7
/
+5
*
Remove the FOAOut mixing buffer and associated post-processes
Chris Robinson
2019-02-22
1
-15
/
+0
*
Remove the unused FOAOut EffectTarget
Chris Robinson
2019-02-22
1
-2
/
+2
*
Mix B-Format sources directly to the dry buffer
Chris Robinson
2019-02-21
1
-19
/
+15
*
Pass the number of input channels to EffectState::process
Chris Robinson
2019-02-21
1
-1
/
+1
*
Allocate the effect slot wet buffer dynamically
Chris Robinson
2019-02-20
1
-19
/
+18
*
Rename MAX_AMBI_COEFFS and MAX_AMBI2D_COEFFS
Chris Robinson
2019-02-19
1
-6
/
+6
*
Reduce some indenting
Chris Robinson
2019-02-19
1
-27
/
+25
*
Avoid a temp buffer for the distance compensation delay
Chris Robinson
2019-02-17
1
-23
/
+12
*
Simply setting a couple indices
Chris Robinson
2019-02-04
1
-2
/
+2
*
Pass the distance to GetHrtfCoeffs
Chris Robinson
2019-01-28
1
-10
/
+9
*
Fix applied scalars for B-Format source mixing
Chris Robinson
2019-01-26
1
-8
/
+8
*
Use template declarations for the HRTF mixers
Chris Robinson
2019-01-23
1
-5
/
+4
*
Replace a couple more C math calls
Chris Robinson
2019-01-14
1
-2
/
+2
*
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
-1
/
+1
*
Use a vector for ALeffectslotArray
Chris Robinson
2019-01-09
1
-7
/
+8
*
Avoid using old style casts
Filip Gawin
2019-01-08
1
-9
/
+9
*
Use nullptr in cpp files
Filip Gawin
2019-01-07
1
-2
/
+2
*
Apply an all-pass on the existing output when upsampling ambisonics
Chris Robinson
2019-01-06
1
-6
/
+6
*
Replace macros with constexpr inline functions
Chris Robinson
2019-01-06
1
-3
/
+5
*
Simplify MixParams and AmbiUpsampler
Chris Robinson
2019-01-05
1
-10
/
+8
*
Handle all input channels in MixDirectHrtf
Chris Robinson
2018-12-31
1
-4
/
+2
*
Use an atomic bool on things that only take true or false
Chris Robinson
2018-12-30
1
-1
/
+1
*
Use a unique_ptr for the AsyncEvents ringbuffer
Chris Robinson
2018-12-27
1
-6
/
+6
*
Use std::array for appropriate source and listener properties
Chris Robinson
2018-12-26
1
-6
/
+4
*
Avoid a lambda to find a not-null entry in an array
Chris Robinson
2018-12-26
1
-3
/
+4
*
Clean up the ring buffer struct and use member functions
Chris Robinson
2018-12-26
1
-6
/
+10
*
Handle HRTF coefficients and values by reference where possible
Chris Robinson
2018-12-26
1
-4
/
+1
*
Improve UHJ2 encoding
Chris Robinson
2018-12-26
1
-4
/
+3
*
Improve some post-process handlers
Chris Robinson
2018-12-26
1
-26
/
+26
*
More aggressively try to decrement an effect's refcount in-place
Chris Robinson
2018-12-26
1
-13
/
+17
*
Avoid using a local for a temporary
Chris Robinson
2018-12-25
1
-3
/
+3
*
Add a couple more ASSUMEs for number of channels and sends
Chris Robinson
2018-12-25
1
-0
/
+2
*
Avoid making static local copies of constexpr values
Chris Robinson
2018-12-25
1
-7
/
+7
*
Construct AsyncEvent objects directly in the ringbuffer
Chris Robinson
2018-12-25
1
-16
/
+28
*
Remove extraneous typedef, struct, and enum keywords
Chris Robinson
2018-12-24
1
-15
/
+15
*
Propagate an effectslot target property
Chris Robinson
2018-12-24
1
-0
/
+1
*
Provide effect target parameters through a common struct
Chris Robinson
2018-12-24
1
-2
/
+20
*
Make the Compressor more class-like
Chris Robinson
2018-12-24
1
-2
/
+2
*
Apply the limiter before distance compensation
Chris Robinson
2018-12-24
1
-9
/
+10
*
Assume alignment for some buffers
Chris Robinson
2018-12-23
1
-8
/
+9
[next]