aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ambdec.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move some ambisonic-related macros to a separate headerChris Robinson2018-12-151-1/+6
|
* Make the AmbDec speaker and matrix arrays dynamicChris Robinson2018-12-151-42/+44
|
* Add more casts for MSVCChris Robinson2018-12-121-8/+15
|
* Fix some MSVC conversion warningsChris Robinson2018-12-121-9/+7
|
* Make AmbDecConf::load noexceptChris Robinson2018-11-111-1/+1
| | | | To ease the ovewrhead of destructors that call C (non-noexcept) functions.
* Ensure ambdec parsing stops at unexpected EOFChris Robinson2018-11-101-2/+1
|
* Use a more appropriate type for the result of tellgChris Robinson2018-11-061-6/+6
|
* Avoid moving istringstreamsChris Robinson2018-11-041-13/+11
| | | | Doesn't work with GCC 4.x. Hopefully swapping does.
* Use C++ to read and parse ambdec filesChris Robinson2018-11-041-334/+241
|
* Convert ambdec.c to C++Chris Robinson2018-11-031-0/+520