| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Don't warn if the desired default HRTF is already first | Chris Robinson | 2016-09-10 | 1 | -4/+4 |
* | Reduce the volume for the HRTF ambisonic decoder | Chris Robinson | 2016-09-08 | 1 | -14/+14 |
* | Use a few more HRIRs for the HRTF B-Format decoder | Chris Robinson | 2016-09-07 | 1 | -19/+31 |
* | Properly align 16-bit fields in the Hrtf struct | Chris Robinson | 2016-09-07 | 1 | -10/+20 |
* | Use more correct cube decoder matrices | Chris Robinson | 2016-09-05 | 1 | -8/+8 |
* | Calculate a variable closer to where it's used | Chris Robinson | 2016-09-01 | 1 | -5/+5 |
* | Always load HRTF files through memory pointers | Chris Robinson | 2016-08-31 | 1 | -261/+134 |
* | Add a compile-time macro to use dual-band ambisonic HRTF processing | Chris Robinson | 2016-08-30 | 1 | -12/+36 |
* | Band-split the HRIRs when building the ambisonic decoder filters | Chris Robinson | 2016-08-21 | 1 | -21/+43 |
* | Fix HRTF index calculations for B-Format coefficients | Chris Robinson | 2016-08-18 | 1 | -11/+10 |
* | Only use the cube points for generating the ambisonic HRTF coefficients | Chris Robinson | 2016-08-17 | 1 | -56/+72 |
* | Decode directly from B-Format to HRTF instead of a cube | Chris Robinson | 2016-08-11 | 1 | -0/+76 |
* | 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 |