Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use template declarations for the HRTF mixers | Chris Robinson | 2019-01-23 | 1 | -3/+25 |
* | Use template declarations for the normal mixing functions | Chris Robinson | 2019-01-23 | 1 | -5/+7 |
* | Use a template declaration for the resampler functions | Chris Robinson | 2019-01-23 | 1 | -3/+3 |
* | Constify some parameters | Chris Robinson | 2019-01-12 | 1 | -13/+16 |
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -9/+9 |
* | Clean up some initializers and use of C methods | Chris Robinson | 2019-01-06 | 1 | -58/+48 |
* | Further improve HRTF methods to avoid masking in the inner loops | Chris Robinson | 2018-12-31 | 1 | -16/+16 |
* | Handle HRTF coefficients and values by reference where possible | Chris Robinson | 2018-12-26 | 1 | -5/+5 |
* | Avoid masking in ApplyCoeffs's inner loop | Chris Robinson | 2018-12-26 | 1 | -25/+43 |
* | Clean up some math stuff | Chris Robinson | 2018-12-22 | 1 | -1/+3 |
* | Avoid another DECL_TEMPLATE macro | Chris Robinson | 2018-11-25 | 1 | -0/+2 |
* | Convert the mixers to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+248 |