aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alcmain.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid holding HRTF accumulation samples per-sourceChris Robinson2019-11-031-0/+2
* Make MAX_RESAMPLER_PADDING specify the total paddingChris Robinson2019-09-281-4/+5
* Use an unsigned index valueChris Robinson2019-09-141-1/+1
* Store the ambisonic order as unsignedChris Robinson2019-09-131-2/+2
* Return unsigned values from the FromDevFmt functionsChris Robinson2019-09-131-3/+3
* Make NumAuxSends unsignedChris Robinson2019-09-131-1/+1
* Use unsigned channel indicesChris Robinson2019-09-121-4/+5
* Pass unsigned sample count to aluMixDataChris Robinson2019-08-251-1/+1
* Use size_t for the post-process sample lengthChris Robinson2019-08-251-6/+6
* Make the post-process methods member functionsChris Robinson2019-08-071-3/+10
* Move a struct definition to where it's usedChris Robinson2019-08-051-1/+16
* Move some declarations out of alcmain.hChris Robinson2019-08-051-121/+1
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-3/+2
* Turn some functions into methodsChris Robinson2019-07-301-3/+0
* Move the event declarations to a separate headerChris Robinson2019-07-291-46/+0
* Rename Alc to alcChris Robinson2019-07-281-0/+534