Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -24/+25 |
* | Constify some parameters | Chris Robinson | 2019-01-12 | 1 | -7/+10 |
* | Use c++ headers | Filip Gawin | 2019-01-09 | 1 | -1/+1 |
* | Avoid using old style casts | Filip Gawin | 2019-01-08 | 1 | -2/+2 |
* | Clean up some initializers and use of C methods | Chris Robinson | 2019-01-06 | 1 | -39/+31 |
* | Further improve HRTF methods to avoid masking in the inner loops | Chris Robinson | 2018-12-31 | 1 | -8/+7 |
* | 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 | -5/+17 |
* | Clean up some math stuff | Chris Robinson | 2018-12-22 | 1 | -1/+3 |
* | Avoid another DECL_TEMPLATE macro | Chris Robinson | 2018-11-25 | 1 | -31/+48 |
* | Convert the mixers to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+169 |