Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear trailing whitespace from the loaded ambdec description | Chris Robinson | 2022-09-15 | 1 | -0/+2 |
* | Use the correct va_list for the second vsnprintf | Chris Robinson | 2022-09-14 | 1 | -1/+1 |
* | Use ifstream's wchar_t constructors on Windows | Chris Robinson | 2022-09-12 | 1 | -1/+1 |
* | Don't pack ambdec coefficients | Chris Robinson | 2022-09-12 | 1 | -4/+3 |
* | Simplify ambdec loading | Chris Robinson | 2022-09-12 | 1 | -236/+156 |
* | Ensure coeff_scale is set for ambdec files | Chris Robinson | 2022-09-11 | 1 | -5/+10 |
* | Reject ambdec files with higher than third order and FuMa scaling | Chris Robinson | 2022-09-11 | 1 | -13/+15 |
* | Explicitly define AmbDecConf's destructor | Chris Robinson | 2022-02-22 | 1 | -0/+3 |
* | Handle spaces in the ambdec description | Chris Robinson | 2021-06-24 | 1 | -1/+1 |
* | Return an optional for an error | Chris Robinson | 2020-12-25 | 1 | -191/+79 |
* | Avoid dynamic vectors in AmbDecConf | Chris Robinson | 2020-12-25 | 1 | -15/+68 |
* | Move the ambdec loader to core | Chris Robinson | 2020-12-25 | 1 | -0/+434 |