aboutsummaryrefslogtreecommitdiffstats
path: root/alc/converter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make MAX_RESAMPLER_PADDING specify the total paddingChris Robinson2019-09-281-9/+9
* Combine two function calls into oneChris Robinson2019-09-281-8/+4
* Add "fast" variants for the bsinc resamplersChris Robinson2019-09-281-2/+2
* Implement a "fast" bsinc pathChris Robinson2019-09-261-1/+1
* Make the resampler type an enum classChris Robinson2019-09-221-2/+2
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-1/+1
* Return unsigned values from the FromDevFmt functionsChris Robinson2019-09-131-4/+3
* Make the resampler increment unsignedChris Robinson2019-09-131-1/+1
* Clean up sample converter implicit conversionsChris Robinson2019-09-121-28/+30
* Fix function declarationChris Robinson2019-09-111-1/+1
* Simplify flexible array member usageChris Robinson2019-09-111-6/+5
* Avoid dynamically allocating ChannelConverterChris Robinson2019-09-101-8/+0
* Pass a span to the Resample functionChris Robinson2019-08-201-1/+1
* Use unsigned for the sample and channel convertersChris Robinson2019-08-201-26/+26
* Update some includesChris Robinson2019-08-051-0/+2
* More include cleanupsChris Robinson2019-07-281-0/+3
* Rename Alc to alcChris Robinson2019-07-281-0/+367