Age | Commit message (Expand) | Author |
2023-01-05 | One Copyright Update to rule them all | Rémi Verschelde |
2022-08-25 | Merge pull request #64607 from RandomShaper/safe_audio_threading | Rémi Verschelde |
2022-08-22 | Replace Array return types with TypedArray | kobewi |
2022-08-19 | Make audio thread control flags safe | Pedro J. Estébanez |
2022-04-20 | Fix more issues found by cppcheck. | bruvzg |
2022-04-06 | Fix some issues found by cppcheck. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-09 | Print the number of PulseAudio input channels when in verbose mode | Hugo Locurcio |
2021-11-06 | Use application name for pulseaudio device | Nathan Franke |
2021-10-29 | AudioDriverPulseAudio: move Vector Cow access outside tight loop. | Ibrahn Sahir |
2021-10-26 | Save all 64 bits of get_ticks_msec() in more cases | Max Hilbrunner |
2021-06-03 | Fix crash when using ALSA MIDI with PulseAudio | Pedro J. Estébanez |
2021-05-13 | Handle having no sinks in the PulseAudio driver. | R. Alex Hofer |
2021-02-20 | An update to the dylibloader for older inttypes | Hein-Pieter van Braam-Stewart |
2021-02-18 | Reorganize Project Settings | reduz |
2021-02-16 | Dynamically load libpulse.so.0 and libasound.so.1 on Linux | Hein-Pieter van Braam-Stewart |
2021-01-29 | Modernize Thread | Pedro J. Estébanez |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-05-18 | Move mix_rate, ouput_latency to AudioDriverManager | Fabio Alessandrelli |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-02-26 | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez |
2020-02-05 | Remove duplicate WARN_PRINT macro. | Marcel Admiraal |
2020-02-05 | Remove duplicate ERR_PRINT macro. | Marcel Admiraal |
2020-01-20 | Revert "Exposes capture methods to AudioServer + documentation" #30468 | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-28 | Check for null pointer in PulseAudio server info callback. | Marcel Admiraal |
2019-08-07 | Merge pull request #31077 from qarmin/coverity_bugs | Rémi Verschelde |
2019-08-07 | Add some code changes/fixes proposed by Coverity and Clang Tidy | qarmin |
2019-07-15 | Exposes capture methods to AudioServer, variable renames for consistency, | Saracen |
2019-07-01 | Explicitly set a channel map when initialising the Pulseaudio stream. | zwostein |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-01-07 | Merge pull request #24301 from marcelofg55/default_device_pulseaudio | Rémi Verschelde |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-12 | PulseAudio driver will now change the device if the default system device cha... | Marcelo Fernandez |
2018-12-11 | Moved member variables to initializer list | Wilson E. Alvarez |
2018-11-25 | Fix possible error when switching audio devices with PulseAudio | Marcelo Fernandez |
2018-11-17 | Fix distorted sound with PulseAudio and uneven channels | Marcelo Fernandez |
2018-10-20 | Fix possible audio input buffer issues | Marcelo Fernandez |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-27 | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp... | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-24 | Add print_verbose to print to stdout only in verbose mode | Rémi Verschelde |
2018-08-11 | Fix compile error with PulseAudio driver and clang | Marcelo Fernandez |
2018-07-27 | Added support for single channel inputs for PulseAudio | Marcelo Fernandez |
2018-07-27 | Renamed AudioDriver audio_input_* vars to input_* | Marcelo Fernandez |
2018-07-27 | Implemented capture device selection for PulseAudio (marcelofg55) | Saracen |