aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/wasapi.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-241-6/+6
* Use proper time types for the device clock time and latencyChris Robinson2018-11-221-2/+2
* Return the ringbuffer data pointers as a pairChris Robinson2018-11-191-9/+10
* Use a std::string for the device nameChris Robinson2018-11-181-16/+6
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-3/+3
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-2/+2
* Convert the WASAPI backend factoryChris Robinson2018-11-151-79/+55
* Remove the unused al_string APIChris Robinson2018-11-151-1/+0
* Use a regular char* for the device's nameChris Robinson2018-11-151-10/+12
* Search the right list for WASAPI name duplicatesChris Robinson2018-11-151-1/+1
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-5/+3
* Avoid calling through the vtable in the backendsChris Robinson2018-11-131-10/+10
* Use utf8_to_wstr to convert UTF-8 to wstringChris Robinson2018-11-131-20/+10
* Move wstr_to_utf8 to compat.hChris Robinson2018-11-031-16/+0
* Expand the anonymous namespacesChris Robinson2018-11-021-13/+14
* 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-011-312/+282
* 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
* Preliminary conversion of the WASAPI backend to C++Chris Robinson2018-11-011-0/+2035