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
*
Fix multichannel wet gainhf calculation
Chris Robinson
2011-09-02
1
-1
/
+1
*
Store the filter gains directly in the source instead of duplicate filter obj...
Chris Robinson
2011-08-31
1
-34
/
+10
*
Use a separate array for the auxiliary slots in the mixer
Chris Robinson
2011-08-30
1
-15
/
+15
*
Use a generic int type to handle enum swaps
Chris Robinson
2011-08-29
1
-3
/
+3
*
Make specific functions to lock/unlock UIntMap access
Chris Robinson
2011-08-29
1
-2
/
+2
*
Manually lock the map while iterating through its contents
Chris Robinson
2011-08-29
1
-0
/
+2
*
Use atomic exchanges when checking for updates to objects' internal parameters
Chris Robinson
2011-08-29
1
-14
/
+6
*
Use a list of contexts in the device instead of an array
Chris Robinson
2011-08-28
1
-18
/
+19
*
Prevent source and effect slot updates from occuring while updates are deferred
Chris Robinson
2011-08-22
1
-5
/
+9
*
Don't scale the wet send by the number of channels
Chris Robinson
2011-08-19
1
-2
/
+1
*
Coalesce some mixer sample converters
Chris Robinson
2011-08-17
1
-18
/
+6
*
Avoid reading some more source parameters multiple times when updating
Chris Robinson
2011-08-17
1
-12
/
+19
*
Rename minF/maxF/clampF to minf/maxf/clampf for consistency
Chris Robinson
2011-08-16
1
-10
/
+10
*
Use mini/maxi/clampi and minu/maxu/clampu to replace min/max calls
Chris Robinson
2011-08-16
1
-3
/
+3
*
Use inline minF/maxF/clampF functions instead of the __min/__max macros
Chris Robinson
2011-08-16
1
-21
/
+10
*
Fix wet path conehf calculation
Chris Robinson
2011-08-13
1
-1
/
+1
*
Avoid a temporary throw-away buffer for mixing null output
Chris Robinson
2011-08-12
1
-16
/
+19
*
Use specialized click removal loops for mono and stereo output
Chris Robinson
2011-07-30
1
-7
/
+37
*
Apply the click removal offset first, before decreasing it
Chris Robinson
2011-07-17
1
-2
/
+2
*
Invert the device channel map
Chris Robinson
2011-07-17
1
-82
/
+54
*
Fade between HRTF coefficients, to reduce noise from sudden changes
Chris Robinson
2011-07-16
1
-13
/
+48
*
Pass the effect slot to the effect update method
Chris Robinson
2011-07-16
1
-1
/
+1
*
Allow effect slots to be updated asynchronously
Chris Robinson
2011-07-16
1
-0
/
+6
*
Fix default room air absorption
Chris Robinson
2011-07-11
1
-2
/
+2
*
Use a flag to signifiy that all sources need updating
Chris Robinson
2011-07-11
1
-2
/
+7
*
Use a Lock/UnlockDevice function instead of locking a NULL context
Chris Robinson
2011-07-06
1
-4
/
+4
*
Don't modify the source's WetGain[HF]Auto because of a slot's state
Chris Robinson
2011-07-06
1
-4
/
+0
*
Store and use the send slot in the source params
Chris Robinson
2011-07-05
1
-0
/
+5
*
Scale the WetGain parameter directly instead of on each application
Chris Robinson
2011-07-05
1
-1
/
+2
*
Apply wet path calculations with their dry path equivalents
Chris Robinson
2011-07-05
1
-86
/
+112
*
Use a helper to tell if an effect type is reverb
Chris Robinson
2011-07-05
1
-5
/
+2
*
Read the source's RoomRolloffFactor once
Chris Robinson
2011-07-05
1
-9
/
+10
*
Force front-centered for mono sounds that comes from the listener under HRTF
Chris Robinson
2011-07-05
1
-5
/
+12
*
Fix rolloff calculations for auxiliary sends
Chris Robinson
2011-07-04
1
-2
/
+1
*
Implement a lerped lookup of the HRTF coefficients/delays
Chris Robinson
2011-07-04
1
-25
/
+10
*
Use a proper enum for the distance model
Chris Robinson
2011-07-03
1
-7
/
+7
*
Calculate the wet gain decay time attenuation with linear values
Chris Robinson
2011-07-03
1
-4
/
+3
*
Read the RoomRolloffFactor property with the other properties
Chris Robinson
2011-07-03
1
-9
/
+9
*
Get rid of a couple typedefs
Chris Robinson
2011-07-02
1
-36
/
+36
*
Properly save the original FPU state when using _controlfp
Chris Robinson
2011-07-02
1
-1
/
+2
*
Do air absorption with linear gain values
Chris Robinson
2011-07-01
1
-11
/
+1
*
Avoid accessing source properties more than once when updating parameters
Chris Robinson
2011-07-01
1
-6
/
+11
*
Rename Suspend/ProcessContext since they are locking a mutex
Chris Robinson
2011-06-30
1
-4
/
+4
*
Declare some variables closer to where they're used
Chris Robinson
2011-06-29
1
-10
/
+12
*
Add a source property to skip channel virtualization for multi-channel buffers
Chris Robinson
2011-06-29
1
-17
/
+47
*
Select the correct resampler
Chris Robinson
2011-06-28
1
-4
/
+8
*
Don't bother with a per-context lock for disconnecting devices
Chris Robinson
2011-06-26
1
-3
/
+0
*
Select the mixer during a source update
Chris Robinson
2011-06-25
1
-0
/
+8
*
Use 'Distance' for the unclamped distance value, since the clamped value is
Chris Robinson
2011-06-21
1
-20
/
+20
*
Calculate wet gain when needed
Chris Robinson
2011-06-18
1
-5
/
+4
[next]