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
...
*
Implement an SSE linear resampler
Chris Robinson
2012-09-14
1
-0
/
+4
*
Use a source param for the resampler and move them to the mixer source
Chris Robinson
2012-09-14
1
-0
/
+23
*
Move a couple methods to where they're used
Chris Robinson
2012-09-12
1
-0
/
+45
*
Don't use count-specific functions to write to the output buffer
Chris Robinson
2012-09-11
1
-89
/
+13
*
Use a non-interleaved DryBuffer
Chris Robinson
2012-09-11
1
-21
/
+25
*
Move the target effect slot to the SendParams struct
Chris Robinson
2012-09-08
1
-2
/
+2
*
Remove STACK_DATA_SIZE in favor of BUFFERSIZE
Chris Robinson
2012-09-08
1
-4
/
+2
*
Remove some unused code
Chris Robinson
2012-09-08
1
-4
/
+0
*
Separate the resampling and mixing steps
Chris Robinson
2012-09-08
1
-6
/
+6
*
Move the device lock into the backend function table
Chris Robinson
2012-08-18
1
-4
/
+4
*
Handle the scalar values a bit better
Chris Robinson
2012-08-11
1
-4
/
+4
*
Add an option for wide stereo sources
Chris Robinson
2012-08-09
1
-2
/
+14
*
Use wrappers for float-typed math functions
Chris Robinson
2012-06-29
1
-14
/
+14
*
Don't use all caps for enum value names
Chris Robinson
2012-06-28
1
-42
/
+42
*
Clamp the Y position before trying to get the elevation
Chris Robinson
2012-06-28
1
-2
/
+3
*
Use 2 chained one-pole filters for the wet path
Chris Robinson
2012-04-30
1
-3
/
+2
*
Use ComputeAngleGains for multi-channel sources and remove the unused lookup ...
Chris Robinson
2012-04-29
1
-11
/
+3
*
Remove the stereodup option
Chris Robinson
2012-04-29
1
-16
/
+1
*
Use ComputeAngleGains for 3D sounds
Chris Robinson
2012-04-28
1
-24
/
+20
*
Flip the parameters to aluCart2LUTpos, so it behaves a bit more like atan2
Chris Robinson
2012-04-28
1
-4
/
+4
*
Apply the listener gain with the filter
Chris Robinson
2012-04-28
1
-11
/
+8
*
Move the HrtfParams into the DirectParams
Chris Robinson
2012-04-28
1
-22
/
+22
*
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
-4
/
+6
*
Reorganize some ALsource fields
Chris Robinson
2012-04-27
1
-39
/
+39
*
Fixup some comments in ALu.c
Chris Robinson
2012-04-26
1
-43
/
+46
*
Remove hungarian notation from the device and context structs
Chris Robinson
2012-04-19
1
-1
/
+1
*
Remove hungarian notation from sources
Chris Robinson
2012-04-19
1
-25
/
+25
*
Handle very small speed of sound values
Chris Robinson
2012-03-18
1
-1
/
+7
*
Avoid converting positions to meters
Chris Robinson
2012-03-18
1
-13
/
+12
*
Base the initial reverb decay on the source's dry path attenuation
Chris Robinson
2012-03-18
1
-5
/
+7
*
Use the actual distance from the ref distance for air absorption and initial ...
Chris Robinson
2012-03-14
1
-21
/
+19
*
Pass a device to the effect update functions
Chris Robinson
2012-03-13
1
-2
/
+2
*
Channel angle is already in radians, not degrees
Chris Robinson
2012-03-12
1
-1
/
+1
*
With DirectChannels enabled, don't try to mix channels that have no matching ...
Chris Robinson
2012-03-12
1
-1
/
+11
*
Properly make the source velocity relative to the listener velocity
Chris Robinson
2012-03-09
1
-13
/
+15
*
Clamp the upper and lower bound of the doppler velocity scale more like the o...
Chris Robinson
2012-03-09
1
-2
/
+3
*
The listener velocity is specified in world coordinates, too
Chris Robinson
2012-03-08
1
-0
/
+2
*
Refactor the doppler shift calculations
Chris Robinson
2012-03-08
1
-24
/
+11
*
Invert a nested loop
Chris Robinson
2012-03-03
1
-3
/
+6
*
Handle BS2B cross-feed right after click removal
Chris Robinson
2012-03-03
1
-40
/
+12
*
Override the resampler as needed right after calculating the step value
Chris Robinson
2012-02-20
1
-8
/
+8
*
Remove unused variables
Chris Robinson
2012-02-17
1
-2
/
+0
*
Silence an MSVC warning
Chris Robinson
2012-02-17
1
-1
/
+1
*
Support signed and unsigned 32-bit int output
Chris Robinson
2012-02-14
1
-6
/
+32
*
Use more proper enum names for the resampler
Chris Robinson
2012-02-12
1
-4
/
+4
*
Rename SpeakerGain to ChannelGain
Chris Robinson
2012-02-10
1
-8
/
+8
*
Match the 7.1 channel angles with the speakers
Chris Robinson
2012-02-09
1
-4
/
+4
*
Pre-scale the channel angles
Chris Robinson
2012-02-09
1
-33
/
+44
*
Rename non_virtual_channels to direct_channels
Chris Robinson
2012-02-09
1
-5
/
+5
[prev]
[next]