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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move hrtf.cpp/h to core
Chris Robinson
2021-04-22
1
-1468
/
+0
*
Avoid using config methods in hrtf.cpp
Chris Robinson
2021-04-22
1
-12
/
+2
*
Move helpers.cpp to core
Chris Robinson
2021-04-22
1
-1
/
+1
*
Move declarations to a more appropriate header
Chris Robinson
2021-04-22
1
-1
/
+1
*
Use per-HRIR delay alignment for B-Format-to-HRTF
Chris Robinson
2021-04-09
1
-6
/
+11
*
Use spans instead of references to arrays
Chris Robinson
2021-02-06
1
-2
/
+2
*
Use if constexpr when possible
Chris Robinson
2021-01-22
1
-2
/
+2
*
Use a standard bitset for bitfield flags
Chris Robinson
2021-01-22
1
-0
/
+1
*
Make the endian test more C++-like
Chris Robinson
2021-01-21
1
-2
/
+2
*
Avoid global constexpr arrays
Chris Robinson
2021-01-21
1
-1
/
+1
*
Avoid extra copies/work when reading HRTF data
Chris Robinson
2021-01-20
1
-8
/
+12
*
Avoid duplicating an inline template function
Chris Robinson
2021-01-06
1
-21
/
+4
*
Properly trace the new HRTF delay for the B-Format decoder
Chris Robinson
2021-01-06
1
-2
/
+2
*
Use a template to read integers with endian awareness
Chris Robinson
2021-01-06
1
-70
/
+83
*
Add a crossover frequency field for the device
Chris Robinson
2020-12-26
1
-2
/
+2
*
Use more constexpr variables instead of macros
Chris Robinson
2020-12-25
1
-89
/
+89
*
Move logging to core
Chris Robinson
2020-12-17
1
-1
/
+1
*
Don't modify the IR size of loaded HRTFs
Chris Robinson
2020-12-11
1
-10
/
+4
*
Change some macros into constexpr variables
Chris Robinson
2020-12-04
1
-2
/
+2
*
Move the filters to core
Chris Robinson
2020-12-04
1
-1
/
+1
*
Avoid AL types in hrtf.cpp/h
Chris Robinson
2020-11-22
1
-80
/
+77
*
Silence warning about unused return values
Jan Niklas Hasse
2020-10-20
1
-2
/
+2
*
Remove extraneous parenthesis
Chris Robinson
2020-08-28
1
-9
/
+9
*
Remove dead code
Chris Robinson
2020-06-30
1
-92
/
+13
*
Use a better type for array access
Chris Robinson
2020-06-07
1
-3
/
+3
*
Round the scaled HRTF delays
Chris Robinson
2020-05-21
1
-1
/
+3
*
Use an enum for FamCount
Chris Robinson
2020-05-19
1
-3
/
+1
*
Apply the ambisonic HF scaling in real-time with HRTF
Chris Robinson
2020-05-19
1
-12
/
+18
*
Make BuildBFormatHrtf a member of DirectHrtfState
Chris Robinson
2020-05-01
1
-13
/
+12
*
Clean up some more unnecessary uses of AL types
Chris Robinson
2020-04-08
1
-8
/
+8
*
Avoid some pre-C++14 workarounds
Chris Robinson
2020-03-22
1
-2
/
+2
*
Use an intrusive_ptr for the device's HrtfStore
Chris Robinson
2020-03-01
1
-8
/
+8
*
Update the MHR format
Chris Robinson
2020-02-11
1
-2
/
+177
*
Use std::array and span for the HRTF delays
Chris Robinson
2020-02-08
1
-1
/
+1
*
Try harder to find the closest HRIR for the B-Format decoder
Chris Robinson
2020-01-26
1
-16
/
+23
*
Return immediately on error when loading HRTFs
Chris Robinson
2020-01-13
1
-48
/
+23
*
Make a separate function for duplicate code
Chris Robinson
2020-01-13
1
-52
/
+25
*
Use the Field and Elevation structs directly when loading
Chris Robinson
2020-01-13
1
-113
/
+113
*
Don't assume the total length of certain arrays
Chris Robinson
2020-01-13
1
-6
/
+6
*
Use a span for a fixed-size array reference
Chris Robinson
2020-01-13
1
-2
/
+2
*
Add missing include
Chris Robinson
2020-01-12
1
-0
/
+1
*
Scale the resampled HRTF delays if they exceed the max
Chris Robinson
2020-01-12
1
-18
/
+29
*
Warn when resampled HRIR delays get clamped
Chris Robinson
2020-01-12
1
-2
/
+16
*
Blend the whole IR for the interpolated HRIR
Chris Robinson
2020-01-12
1
-7
/
+4
*
Fix blending for the right IR delay
Chris Robinson
2020-01-08
1
-1
/
+1
*
Don't blend the B-Format decoder HRIRs
Chris Robinson
2020-01-07
1
-52
/
+25
*
Combine identical arrays
Chris Robinson
2020-01-04
1
-6
/
+4
*
Use an array type for the HRIR delay pair
Chris Robinson
2019-12-30
1
-9
/
+3
*
Load the HRIRs directly into HrirArrays
Chris Robinson
2019-12-30
1
-34
/
+45
*
Avoid declaring a variable early
Chris Robinson
2019-12-30
1
-3
/
+2
[next]