aboutsummaryrefslogtreecommitdiffstats
path: root/alc/hrtf.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make sure the temporary HRIRs are properly alignedChris Robinson2019-10-011-1/+1
* Avoid extraneous parametersChris Robinson2019-09-251-14/+11
* Use blended HRIRs for the B-Format decodeChris Robinson2019-09-241-47/+86
* Move the ifstream wrapper to commonChris Robinson2019-09-221-1/+2
* Fix a couple more annoying conversion warningsChris Robinson2019-09-181-2/+2
* Avoid hiding a class member functionChris Robinson2019-09-181-5/+5
* Enable and fix some more warningsChris Robinson2019-09-181-2/+2
* Clean up some more shadowing warningsChris Robinson2019-09-161-4/+4
* Fix a copy-paste errorChris Robinson2019-09-141-1/+1
* Enable and fix more warningsChris Robinson2019-09-141-4/+4
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-23/+26
* Make IrSize unsignedChris Robinson2019-09-131-94/+92
* Simplify flexible array member usageChris Robinson2019-09-111-15/+4
* Remove unneeded TRACEREF loggingChris Robinson2019-09-081-2/+2
* Only use one accumulation buffer for B-Format HRTF mixingChris Robinson2019-09-031-1/+1
* Update some includesChris Robinson2019-08-051-2/+1
* Make a couple counts size_tChris Robinson2019-08-031-4/+4
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-4/+4
* Use float2 where appropriateChris Robinson2019-07-311-2/+2
* Don't templatize HrirArrayChris Robinson2019-07-311-2/+2
* Rename Alc to alcChris Robinson2019-07-281-0/+1400