aboutsummaryrefslogtreecommitdiffstats
path: root/core/ambdec.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace al::optional with std::optionalChris Robinson2023-05-041-2/+2
|
* Ensure coeff_scale is set for ambdec filesChris Robinson2022-09-111-1/+2
|
* Explicitly define AmbDecConf's destructorChris Robinson2022-02-221-0/+2
| | | | | | GCC complains it can't inline the destructor because it's "unlikely" to be called and would bloat code size, despite being implicitly defined. Technically accurate, but rather annoying since it's not explicitly called or defined.
* Return an optional for an errorChris Robinson2020-12-251-1/+2
|
* Avoid dynamic vectors in AmbDecConfChris Robinson2020-12-251-4/+7
| | | | Also add a bit more sanity checking
* Move the ambdec loader to coreChris Robinson2020-12-251-0/+48