aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends
Commit message (Expand)AuthorAgeFilesLines
* Convert the SDL2 backend to C++Chris Robinson2018-11-121-25/+28
* Use C++ for GetProcBinaryChris Robinson2018-11-111-6/+3
* Use a vector in the wave backendChris Robinson2018-11-111-30/+13
* Use C++ threads in the null and wave backendsChris Robinson2018-11-112-34/+38
* Use standard timing methods for the null and wave backendsChris Robinson2018-11-102-57/+61
* Get rid of the last few al_fopen callsChris Robinson2018-11-101-6/+10
* Convert the null backend to C++Chris Robinson2018-11-091-12/+24
* Convert the loopback backend to C++Chris Robinson2018-11-091-15/+22
* Add missing consttructor and destructor calls for the wave backendChris Robinson2018-11-091-0/+2
* Convert the wave backend to C++Chris Robinson2018-11-091-31/+39
* Use C++ with the winmm backendChris Robinson2018-11-091-318/+277
* Convert the WinMM backend to C++Chris Robinson2018-11-081-23/+30
* Hide function pointer wrapper macros for IDE parsingChris Robinson2018-11-074-0/+8
* Use the proper enum values for atomic opsChris Robinson2018-11-061-3/+3
* Convert the DSound backend to C++Chris Robinson2018-11-061-297/+269
* Move wstr_to_utf8 to compat.hChris Robinson2018-11-031-16/+0
* Expand the anonymous namespacesChris Robinson2018-11-022-31/+28
* Add a wrapper to manage PROPVARIANT objectsChris Robinson2018-11-021-26/+35
* Check the correct propvariant objectChris Robinson2018-11-021-4/+4
* Try another fix to declare GUIDs in C++Chris Robinson2018-11-021-4/+10
* Make the polymorphism macros less hacky in C++Chris Robinson2018-11-012-344/+319
* Workaround some issue with DEFINE_GUID in C++Chris Robinson2018-11-011-2/+4
* Use more C++ types where possibleChris Robinson2018-11-011-343/+290
* Use an anonymous namespace instead of static for some thingsChris Robinson2018-11-011-3/+7
* Preliminary conversion of the WASAPI backend to C++Chris Robinson2018-11-011-232/+222
* Use a wrapper function to simplify a checkChris Robinson2018-11-011-8/+10
* Use perfect forwarding to initialize DevMap entriesChris Robinson2018-11-011-3/+4
* Simplify a couple loopsChris Robinson2018-11-011-40/+36
* Use the appropriate enums for standard atomicsChris Robinson2018-11-011-3/+3
* Avoid uniform initialization with referencesChris Robinson2018-11-011-2/+2
* Remove unused headerChris Robinson2018-11-011-1/+0
* Include a missing header for atomicChris Robinson2018-11-011-0/+1
* Fix another use of auto uniform initializationChris Robinson2018-11-011-1/+1
* Avoid all uniform initialization with autoChris Robinson2018-11-011-66/+64
* Avoid uniform initialization on auto for integer typesChris Robinson2018-10-311-17/+17
* Convert the PulseAudio backend to C++Chris Robinson2018-10-311-597/+581
* Replace restrict with RESTRICTChris Robinson2018-10-291-2/+2
* Don't try to get the JNIEnv on AndroidChris Robinson2018-10-021-5/+7
* Include the limiter's lookAhead delay in the device latencyChris Robinson2018-09-252-0/+10
* Properly queue buffers for OpenSL captureChris Robinson2018-09-171-32/+9
* Fix some potential race conditions with OpenSLChris Robinson2018-09-171-42/+62
* Some suggested changes for iOSChris Robinson2018-09-071-3/+11
* Pass the device name list to the backend probe methodChris Robinson2018-09-0718-130/+105
* Implement capture support for SoundIOChris Robinson2018-09-071-6/+266
* Rename ALCsndioBackendChris Robinson2018-09-072-47/+47
* Append the OpenSL capture device to the appropriate listChris Robinson2018-08-231-1/+1
* Always prepare the ALSA PCM handle before starting captureChris Robinson2018-06-081-2/+9
* Clear ALSA's PCM handle after closing itChris Robinson2018-04-191-0/+1
* Initialize COM using the multithreaded apartmentChris Robinson2018-04-011-7/+7
* Fix capture device closing in the CoreAudio backendChris Robinson2018-03-241-14/+26