summaryrefslogtreecommitdiffstats
path: root/drivers/pulseaudio/audio_driver_pulseaudio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-2/+2
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-3/+3
* Add a `--audio-output-latency` command-line argumentHugo Locurcio2023-08-171-1/+1
* PulseAudio: Remove get_latency() cachingLuke Hubmayer-Werner2023-08-041-14/+11
* Enable shadow warnings and fix raised errorsNinni Pipping2023-05-111-2/+2
* Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
* Merge pull request #69833 from Eoin-ONeill-Yokai/audio_invalid_mixrateRémi Verschelde2023-04-261-1/+1
|\
| * Fix crash caused by invalid mix_rate assignment due to bogusEoin O'Neill2023-04-251-1/+1
* | [Linux/BSD] Add dynamically loaded library version checks.bruvzg2023-03-201-0/+12
|/
* [Linux] Make SO wrapper usage optional.bruvzg2023-02-161-1/+6
* Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-091-8/+8
* Audio rename (device, capture_device) -> (output_device, input_device)souplamp2023-01-311-69/+69
* Convert en_GB spelling to en_US with codespellRémi Verschelde2023-01-231-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Merge pull request #64607 from RandomShaper/safe_audio_threadingRémi Verschelde2022-08-251-15/+12
|\
| * Make audio thread control flags safePedro J. Estébanez2022-08-191-15/+12
* | Replace Array return types with TypedArraykobewi2022-08-221-4/+4
|/
* Fix more issues found by cppcheck.bruvzg2022-04-201-1/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-6/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Print the number of PulseAudio input channels when in verbose modeHugo Locurcio2021-11-091-4/+6
* Use application name for pulseaudio deviceNathan Franke2021-11-061-1/+12
* AudioDriverPulseAudio: move Vector Cow access outside tight loop.Ibrahn Sahir2021-10-291-6/+6
* Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner2021-10-261-2/+2
* Fix crash when using ALSA MIDI with PulseAudioPedro J. Estébanez2021-06-031-0/+8
* Handle having no sinks in the PulseAudio driver.R. Alex Hofer2021-05-131-8/+40
* An update to the dylibloader for older inttypesHein-Pieter van Braam-Stewart2021-02-201-1/+6
* Reorganize Project Settingsreduz2021-02-181-2/+2
* Dynamically load libpulse.so.0 and libasound.so.1 on LinuxHein-Pieter van Braam-Stewart2021-02-161-0/+4
* Modernize ThreadPedro J. Estébanez2021-01-291-13/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Move mix_rate, ouput_latency to AudioDriverManagerFabio Alessandrelli2020-05-181-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-24/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-23/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-33/+33
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-10/+4
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-2/+2
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-5/+5
* Revert "Exposes capture methods to AudioServer + documentation" #30468Rémi Verschelde2020-01-201-10/+10
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Check for null pointer in PulseAudio server info callback.Marcel Admiraal2019-12-281-0/+2
* Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde2019-08-071-1/+4
|\
| * Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-1/+4
* | Exposes capture methods to AudioServer, variable renames for consistency,Saracen2019-07-151-10/+10
|/
* Explicitly set a channel map when initialising the Pulseaudio stream.zwostein2019-07-011-0/+8
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-1/+1
* Merge pull request #24301 from marcelofg55/default_device_pulseaudioRémi Verschelde2019-01-071-0/+42
|\
| * PulseAudio driver will now change the device if the default system device cha...Marcelo Fernandez2018-12-121-0/+42