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
/
hrtf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Properly skip loading of already-loaded HRTF data sets
Chris Robinson
2016-07-24
1
-4
/
+24
*
Enumerate the embedded HRTF resources when available
Chris Robinson
2016-07-12
1
-3
/
+345
*
Avoid standard malloc/free for Hrtf allocation
Chris Robinson
2016-07-07
1
-3
/
+4
*
Avoid function calls to get the HRTF sample rate and IR size
Chris Robinson
2016-07-07
1
-25
/
+0
*
Improve radius behavior with scaling of ambisonic coefficients
Chris Robinson
2016-04-24
1
-1
/
+4
*
Shorten VECTOR_ITER_ macros to VECTOR_
Chris Robinson
2016-04-15
1
-3
/
+3
*
Add and use a copy-range string function
Chris Robinson
2016-02-24
1
-4
/
+1
*
Exclude the file extension from the HRTF name
Chris Robinson
2016-02-24
1
-1
/
+9
*
Replace the hrtf_tables option with hrtf-paths
Chris Robinson
2016-02-23
1
-17
/
+32
*
Allow selecting a preferred HRTF in alsoft-config
Chris Robinson
2016-02-23
1
-1
/
+1
*
Avoid enumerating the same HRTF file twice
Chris Robinson
2016-02-21
1
-41
/
+40
*
Add a config option to specify the preferred HRTF
Chris Robinson
2016-02-21
1
-0
/
+19
*
Include the HRTF filename in the HRTF memory chunk
Chris Robinson
2016-02-20
1
-25
/
+25
*
Use an 8-channel cube for HRTF's virtual format.
Chris Robinson
2016-02-20
1
-102
/
+0
*
Allocate each HRTF as a single chunk
Chris Robinson
2016-02-16
1
-21
/
+39
*
Calculate HRTF stepping params right before mixing
Chris Robinson
2016-02-14
1
-134
/
+0
*
Don't pass the channel count to GetBFormatHrtfCoeffs
Chris Robinson
2016-02-09
1
-6
/
+4
*
Use %s.mhr for the default hrtf table list
Chris Robinson
2015-12-05
1
-1
/
+1
*
Use more accurate floating point literals
Chris Robinson
2015-11-06
1
-1
/
+1
*
Remove a couple unused parameters
Chris Robinson
2015-10-24
1
-16
/
+4
*
Use the enumerated HRTF list for selecting an HRTF
Chris Robinson
2015-10-06
1
-135
/
+4
*
Store the Hrtf struct with the corresponding HrtfEntry
Chris Robinson
2015-10-06
1
-16
/
+81
*
Enumerate and list HRTFs per-device
Chris Robinson
2015-10-06
1
-0
/
+91
*
Fix B-Format HRTF decoding
Chris Robinson
2015-09-23
1
-5
/
+8
*
Use N3D scaling instead of FuMa
Chris Robinson
2015-09-23
1
-4
/
+4
*
Allow the hrtf_tables option to be device-specific
Chris Robinson
2015-09-20
1
-8
/
+7
*
Rename F_2PI to F_TAU
Chris Robinson
2015-09-13
1
-3
/
+3
*
Allow for device-specific config values
Chris Robinson
2015-08-28
1
-2
/
+2
*
Use ACN ordering for ambisonics coefficients arrays
Chris Robinson
2015-08-28
1
-3
/
+3
*
Fix the HRTF B-Format decoder's W coefficient
Chris Robinson
2015-02-14
1
-18
/
+5
*
Calculate HRTF coefficients for all B-Format channels at once
Chris Robinson
2015-02-10
1
-29
/
+61
*
Pass the (FuMa) channel number to GetBFormatHrtfCoeffs
Chris Robinson
2015-02-10
1
-6
/
+7
*
Correct conversion from polar to cartesian coords for HRTF
Chris Robinson
2015-02-10
1
-3
/
+3
*
Use B-Format for HRTF's virtual output format
Chris Robinson
2015-02-09
1
-1
/
+83
*
Make CalcHrtfDelta more generic
Chris Robinson
2014-11-24
1
-34
/
+1
*
Rename step to steps
Chris Robinson
2014-11-24
1
-4
/
+4
*
Swap delta and step, remove double semicolons
Chris Robinson
2014-11-23
1
-15
/
+15
*
Partially revert "Use a different method for HRTF mixing"
Chris Robinson
2014-11-23
1
-10
/
+204
*
Use a different method for HRTF mixing
Chris Robinson
2014-11-22
1
-210
/
+12
*
Update COPYING to the latest https://www.gnu.org/licenses/old-licenses/lgpl-2...
François Cami
2014-08-18
1
-2
/
+2
*
Properly scale the first HRTF pass-through coefficient
Chris Robinson
2014-07-17
1
-4
/
+8
*
Cleanup some HRTF code
Chris Robinson
2014-07-16
1
-68
/
+53
*
Fix omni-directional moving HRTF coeffs
Chris Robinson
2014-07-14
1
-4
/
+4
*
Add a source radius property that determines the directionality of a sound
Chris Robinson
2014-07-11
1
-32
/
+56
*
Only set the needed HRTF coefficients
Chris Robinson
2014-06-21
1
-2
/
+2
*
Don't pass the device to HRTF methods
Chris Robinson
2014-06-20
1
-9
/
+8
*
Move PATH_MAX fallback definitions to alMain.h
Chris Robinson
2014-02-27
1
-10
/
+0
*
Add back the missing PATH_MAX fallback
Chris Robinson
2014-02-27
1
-0
/
+10
*
Move OpenDataFile to helpers.c so other sources can use it
Chris Robinson
2014-02-27
1
-131
/
+0
*
Don't fallback to relative filename handling if opening as absolute fails
Chris Robinson
2014-02-26
1
-26
/
+27
[next]