| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid unnecessary extra buffers for filter chains | Chris Robinson | 2019-01-01 | 1 | -11/+11 |
* | Rename a couple filter files for consistency | Chris Robinson | 2018-12-25 | 1 | -1/+1 |
* | Provide effect target parameters through a common struct | Chris Robinson | 2018-12-24 | 1 | -18/+7 |
* | Mix effect slot output to the effect target if it's set | Chris Robinson | 2018-12-23 | 1 | -5/+16 |
* | Constify a parameter | Chris Robinson | 2018-12-22 | 1 | -2/+2 |
* | Use proper classes for Vector and Matrix types | Chris Robinson | 2018-12-12 | 1 | -1/+1 |
* | Add missing include | Chris Robinson | 2018-12-08 | 1 | -0/+1 |
* | Avoid using the deprecated mem_fun_ref method | Chris Robinson | 2018-12-07 | 1 | -1/+1 |
* | Use class methods for the biquad filter | Chris Robinson | 2018-12-04 | 1 | -19/+17 |
* | Use proper inheritence for the effect state objects | Chris Robinson | 2018-11-19 | 1 | -59/+34 |
* | Clean up the remaining effect struct member names | Chris Robinson | 2018-11-19 | 1 | -28/+29 |
* | Clean up the biquad filter a bit | Chris Robinson | 2018-11-19 | 1 | -4/+4 |
* | Use proper inheritence for EffectStateFactory | Chris Robinson | 2018-11-19 | 1 | -14/+4 |
* | Move the vector and matrix declarations to a separate header | Chris Robinson | 2018-11-17 | 1 | -1/+2 |
* | Move the ALCcontext definition to its own header | Chris Robinson | 2018-11-17 | 1 | -0/+1 |
* | Convert the dedicated, distortion, echo, and equalizer to C++ | Chris Robinson | 2018-11-17 | 1 | -0/+359 |