aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/pulseaudio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Return a unique_ptr for the backendChris Robinson2018-12-291-3/+3
* Make the backend type an enum classChris Robinson2018-12-291-17/+13
* Convert the backends to use proper inheritenceChris Robinson2018-12-281-270/+209
* Use static_cast instead of reinterpret_cast where possibleChris Robinson2018-12-281-3/+3
* Turn some more methods into member functionsChris Robinson2018-12-281-93/+118
* Make more methods into member functionsChris Robinson2018-12-271-265/+210
* Rename some more struct members for consistencyChris Robinson2018-12-271-191/+190
* Get rid of the unnecessary STATIC_(UP)CAST macrosChris Robinson2018-12-271-25/+23
* Use a proper constructor/destructor for the ALCbackend baseChris Robinson2018-12-271-6/+6
* Rework the pulseaudio backend to avoid an explicit mixer threadChris Robinson2018-12-251-122/+59
* Cache the process binary path and nameChris Robinson2018-12-251-1/+1
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-1/+1
* Use inline methods for the device format sizesChris Robinson2018-12-191-2/+2
* Don't bother with (really) old pulseaudio headersChris Robinson2018-11-281-19/+0
* Avoid using ATOMIC_LOAD on ALCdevice::ConnectedChris Robinson2018-11-261-2/+2
* Rename some struct membersChris Robinson2018-11-261-9/+9
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-241-3/+3
* Use proper time types for the device clock time and latencyChris Robinson2018-11-221-2/+2
* Use a std::string for the device nameChris Robinson2018-11-181-10/+6
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-2/+2
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-1/+1
* Convert the PulseAudio backend factoryChris Robinson2018-11-151-148/+107
* Use a regular char* for the device's nameChris Robinson2018-11-151-6/+10
* Avoid some more uses of al_stringChris Robinson2018-11-151-1/+1
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-5/+3
* Fix some comment indentationChris Robinson2018-11-131-3/+3
* Use C++ for GetProcBinaryChris Robinson2018-11-111-6/+3
* Expand the anonymous namespacesChris Robinson2018-11-021-18/+14
* Make the polymorphism macros less hacky in C++Chris Robinson2018-11-011-32/+37
* Use an anonymous namespace instead of static for some thingsChris Robinson2018-11-011-3/+7
* 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-0/+1904