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
/
ALu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename VOICE_IS_HRTF to VOICE_HAS_HRTF
Chris Robinson
2017-05-02
1
-4
/
+4
*
Implement a limiter on the device output
Chris Robinson
2017-04-26
1
-1
/
+59
*
Remove const from _Atomic vars to make Clang happy
Chris Robinson
2017-04-21
1
-1
/
+1
*
Store the resampler as part of the source
Chris Robinson
2017-04-21
1
-0
/
+2
*
Make the buffer list next pointer atomic
Chris Robinson
2017-04-19
1
-1
/
+1
*
Use a different way to get the size of structs with flexible array members
Chris Robinson
2017-04-18
1
-1
/
+1
*
Store the source prop updates with the mixer voice
Chris Robinson
2017-04-17
1
-9
/
+34
*
Use separate atomic macros for pointers
Chris Robinson
2017-04-14
1
-6
/
+6
*
Use ALsizei for the fir4 resampler fraction
Chris Robinson
2017-04-12
1
-1
/
+1
*
Select NEON when available before SSE
Chris Robinson
2017-04-12
1
-4
/
+4
*
Constify a variable
Chris Robinson
2017-04-01
1
-3
/
+3
*
Make a pointer restrict and assume aligned
Chris Robinson
2017-04-01
1
-1
/
+1
*
Convert float samples to integer using a power-of-2 multiple
Chris Robinson
2017-03-31
1
-13
/
+9
*
Use an array of pointers for effects instead of a linked list
Chris Robinson
2017-03-27
1
-19
/
+15
*
Increase the filter slope to -12dB/octave
Chris Robinson
2017-03-16
1
-8
/
+8
*
Store the HRIR coeff pointer and delays directly in MixHrtfParams
Chris Robinson
2017-03-12
1
-1
/
+0
*
Rework HRTF coefficient fading
Chris Robinson
2017-03-11
1
-3
/
+7
*
Allocate as many channels for DirectHrtfState as needed
Chris Robinson
2017-03-11
1
-1
/
+1
*
Dynamically allocate the device's HRTF state
Chris Robinson
2017-03-10
1
-9
/
+8
*
Implement NFC filters for Ambisonic rendering
Chris Robinson
2017-03-10
1
-10
/
+54
*
Remove unnecessary atomic members
Chris Robinson
2017-03-08
1
-109
/
+86
*
Make the voice's source pointer atomic
Chris Robinson
2017-03-05
1
-6
/
+6
*
Add a boolean to specify if a voice should be playing
Chris Robinson
2017-03-02
1
-10
/
+9
*
Dynamically allocate the channel delay buffers
Chris Robinson
2017-02-28
1
-6
/
+6
*
Move the current buffer queue entry and play position to the voice
Chris Robinson
2017-02-27
1
-6
/
+3
*
Ensure a non-playing or -paused source does not use a mixing voice
Chris Robinson
2017-02-25
1
-1
/
+4
*
Alter how panpot/pair-wise panning works
Chris Robinson
2017-02-23
1
-28
/
+10
*
Rename stereo-panning option to stereo-encoding
Chris Robinson
2017-02-22
1
-4
/
+4
*
Limit filter gains to -24dB
Chris Robinson
2017-02-22
1
-32
/
+26
*
Reduce some code
Chris Robinson
2017-02-21
1
-61
/
+33
*
Make the voices' Send[] array dynamically sized
Chris Robinson
2017-02-21
1
-11
/
+11
*
Apply distance compensation when writing to the output
Chris Robinson
2017-02-19
1
-13
/
+38
*
Don't use periphonic FOA when the HOA decoder is not periphonic
Chris Robinson
2017-02-19
1
-4
/
+3
*
Always lock the device backend before calling aluMixData
Chris Robinson
2017-02-18
1
-2
/
+0
*
Reorganize ALvoice members
Chris Robinson
2017-02-15
1
-81
/
+87
*
Make ALsourceProps' Send array dynamically sized
Chris Robinson
2017-02-14
1
-11
/
+11
*
Make the source state atomic
Chris Robinson
2017-02-13
1
-4
/
+6
*
Put BsincState in a generic union
Chris Robinson
2017-02-13
1
-2
/
+2
*
Fix more uses of unsigned sizes and offsets
Chris Robinson
2017-02-10
1
-5
/
+5
*
Replace some ALvoid with void
Chris Robinson
2017-01-18
1
-2
/
+2
*
Use ALsizei in more places
Chris Robinson
2017-01-18
1
-1
/
+1
*
Pass the left and right buffers to the hrtf mixers directly
Chris Robinson
2017-01-17
1
-14
/
+16
*
Use ALsizei for sizes and offsets with the mixer
Chris Robinson
2017-01-16
1
-1
/
+1
*
Use second-order ambisonics for basic HRTF rendering
Chris Robinson
2017-01-15
1
-0
/
+7
*
Avoid duplicating code using a macro
Chris Robinson
2016-12-21
1
-38
/
+3
*
Use separate macros for atomics that don't take a memory order
Chris Robinson
2016-12-20
1
-7
/
+7
*
Update some atomic memory ordering
Chris Robinson
2016-11-21
1
-6
/
+9
*
Don't interpolate between nearest HRIRs
Chris Robinson
2016-10-09
1
-4
/
+4
*
Make some pointer-to-array parameters const
Chris Robinson
2016-10-04
1
-7
/
+6
*
Add a volume-adjust config option to adjust the source output volume
Chris Robinson
2016-09-24
1
-1
/
+1
[next]