summaryrefslogtreecommitdiffstats
path: root/src/multimedia/pulseaudio/qpulseaudiosource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pulseaudio: replace toQString methods with qDebug overloadsTim Blechmann2024-04-181-3/+2
* pulseaudio: separate out error getter functionsTim Blechmann2024-04-181-8/+9
* QString: replace QString(QLatin1String( with QStringLiteralTim Blechmann2024-04-181-4/+2
* strings: use QStringLiteral instead of fromUtf8Tim Blechmann2024-04-121-2/+2
* Clean up qpulseaudiosource.cppMikko Hallamaa2024-04-101-75/+93
* PulseAudio: Replace C style casts with static_castMikko Hallamaa2024-04-101-8/+8
* PulseAudio: Streamline resetting source on start() callsMikko Hallamaa2024-04-101-16/+2
* PulseAudio: Refactor to use categorized loggingMikko Hallamaa2024-04-101-47/+46
* Reset error when calling QPulseAudioSource::reset()Mikko Hallamaa2024-03-211-1/+2
* PulseAudio: Clean up readable byte amount logicMikko Hallamaa2024-03-211-27/+16
* Use QAudioStateMachine for state handling in PulseAudio sourceMikko Hallamaa2024-03-211-75/+31
* Use QBasicTimer in QPulseAudioSourceMikko Hallamaa2024-03-201-7/+12
* Fix flakiness upon QPulseAudioSource destructionArtem Dyomin2024-02-261-2/+0
* Clean up pulse audio and fix some threading issuesArtem Dyomin2023-06-011-18/+11
* Disambiguate static constants, variables and functionsFriedemann Kleint2023-02-151-3/+3
* Add parent-child relationship on audio sources and sinksPiotr Srebrny2022-11-101-2/+3
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* QPulseAudioSource: fix UB (memcpy() called with nullptr dest) in read()Marc Mutz2022-05-201-2/+6
* Add API to retrieve the channel configurationLars Knoll2022-05-031-6/+2
* Move the low level audio integration back into Qt MultimediaLars Knoll2022-04-291-0/+658