aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up (most) implicit conversions in the backendsChris Robinson2019-09-146-86/+98
* Store the ambisonic order as unsignedChris Robinson2019-09-131-1/+1
* Return unsigned values from the FromDevFmt functionsChris Robinson2019-09-139-68/+55
* Clean up more implicit conversionsChris Robinson2019-09-133-23/+26
* Use unsigned channel indicesChris Robinson2019-09-121-2/+2
* Fix a few more C-style castsChris Robinson2019-09-112-3/+4
* Fix function declarationChris Robinson2019-09-111-2/+3
* Avoid C-style casts in C++Chris Robinson2019-09-114-8/+13
* Avoid dynamically allocating ChannelConverterChris Robinson2019-09-101-16/+6
* Use al::byte for a couple more buffersChris Robinson2019-08-252-11/+11
* Use unsigned for the sample and channel convertersChris Robinson2019-08-202-10/+9
* Add methods to get env vars as an optionalChris Robinson2019-08-121-2/+3
* Move the wstr converters to a separate headerChris Robinson2019-08-114-0/+4
* Move the dynload decls and defs to commonChris Robinson2019-08-105-4/+6
* no AudioObjectPropertyAddress on iOSLi Keqing2019-08-071-0/+2
* Move some declarations out of alcmain.hChris Robinson2019-08-052-1/+3
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-042-12/+12
* Add a common base for auto-deleting ref-counted objectsChris Robinson2019-08-011-2/+2
* More include cleanupChris Robinson2019-07-292-6/+10
* Rename Alc to alcChris Robinson2019-07-2836-0/+12684