Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't manually reverse samples | Chris Robinson | 2022-03-31 | 1 | -18/+12 |
| | |||||
* | Get rid of MathDefs | Chris Robinson | 2022-01-27 | 1 | -5/+5 |
| | |||||
* | Use a vector in BFormatDec instead of FlexArray | Chris Robinson | 2021-12-10 | 1 | -2/+2 |
| | | | | | | FlexArray would be better since it's not likely to use much memory for the array, but the std::unique_ptr makes BFormatDec a non-standard layout, causing GCC and Clang to complain. | ||||
* | Convert AmbDecConf to DecoderConfig for loading | Chris Robinson | 2021-06-23 | 1 | -73/+8 |
| | | | | | This keeps AmbDecConf uses confined to multi-channel panning initialization, and avoids spreading conversions and maps all over. | ||||
* | Move bformatdec to core | Chris Robinson | 2021-04-25 | 1 | -0/+263 |