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
/
mixer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement a band-limited sinc resampler
Chris Robinson
2015-11-05
1
-1
/
+997
*
Change the Kaiser rippling limit to -60dB
Chris Robinson
2015-11-04
1
-2
/
+2
*
Replace the Lanczos window with Kaiser for the sinc resampler
Chris Robinson
2015-11-04
1
-17
/
+87
*
Update filter histories even when they're not used
Chris Robinson
2015-10-24
1
-0
/
+4
*
Set XYZ channel gains for source sends to 0
Chris Robinson
2015-10-23
1
-18
/
+0
*
Use one send gain per buffer channel
Chris Robinson
2015-10-23
1
-1
/
+1
*
Use a constant value for the post-position padding
Chris Robinson
2015-10-15
1
-33
/
+20
*
Store the source's previous samples with the voice
Chris Robinson
2015-10-15
1
-92
/
+32
*
Replace the sinc6 resampler with sinc8, and make SSE versions
Chris Robinson
2015-10-11
1
-13
/
+23
*
Move the FIR4 from SSE2 to SSE3
Chris Robinson
2015-10-11
1
-3
/
+3
*
Use doubles to calculate the Lanczos coefficients
Chris Robinson
2015-10-09
1
-20
/
+20
*
Combine two arrays
Chris Robinson
2015-10-01
1
-13
/
+11
*
Move the resampler stuff to mixer.c where it's used
Chris Robinson
2015-10-01
1
-0
/
+53
*
Implement a 6-point sinc-lanczos filter
Chris Robinson
2015-09-29
1
-12
/
+26
*
Replace the cubic resampler with a 4-point sinc/lanczos filter
Chris Robinson
2015-09-27
1
-10
/
+19
*
Don't keep selecting the mixer to use
Chris Robinson
2015-09-27
1
-30
/
+32
*
Increase the max pitch to 255
Chris Robinson
2015-09-26
1
-0
/
+3
*
Move HRTF params and state closer together
Chris Robinson
2015-02-09
1
-2
/
+2
*
Do up to 256 samples at a time with multi-step loops
Chris Robinson
2014-12-18
1
-2
/
+2
*
Inline a couple functions
Chris Robinson
2014-12-18
1
-2
/
+2
*
Offset to the buffer's channel start first
Chris Robinson
2014-12-18
1
-3
/
+6
*
Assert that there's a buffer for mixing
Chris Robinson
2014-12-17
1
-0
/
+1
*
Add SSE2 and SSE4.1 cubic resamplers
Chris Robinson
2014-12-15
1
-0
/
+8
*
Use a lookup table to do cubic resampling
Chris Robinson
2014-12-15
1
-0
/
+17
*
Remove IrSize from DirectParams
Chris Robinson
2014-11-29
1
-1
/
+4
*
Partially revert "Use a different method for HRTF mixing"
Chris Robinson
2014-11-23
1
-2
/
+23
*
Rename Voice's NumChannels to OutChannels
Chris Robinson
2014-11-22
1
-1
/
+1
*
Store the number of output channels in the voice
Chris Robinson
2014-11-22
1
-1
/
+1
*
Remove an unnecessary union container
Chris Robinson
2014-11-22
1
-1
/
+1
*
Use a different method for HRTF mixing
Chris Robinson
2014-11-22
1
-23
/
+2
*
Rename speakers to channels, and remove an old incorrect comment
Chris Robinson
2014-11-07
1
-1
/
+1
*
Use a separate macro for the max output channel count
Chris Robinson
2014-11-07
1
-1
/
+1
*
Use the copy resampler only when there's no sub-sample offset
Chris Robinson
2014-11-02
1
-7
/
+6
*
Add preliminary AL_EXT_BFORMAT support
Chris Robinson
2014-10-31
1
-0
/
+17
*
Rename activesource to voice
Chris Robinson
2014-08-21
1
-9
/
+9
*
Use a NULL source for inactive activesources
Chris Robinson
2014-08-21
1
-2
/
+1
*
Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...
François Cami
2014-08-18
1
-2
/
+2
*
Make the source's buffer queue head and current queue item atomic
Chris Robinson
2014-07-31
1
-13
/
+14
*
Load soundfont samples into an ALbuffer
Chris Robinson
2014-06-29
1
-15
/
+15
*
Get the mixer and resampler functions when needed
Chris Robinson
2014-06-13
1
-12
/
+73
*
Combine the direct and send mixers
Chris Robinson
2014-06-13
1
-5
/
+5
*
Combine some dry and wet path types
Chris Robinson
2014-06-13
1
-1
/
+1
*
Move InitiatePositionArrays to mixer_defs.h
Chris Robinson
2014-06-06
1
-0
/
+3
*
Avoid a loop when updating the source position variables
Chris Robinson
2014-06-02
1
-6
/
+4
*
Move the active source's offset out of the direct params
Chris Robinson
2014-05-24
1
-2
/
+2
*
Use the current buffer item for static sources too
Chris Robinson
2014-05-21
1
-1
/
+1
*
Properly process all samples with a bandpass filter
Chris Robinson
2014-05-21
1
-2
/
+2
*
Use the correct input for HRTF mixing
Chris Robinson
2014-05-21
1
-1
/
+1
*
Update the active source's direct and send properties after each mix
Chris Robinson
2014-05-21
1
-10
/
+9
*
Return a sample pointer from resamplers
Chris Robinson
2014-05-19
1
-7
/
+10
[next]