Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid a couple explicit loops | Chris Robinson | 2018-11-22 | 1 | -19/+18 |
| | |||||
* | Use unique_ptr for DirectHrtfState | Chris Robinson | 2018-11-22 | 1 | -5/+4 |
| | |||||
* | Clean up some unnecessary specifiers | Chris Robinson | 2018-11-22 | 1 | -4/+4 |
| | |||||
* | Use unique_ptr for bs2b | Chris Robinson | 2018-11-22 | 1 | -3/+3 |
| | |||||
* | Use unique_ptr for BFormatDec and AmbiUpsampler | Chris Robinson | 2018-11-22 | 1 | -16/+13 |
| | |||||
* | Use a unique_ptr for the FrontStablizer | Chris Robinson | 2018-11-22 | 1 | -7/+5 |
| | |||||
* | Use a unique_ptr for Uhj2Encoder | Chris Robinson | 2018-11-21 | 1 | -1/+1 |
| | |||||
* | Use a normal vector for the distance buffer storage | Chris Robinson | 2018-11-21 | 1 | -8/+3 |
| | |||||
* | Use an enum class for AmbiLayout/Norm settings | Chris Robinson | 2018-11-20 | 1 | -4/+4 |
| | |||||
* | Use a standard string for the device's HRTF name | Chris Robinson | 2018-11-18 | 1 | -5/+4 |
| | |||||
* | Use a regular vector for the enumerated HRTF list | Chris Robinson | 2018-11-18 | 1 | -12/+9 |
| | |||||
* | Use a std::string for the device name | Chris Robinson | 2018-11-18 | 1 | -9/+9 |
| | |||||
* | Avoid more cases of an enum variable and type name clash | Chris Robinson | 2018-11-18 | 1 | -14/+14 |
| | |||||
* | Remove unused headers and checks | Chris Robinson | 2018-11-17 | 1 | -1/+0 |
| | |||||
* | Use a regular char* for the device's name | Chris Robinson | 2018-11-15 | 1 | -17/+9 |
| | |||||
* | Pass a normal const char* to EnumerateHrtf | Chris Robinson | 2018-11-15 | 1 | -1/+1 |
| | |||||
* | Make the enumerated HRTF entry name a char* | Chris Robinson | 2018-11-12 | 1 | -3/+3 |
| | | | | | Would ideally be a std::string with the HRTF name itself, but they're still seen in C code. | ||||
* | Use a regular char* for the HRTF string name | Chris Robinson | 2018-11-12 | 1 | -7/+18 |
| | |||||
* | Convert ambdec.c to C++ | Chris Robinson | 2018-11-03 | 1 | -18/+15 |
| | |||||
* | Convert panning.c to C++ | Chris Robinson | 2018-11-03 | 1 | -0/+1236 |