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
/
utils
/
makehrtf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo (overriden -> overridden)
Chris Robinson
2014-07-17
1
-1
/
+1
*
Avoid an undefined allocation of 0 bytes
Chris Robinson
2014-07-01
1
-1
/
+2
*
Include strings.h if it exists for strncasecmp
Chris Robinson
2014-05-22
1
-1
/
+3
*
Early-out when outN is 0
Chris Robinson
2014-05-15
1
-0
/
+3
*
Remove some unnecessary casts
Chris Robinson
2014-05-15
1
-12
/
+13
*
Append the number of bits, not bytes, to types
Chris Robinson
2014-05-08
1
-37
/
+27
*
Add an option to make HRTFs with a custom head radius
Chris Robinson
2014-01-11
1
-9
/
+23
*
Fixed compile error in Visual Studio 2013 by not redefining symbols that are ...
Rupert Steel
2014-01-09
1
-2
/
+2
*
Add an option to use the HRTF time delay measured from the dataset
Chris Robinson
2013-12-18
1
-13
/
+82
*
Fix a comment describing the sinc function
Chris Robinson
2012-11-18
1
-1
/
+1
*
Fix off-by-one error in the makehrtf dither and add a resample option
Chris Robinson
2012-11-18
1
-128
/
+389
*
Fix some types
Chris Robinson
2012-10-25
1
-5
/
+6
*
Properly scale the HRTF delays when writing them
Chris Robinson
2012-09-12
1
-3
/
+2
*
Use the correct size for defaultCoeffs
Chris Robinson
2012-09-11
1
-1
/
+1
*
Use HUGE_VAL instead of dividing by 0 for infinity, where possible
Chris Robinson
2012-09-11
1
-4
/
+8
*
Silence a couple MSVC warnings
Chris Robinson
2012-09-11
1
-2
/
+2
*
Update HRTF code
Chris Robinson
2012-09-11
1
-527
/
+2178
*
Add a missing round() for MSVC
Chris Robinson
2012-03-27
1
-0
/
+9
*
Make sure M_PI is defined for makehrtf
Chris Robinson
2012-03-27
1
-0
/
+4
*
Avoid DOS-style line-endings and stdint types for the makehrtf utility
Chris Robinson
2012-03-25
1
-739
/
+740
*
Add a utility to generate OpenAL Soft's HRTF data from the MIT KEMAR data
Chris Robinson
2012-03-22
1
-0
/
+739