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
/
panning.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a more efficient method to offset the speaker angles when computing gains
Chris Robinson
2012-08-09
1
-29
/
+35
*
Use wrappers for float-typed math functions
Chris Robinson
2012-06-29
1
-6
/
+6
*
Don't use all caps for enum value names
Chris Robinson
2012-06-28
1
-43
/
+43
*
Use ComputeAngleGains for multi-channel sources and remove the unused lookup ...
Chris Robinson
2012-04-29
1
-69
/
+1
*
Fix a couple comment typos, and a minor cleanup
Chris Robinson
2012-04-29
1
-12
/
+6
*
Fix ComputeAngleGains
Chris Robinson
2012-04-28
1
-61
/
+99
*
Add a method to calculate gains given a sound point and its half-width, and u...
Chris Robinson
2012-04-28
1
-0
/
+161
*
Flip the parameters to aluCart2LUTpos, so it behaves a bit more like atan2
Chris Robinson
2012-04-28
1
-2
/
+2
*
Store the speaker angles in the device
Chris Robinson
2012-04-27
1
-1
/
+2
*
Revert the default stereo layout back to -90 and +90 degrees
Chris Robinson
2012-03-12
1
-2
/
+2
*
Update the layout config option names
Chris Robinson
2012-03-01
1
-6
/
+6
*
Use an enum for the device type
Chris Robinson
2012-02-23
1
-1
/
+1
*
Always use the default speaker layout for loopback devices
Chris Robinson
2012-02-07
1
-6
/
+10
*
Change the default stereo speaker positions to match the stereo channel posit...
Chris Robinson
2012-02-04
1
-2
/
+2
*
Use the square root to build the panning table instead of sin/cos
Chris Robinson
2011-10-10
1
-8
/
+8
*
Use macros for float-typed PI values, to avoid manual casts everywhere
Chris Robinson
2011-09-22
1
-39
/
+39
*
More MSVC precision casts
Chris Robinson
2011-09-22
1
-40
/
+40
*
Use cosf and sinf when available
Chris Robinson
2011-09-22
1
-4
/
+4
*
Add a ConfigValueStr function, to return the string through a parameter
Chris Robinson
2011-09-19
1
-8
/
+6
*
Print an error for invalid speaker layout keys
Chris Robinson
2011-08-28
1
-0
/
+3
*
Rename the ERROR macro to ERR
Chris Robinson
2011-07-13
1
-2
/
+2
*
Replace some AL_PRINT calls with proper logging
Chris Robinson
2011-07-10
1
-2
/
+2
*
Get rid of a couple typedefs
Chris Robinson
2011-07-02
1
-4
/
+4
*
Add a 5.1 device format that uses side channels instead of back
Chris Robinson
2011-05-28
1
-0
/
+15
*
Use a multi-dimensional array for the panning LUT
Chris Robinson
2011-05-21
1
-10
/
+9
*
Remove the device channel matrix
Chris Robinson
2011-05-06
1
-71
/
+1
*
Fix LFE channel output
Chris Robinson
2011-04-14
1
-0
/
+3
*
Only set relevant device matrix entries
Chris Robinson
2011-04-12
1
-30
/
+35
*
Invert the device matrix row/column
Chris Robinson
2011-03-13
1
-37
/
+37
*
Re-enable channel-config-specific layout options
Chris Robinson
2011-01-23
1
-5
/
+8
*
Separate device format into 'channel config' and 'sample type' components
Chris Robinson
2010-12-04
1
-22
/
+7
*
Rename OUTPUTCHANNELS to something more descriptive
Chris Robinson
2010-12-01
1
-12
/
+12
*
Uninline some functions
Chris Robinson
2010-11-28
1
-0
/
+14
*
Duplicate stereo sources by default
Chris Robinson
2010-09-22
1
-1
/
+0
*
Panning init cleanup
Chris Robinson
2010-08-07
1
-47
/
+46
*
Separate speaker/panning initialization into another source file
Chris Robinson
2010-08-03
1
-0
/
+361