aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/opensl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Gracefully drain the OpenSL capture buffer on disconnectChris Robinson2019-10-101-13/+24
|
* Make C callbacks noexceptChris Robinson2019-10-091-6/+6
| | | | | No telling what would happen if exceptions managed to get back into presumably C-based callers.
* Never return null from CreateRingBufferChris Robinson2019-10-081-17/+4
| | | | | Allocation failure would already throw a bad_alloc anyway, now a size overflow throws an exception too.
* Clean up some exception messages and avoid duplicate log messagesChris Robinson2019-10-081-6/+6
|
* Avoid raw lock/unlock callsChris Robinson2019-10-071-6/+4
|
* Use exceptions for backend open failuresChris Robinson2019-10-071-60/+60
|
* Clean up some more conversion warningsChris Robinson2019-09-161-22/+19
|
* Add a fallback if SLAndroidDataFormat_PCM_EX isn't availableChris Robinson2019-09-151-56/+91
|
* Return and pass more appropriate types for backendsChris Robinson2019-09-151-19/+17
|
* Fix a few more GCC warningsChris Robinson2019-09-141-3/+3
|
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-3/+3
|
* Fix a few more C-style castsChris Robinson2019-09-111-2/+3
|
* Move some declarations out of alcmain.hChris Robinson2019-08-051-1/+2
|
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-1/+1
|
* Rename Alc to alcChris Robinson2019-07-281-0/+936