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
/
mixer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to ensure mixing samples in multiples of 4
Chris Robinson
2012-09-09
1
-0
/
+5
*
Move the target effect slot to the SendParams struct
Chris Robinson
2012-09-08
1
-4
/
+3
*
Remove STACK_DATA_SIZE in favor of BUFFERSIZE
Chris Robinson
2012-09-08
1
-2
/
+2
*
Separate the resampling and mixing steps
Chris Robinson
2012-09-08
1
-127
/
+92
*
Add cmake options to disable or require support for CPU extensions
Chris Robinson
2012-08-15
1
-6
/
+6
*
Move mixers into separate source files
Chris Robinson
2012-08-15
1
-415
/
+95
*
Add an SSE-enhanced HRTF mixer using intrinsics
Chris Robinson
2012-08-14
1
-0
/
+48
*
Allow building multiple types of mixers, selecting based on CPU caps
Chris Robinson
2012-08-13
1
-47
/
+64
*
Interpolate between HRTF delay samples using the delay fraction
Chris Robinson
2012-07-20
1
-8
/
+16
*
Don't use all caps for enum value names
Chris Robinson
2012-06-28
1
-19
/
+19
*
Use 2 chained one-pole filters for the wet path
Chris Robinson
2012-04-30
1
-6
/
+6
*
Pass the direct/send params to the mixer instead of accessing through the source
Chris Robinson
2012-04-28
1
-17
/
+19
*
Move the HrtfParams into the DirectParams
Chris Robinson
2012-04-28
1
-4
/
+4
*
Move the direct and send params into separate different types
Chris Robinson
2012-04-28
1
-2
/
+2
*
Use separate methods for the dry and wet mixing loops
Chris Robinson
2012-04-27
1
-117
/
+96
*
Reorganize some ALsource fields
Chris Robinson
2012-04-27
1
-18
/
+18
*
The mixer always uses floats
Chris Robinson
2012-04-26
1
-22
/
+20
*
Use a separate loop to actually update DataPosFrac and DataPosInt
Chris Robinson
2012-04-26
1
-16
/
+18
*
Remove hungarian notation from sources
Chris Robinson
2012-04-19
1
-3
/
+3
*
Use more proper enum names for the resampler
Chris Robinson
2012-02-12
1
-10
/
+8
*
Set the source's slot send parameter to NULL if it's the AL_EFFECT_NULL type
Chris Robinson
2012-01-23
1
-2
/
+2
*
Mark a couple more arrays with restrict
Chris Robinson
2011-10-08
1
-2
/
+2
*
Add min/max/clamp methods for 64-bit int
Chris Robinson
2011-10-04
1
-2
/
+1
*
Fix maximum BufferSize calculation
Chris Robinson
2011-10-04
1
-4
/
+4
*
Rename a variable to avoid confusion
Chris Robinson
2011-10-04
1
-16
/
+16
*
Remove some unneeded templates and parameters
Chris Robinson
2011-10-04
1
-46
/
+8
*
Convert samples to float when copying to the stack
Chris Robinson
2011-10-04
1
-49
/
+68
*
Use sample frames when handling the buffer length
Chris Robinson
2011-10-04
1
-6
/
+6
*
Track the temp stack buffer using sample frames instead of bytes
Chris Robinson
2011-10-03
1
-26
/
+25
*
Copy only the gains needed for the channel being mixed
Chris Robinson
2011-09-24
1
-10
/
+8
*
A static source only has one buffer in the queue
Chris Robinson
2011-09-24
1
-1
/
+0
*
Cast a 64-bit variable to a 32-bit int
Chris Robinson
2011-09-24
1
-1
/
+2
*
Use float types for the resamplers instead of double
Chris Robinson
2011-09-23
1
-17
/
+17
*
Remove the Buffer field from the source
Chris Robinson
2011-08-23
1
-2
/
+1
*
Get rid of the remaining min/max usage
Chris Robinson
2011-08-16
1
-1
/
+1
*
Use mini/maxi/clampi and minu/maxu/clampu to replace min/max calls
Chris Robinson
2011-08-16
1
-10
/
+10
*
Use ARM Neon vector ops to apply HRTFs when available
Chris Robinson
2011-08-11
1
-7
/
+48
*
Scale the delay down once for the post-stepping mix loop
Chris Robinson
2011-07-17
1
-4
/
+6
*
Fade between HRTF coefficients, to reduce noise from sudden changes
Chris Robinson
2011-07-16
1
-9
/
+68
*
Use the correct send slot when mixing
Chris Robinson
2011-07-11
1
-2
/
+2
*
Store and use the send slot in the source params
Chris Robinson
2011-07-05
1
-10
/
+10
*
Scale the WetGain parameter directly instead of on each application
Chris Robinson
2011-07-05
1
-8
/
+6
*
Properly handle input samples for changes with the FIR coefficients
Chris Robinson
2011-07-03
1
-28
/
+25
*
Get rid of a couple typedefs
Chris Robinson
2011-07-02
1
-3
/
+3
*
Select the mixer during a source update
Chris Robinson
2011-06-25
1
-24
/
+50
*
Use separate lines for HRTF history and values
Chris Robinson
2011-06-17
1
-29
/
+26
*
Use a minimum phase HRTF data set
Chris Robinson
2011-06-03
1
-32
/
+40
*
Multiply the history offset in the filtering funcitons
Chris Robinson
2011-05-18
1
-6
/
+6
*
Avoid looking in the buffer queue to find the frame size
Chris Robinson
2011-05-18
1
-15
/
+1
*
Make mixers channel-count agnostic
Chris Robinson
2011-05-17
1
-221
/
+51
[next]