aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends
Commit message (Collapse)AuthorAgeFilesLines
* Make MAX_RESAMPLER_PADDING specify the total paddingChris Robinson2019-09-281-1/+1
|
* Use FastBSinc24 for WASAPI and CoreAudio captureChris Robinson2019-09-282-2/+2
| | | | Given a fixed rate, there's no downside to the fast version.
* Fix a couple more conversion warningsChris Robinson2019-09-221-6/+6
|
* Make the resampler type an enum classChris Robinson2019-09-222-2/+2
|
* Fix some Windows warningsChris Robinson2019-09-182-12/+12
|
* Clean up some more conversion warningsChris Robinson2019-09-161-22/+19
|
* Clean up some more shadowing warningsChris Robinson2019-09-161-8/+6
|
* Add a fallback if SLAndroidDataFormat_PCM_EX isn't availableChris Robinson2019-09-151-56/+91
|
* Make the BackendFactory base destructor protectedChris Robinson2019-09-151-2/+3
|
* Return and pass more appropriate types for backendsChris Robinson2019-09-1519-223/+222
|
* Fix a few more GCC warningsChris Robinson2019-09-143-4/+7
|
* Enable and fix more warningsChris Robinson2019-09-142-1/+3
|
* Don't hold the pulse lock while not necessaryChris Robinson2019-09-141-1/+2
|
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-144-13/+14
|
* 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
| | | | Which will also work as the basis for a future intrusive_ptr
* More include cleanupChris Robinson2019-07-292-6/+10
|
* Rename Alc to alcChris Robinson2019-07-2836-0/+12684