aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/pulseaudio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change a couple functions into member functionsChris Robinson2020-08-071-6/+6
* Use a predicate instead of a while loopChris Robinson2020-07-231-3/+3
* Print the name of unhandled PulseAudio channelsChris Robinson2020-06-151-1/+3
* Remove the Lower channel labels and rename the Upper labelsChris Robinson2020-06-151-7/+7
* Don't bother with otherwise unused Aux channelsChris Robinson2020-06-151-33/+37
* Don't return a bool from the backend start methodChris Robinson2020-04-281-6/+4
* Use standard attribute declarationsChris Robinson2020-04-131-0/+1
* Report better latency when PulseAudio has no timing infoChris Robinson2020-03-301-5/+5
* Get rid of a redundant enumChris Robinson2020-03-301-3/+3
* Return the enumerated device names from the backendChris Robinson2020-03-301-3/+7
* Protect the call to pa_mainloop_quit with the mutexChris Robinson2020-03-291-1/+4
* Make some functions private methodsChris Robinson2020-03-281-19/+19
* Avoid AL[C]boolean for internal useChris Robinson2020-03-281-2/+2
* Make sure prebuf is filled when starting pulseaudio playbackChris Robinson2020-03-271-1/+25
* Use "zero-copy" writes with pulseaudio playbackChris Robinson2020-03-261-6/+20
* Avoid a function call to get the channel countChris Robinson2020-03-181-1/+1
* Rename a method to be clearerChris Robinson2020-03-181-15/+13
* Make the pulseaudio enumeration functions class methodsChris Robinson2020-03-181-112/+113
* Remove a couple unused methodsChris Robinson2020-03-181-2/+0
* Remove unnecessary locks now that the mixer doesn't require oneChris Robinson2020-02-261-4/+0
* Handle padding between device sample framesChris Robinson2019-12-211-1/+1
* Use one PulseAudio mainloop per deviceChris Robinson2019-10-091-221/+270
* Remove a useless prebuf check with PulseAudioChris Robinson2019-10-091-14/+0
* Create the initial PulseAudio stream corkedChris Robinson2019-10-091-1/+2
* Don't track the PulseAudio context state in devicesChris Robinson2019-10-091-30/+0
* Make C callbacks noexceptChris Robinson2019-10-091-39/+39
* Clean up some exception messages and avoid duplicate log messagesChris Robinson2019-10-081-1/+1
* Define some simple wrapper methods inlineChris Robinson2019-10-081-63/+30
* Reduce some indentationChris Robinson2019-10-071-32/+36
* Use exceptions for backend open failuresChris Robinson2019-10-071-50/+46
* Clean up some more shadowing warningsChris Robinson2019-09-161-8/+6
* Return and pass more appropriate types for backendsChris Robinson2019-09-151-12/+12
* Enable and fix more warningsChris Robinson2019-09-141-1/+1
* Don't hold the pulse lock while not necessaryChris Robinson2019-09-141-1/+2
* Fix some more implicit conversions noted by GCCChris Robinson2019-09-141-1/+1
* Clean up (most) implicit conversions in the backendsChris Robinson2019-09-141-23/+24
* Use unsigned channel indicesChris Robinson2019-09-121-2/+2
* Add methods to get env vars as an optionalChris Robinson2019-08-121-2/+3
* Move the dynload decls and defs to commonChris Robinson2019-08-101-1/+2
* Modify LIKELY and UNLIKELY to not need extra parenthesisChris Robinson2019-08-041-11/+11
* Rename Alc to alcChris Robinson2019-07-281-0/+1532