| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a proper struct for specifying angular points | Chris Robinson | 2018-02-18 | 1 | -4/+4 |
* | Minimize each response delay for the ambisonic HRTF decode | Chris Robinson | 2018-02-18 | 1 | -5/+9 |
* | Use an alternate virtual layout for Ambisonic HRTF decoding | Chris Robinson | 2018-02-10 | 1 | -5/+12 |
* | Assign the HRTF storage pointers separately | Chris Robinson | 2018-01-15 | 1 | -5/+11 |
* | Fix up some types for MSVC | Chris Robinson | 2018-01-11 | 1 | -1/+2 |
* | Move the config function declarations to their own header | Chris Robinson | 2018-01-11 | 1 | -0/+1 |
* | Fix some types to make MSVC happy | Chris Robinson | 2017-12-17 | 1 | -5/+5 |
* | Store the HRTF distance in the Hrtf handle | Chris Robinson | 2017-10-23 | 1 | -8/+11 |
* | Update mhr format for 24-bit, multi-field, stereo measurements | Chris Robinson | 2017-10-22 | 1 | -44/+83 |
* | Check the right size for the in-progress mhr update | Chris Robinson | 2017-08-09 | 1 | -2/+2 |
* | Declare that a couple arrays are aligned | Chris Robinson | 2017-08-09 | 1 | -3/+6 |
* | Add experimental support for 24-bit, dual-ear HRTFs | Chris Robinson | 2017-08-08 | 1 | -3/+230 |
* | Don't bother returning the IR length for B-Format decoding | Chris Robinson | 2017-07-31 | 1 | -2/+2 |
* | Update makehrtf to use a larger FFT by default | Chris Robinson | 2017-07-25 | 1 | -1/+1 |
* | Use helpers to get data from byte streams | Chris Robinson | 2017-06-16 | 1 | -51/+51 |
* | Round the B-Format HRTF response where the multiple is defined | Chris Robinson | 2017-06-16 | 1 | -1/+3 |
* | Implement cross-platform embedding of HRTF data | alexey.lysiuk | 2017-05-05 | 1 | -69/+8 |
* | Reimplement bilinear interpolation between HRIRs | Chris Robinson | 2017-05-01 | 1 | -25/+82 |
* | Fix a mixed-sign-comparison warning on MSVC | Chris Robinson | 2017-04-19 | 1 | -1/+1 |
* | Use a different way to get the size of structs with flexible array members | Chris Robinson | 2017-04-18 | 1 | -2/+2 |
* | Overwrite the old search path with the new one | Chris Robinson | 2017-04-08 | 1 | -1/+1 |
* | Combine a couple loops | Chris Robinson | 2017-04-07 | 1 | -28/+24 |
* | Make sure malloc succeeded for 'delays' | Chris Robinson | 2017-04-07 | 1 | -2/+2 |
* | Store the HRTF coeffs as a stereo pair | Chris Robinson | 2017-04-07 | 1 | -54/+98 |
* | Allocate temp storage for delays when loading HRTFs | Chris Robinson | 2017-04-07 | 1 | -8/+11 |
* | Reference count HRTFs and unload them when unused | Chris Robinson | 2017-04-06 | 1 | -5/+44 |
* | Load embedded HRTF entries as-needed | Chris Robinson | 2017-04-06 | 1 | -58/+59 |
* | Fix an incorrect message | Chris Robinson | 2017-04-05 | 1 | -10/+13 |
* | Load HRTF files as needed | Chris Robinson | 2017-04-05 | 1 | -59/+81 |
* | Store the loaded hrtf entry container in the enumerated hrtf entry | Chris Robinson | 2017-04-05 | 1 | -40/+34 |
* | Store the HRTF's filename separate from the entry storage | Chris Robinson | 2017-04-05 | 1 | -45/+72 |
* | Rename al_string_* functions to alstr_* | Chris Robinson | 2017-04-04 | 1 | -55/+53 |
* | Avoid some unnecessary string reallocation | Chris Robinson | 2017-03-31 | 1 | -51/+50 |
* | Load HRTF coefficients as pre-normalized floats | Chris Robinson | 2017-03-31 | 1 | -38/+47 |
* | Combine some HRTF loading code | Chris Robinson | 2017-03-31 | 1 | -78/+72 |
* | Use the correct types' sizes for HRTF storage | Chris Robinson | 2017-03-31 | 1 | -8/+8 |
* | Rework HRTF coefficient fading | Chris Robinson | 2017-03-11 | 1 | -27/+11 |
* | Allocate as many channels for DirectHrtfState as needed | Chris Robinson | 2017-03-11 | 1 | -3/+3 |
* | Move the B-Format HRTF virtual speaker stuff to InitHrtfPanning | Chris Robinson | 2017-01-18 | 1 | -66/+9 |
* | Fix a couple hard-coded array sizes | Chris Robinson | 2017-01-16 | 1 | -2/+2 |
* | Use ALsizei for sizes and offsets with the mixer | Chris Robinson | 2017-01-16 | 1 | -26/+26 |
* | Use second-order ambisonics for basic HRTF rendering | Chris Robinson | 2017-01-15 | 1 | -10/+29 |
* | One more update for the HRTF B-Format coefficients | Chris Robinson | 2017-01-09 | 1 | -14/+14 |
* | Update the B-Format HRTF coefficients to use the pseudo-inverse matrix | Chris Robinson | 2017-01-04 | 1 | -26/+14 |
* | Fixes for embedded HRTFs on OSX | Chris Robinson | 2016-11-11 | 1 | -5/+6 |
* | Try to make embedded HRTF data sets work on OSX | Chris Robinson | 2016-11-10 | 1 | -0/+25 |
* | Don't use 0 for a resource ID | Chris Robinson | 2016-11-10 | 1 | -2/+2 |
* | Rebalance the frequencies for B-Format HRTF coefficients | Chris Robinson | 2016-11-01 | 1 | -14/+27 |
* | Don't interpolate between nearest HRIRs | Chris Robinson | 2016-10-09 | 1 | -75/+38 |
* | Update the ambisonic coefficients for HRTF | Chris Robinson | 2016-09-26 | 1 | -15/+15 |