aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/panning.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid a couple explicit loopsChris Robinson2018-11-221-19/+18
* Use unique_ptr for DirectHrtfStateChris Robinson2018-11-221-5/+4
* Clean up some unnecessary specifiersChris Robinson2018-11-221-4/+4
* Use unique_ptr for bs2bChris Robinson2018-11-221-3/+3
* Use unique_ptr for BFormatDec and AmbiUpsamplerChris Robinson2018-11-221-16/+13
* Use a unique_ptr for the FrontStablizerChris Robinson2018-11-221-7/+5
* Use a unique_ptr for Uhj2EncoderChris Robinson2018-11-211-1/+1
* Use a normal vector for the distance buffer storageChris Robinson2018-11-211-8/+3
* Use an enum class for AmbiLayout/Norm settingsChris Robinson2018-11-201-4/+4
* Use a standard string for the device's HRTF nameChris Robinson2018-11-181-5/+4
* Use a regular vector for the enumerated HRTF listChris Robinson2018-11-181-12/+9
* Use a std::string for the device nameChris Robinson2018-11-181-9/+9
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-14/+14
* Remove unused headers and checksChris Robinson2018-11-171-1/+0
* Use a regular char* for the device's nameChris Robinson2018-11-151-17/+9
* Pass a normal const char* to EnumerateHrtfChris Robinson2018-11-151-1/+1
* Make the enumerated HRTF entry name a char*Chris Robinson2018-11-121-3/+3
* Use a regular char* for the HRTF string nameChris Robinson2018-11-121-7/+18
* Convert ambdec.c to C++Chris Robinson2018-11-031-18/+15
* Convert panning.c to C++Chris Robinson2018-11-031-0/+1236