aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/base.h
Commit message (Expand)AuthorAgeFilesLines
* Convert the winmm backend to the new backend APIChris Robinson2014-09-081-0/+1
* Convert the wave writer backend to the new APIChris Robinson2014-08-241-0/+1
* Convert the mmdevapi backend to the new backend APIChris Robinson2014-04-251-0/+1
* Avoid forward-declaring backend vtablesChris Robinson2014-04-231-4/+1
* Convert the DSound backend to the new APIChris Robinson2014-04-191-0/+1
* Add a GCC-specific STATIC_UPCAST macro that checks the object typeChris Robinson2014-04-191-1/+1
* Use a C11-like mutex wrapper instead of CRITICAL_SECTIONsChris Robinson2014-04-161-2/+2
* Use a void* for the backend Delete method paramChris Robinson2014-03-221-2/+3
* Store the old-style backend funcs in the wrapperChris Robinson2014-03-171-1/+1
* Use a unique backend type for loopbackChris Robinson2013-11-041-1/+2
* Constify some function pointersChris Robinson2013-11-021-8/+8
* Convert the OSS backend to the new interfaceChris Robinson2013-11-021-1/+4
* Use a helper macro for making vtable thunksChris Robinson2013-10-291-34/+17
* Add default handlers for reset, captureSamples, and availableSamplesChris Robinson2013-10-291-0/+3
* Convert the PulseAudio backend to the new interfaceChris Robinson2013-10-291-0/+1
* Convert the loopback backend to the new interfaceChris Robinson2013-10-291-1/+5
* Remove a couple unnecessary (and incorrect) parameter namesChris Robinson2013-10-281-2/+2
* Fix capture with the new backend interfaceChris Robinson2013-10-281-3/+3
* Convert ALSA to the new backend interfaceChris Robinson2013-10-281-0/+1
* Rename the support method to querySupportChris Robinson2013-10-281-4/+4
* Create and use a backend wrapper for captureChris Robinson2013-10-281-2/+3
* Add audio capture methods to ALCbackendChris Robinson2013-10-281-0/+9
* Move ALCbackend base stuff to a separate fileChris Robinson2013-10-281-0/+2
* Move the device mutex to the backendChris Robinson2013-10-281-0/+5
* Convert the Null backend to the ALCbackend styleChris Robinson2013-10-281-0/+2
* Add a backend factory base typeChris Robinson2013-10-281-0/+43
* Add a default getLatency to ALCbackendChris Robinson2013-10-281-0/+1
* Move the lock/unlock methods to the backendChris Robinson2013-10-281-0/+12
* Add missing header to gitChris Robinson2013-10-271-0/+62