aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ambdec.cpp
Commit message (Expand)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
* 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
* Use C++ to read and parse ambdec filesChris Robinson2018-11-041-334/+241
* Convert ambdec.c to C++Chris Robinson2018-11-031-0/+520