Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid al_calloc/al_free for HrtfStore | Chris Robinson | 2023-12-31 | 1 | -2/+9 |
| | |||||
* | Ensure struct members are initialized | Chris Robinson | 2023-12-20 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary macro parameter lists | Chris Robinson | 2023-12-15 | 1 | -1/+1 |
| | |||||
* | Much more clang-tidy cleanup | Chris Robinson | 2023-12-10 | 1 | -1/+2 |
| | |||||
* | Refactor FlexArray | Chris Robinson | 2023-12-10 | 1 | -1/+2 |
| | | | | | This avoids using an array of 1 as a flexible array member, and instead uses a span to reference the memory after itself. | ||||
* | Remove some unnecessary atomic wrappers | Chris Robinson | 2023-12-03 | 1 | -1/+1 |
| | |||||
* | Avoid using al::vector unnecessarily | Chris Robinson | 2023-05-12 | 1 | -2/+2 |
| | |||||
* | Replace al::optional with std::optional | Chris Robinson | 2023-05-04 | 1 | -2/+2 |
| | |||||
* | Use a span instead of a count+pointer | Chris Robinson | 2023-01-11 | 1 | -4/+3 |
| | |||||
* | Rename some struct members | Chris Robinson | 2023-01-10 | 1 | -10/+10 |
| | | | | And make a related function a member function | ||||
* | Rename a potentially confusing member function | Chris Robinson | 2022-12-08 | 1 | -1/+1 |
| | |||||
* | Use an icosahedron for 3D second-order | Chris Robinson | 2022-09-01 | 1 | -1/+1 |
| | |||||
* | Remove the reversed all-pass trick in MixDirectHrtfBase | Chris Robinson | 2022-03-30 | 1 | -1/+1 |
| | | | | Given the minimum phase HRTF, it's not going to stay linear phase anyway. | ||||
* | Update some more includes | Chris Robinson | 2021-04-24 | 1 | -1/+0 |
| | |||||
* | Move hrtf.cpp/h to core | Chris Robinson | 2021-04-22 | 1 | -0/+91 |