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
*
Avoid assigning in a conditional expression
Chris Robinson
2020-03-22
1
-1
/
+3
*
Move the FPUCtl methods to its own source
Chris Robinson
2020-03-20
1
-1
/
+1
*
Fix voices being forced to update without valid properties
Chris Robinson
2020-03-04
1
-14
/
+7
*
Use a new voice state to indicate a pending source offset change
Chris Robinson
2020-03-04
1
-5
/
+6
*
Use an intrusive_ptr for the device's HrtfStore
Chris Robinson
2020-03-01
1
-2
/
+2
*
Use a VoiceChange object to change the offset of a playing source
Chris Robinson
2020-02-26
1
-0
/
+26
*
Rename the voice's PendingStop to PendingChange
Chris Robinson
2020-02-26
1
-2
/
+2
*
Simplify replaying a source
Chris Robinson
2020-02-23
1
-7
/
+28
*
Avoid a single function call in a loop
Chris Robinson
2020-02-21
1
-68
/
+66
*
Use an array of ALvoice pointers for the active voices
Chris Robinson
2020-02-21
1
-13
/
+14
*
Handle playing and pausing with VoiceChanges
Chris Robinson
2020-02-21
1
-0
/
+13
*
Asynchronously stop and rewind voices
Chris Robinson
2020-02-20
1
-3
/
+2
*
Asynchronously stop voices if its source is being deleted
Chris Robinson
2020-02-20
1
-0
/
+47
*
Use a triplet struct array instead of separate arrays
Chris Robinson
2020-02-09
1
-22
/
+22
*
Consistently use distant wavefronts for 0 distance
Chris Robinson
2020-02-08
1
-6
/
+3
*
Clear voice target gains earlier
Chris Robinson
2020-02-08
1
-11
/
+12
*
Make sure stereo angles are kept in-range.
Chris Robinson
2020-01-31
1
-3
/
+14
*
Only sort active effect slots as needed
Chris Robinson
2020-01-18
1
-6
/
+18
*
Simplify appending delayed samples
Chris Robinson
2020-01-14
1
-6
/
+6
*
Signal the event handler only once per update
Chris Robinson
2020-01-14
1
-34
/
+40
*
Make sure unassociated voices give back their update structs
Chris Robinson
2020-01-08
1
-25
/
+29
*
Combine identical arrays
Chris Robinson
2020-01-04
1
-4
/
+1
*
Handle downmixing for mono output
Chris Robinson
2019-12-29
1
-2
/
+1
*
Ignore direct channels for mono and B-Format buffers
Chris Robinson
2019-12-29
1
-1
/
+2
*
Start a new extension for a new direct_channels state
Chris Robinson
2019-12-28
1
-7
/
+9
*
Use a span for the band-splitter input
Chris Robinson
2019-12-25
1
-10
/
+9
*
Fix a shadowed parameter warning
Chris Robinson
2019-12-23
1
-9
/
+10
*
Avoid reading a struct field twice
Chris Robinson
2019-12-23
1
-2
/
+2
*
Handle padding between device sample frames
Chris Robinson
2019-12-21
1
-17
/
+17
*
Use unique setters for biquad filter parameters
Chris Robinson
2019-12-21
1
-20
/
+13
*
Improve gain/hf/lf packing when processing voice updates
Chris Robinson
2019-12-21
1
-96
/
+84
*
Remix missing channels with direct channels enabled
Chris Robinson
2019-12-19
1
-1
/
+15
*
Don't apply direct channels with mono output
Chris Robinson
2019-12-18
1
-1
/
+1
*
Don't process direct channel sources with attenuation
Chris Robinson
2019-12-17
1
-4
/
+4
*
Update a comment since B-Format input isn't always FuMa
Chris Robinson
2019-12-17
1
-2
/
+2
*
Correctly scale spatialized B-Format sources
Chris Robinson
2019-12-17
1
-2
/
+2
*
Use normal panning for B-Format output
Chris Robinson
2019-12-17
1
-1
/
+1
*
Don't apply stereo panning with direct channels enabled
Chris Robinson
2019-12-17
1
-3
/
+6
*
Handle the buffer's ambisonic properties
Chris Robinson
2019-12-02
1
-12
/
+24
*
Make B-Format rotation more robust
Chris Robinson
2019-12-01
1
-34
/
+203
*
Avoid static constexpr for arrays iterated over at run-time
Chris Robinson
2019-10-25
1
-1
/
+1
*
Use better types for some specific sizes
Chris Robinson
2019-10-13
1
-15
/
+15
*
Use std::array instead of plain arrays in a couple places
Chris Robinson
2019-10-05
1
-7
/
+2
*
Move ALvoice from alu.h to a separate header
Chris Robinson
2019-10-02
1
-7
/
+37
*
Check MAX_RESAMPLER_PADDING properly to ensure it's large enough
Chris Robinson
2019-09-28
1
-0
/
+4
*
Combine two function calls into one
Chris Robinson
2019-09-28
1
-42
/
+102
*
Add "fast" variants for the bsinc resamplers
Chris Robinson
2019-09-28
1
-4
/
+4
*
Implement a "fast" bsinc path
Chris Robinson
2019-09-26
1
-2
/
+2
*
Make the resampler type an enum class
Chris Robinson
2019-09-22
1
-4
/
+4
*
Avoid an unnecessary multiply
Chris Robinson
2019-09-16
1
-2
/
+2
[next]