summaryrefslogtreecommitdiffstats
path: root/drivers/alsa/audio_driver_alsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Add a `--audio-output-latency` command-line argumentHugo Locurcio2023-08-171-1/+1
* 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/+2
|\
| * Fix crash caused by invalid mix_rate assignment due to bogusEoin O'Neill2023-04-251-1/+2
* | [Linux/BSD] Add dynamically loaded library version checks.bruvzg2023-03-201-0/+12
|/
* [Linux] Make SO wrapper usage optional.bruvzg2023-02-161-2/+3
* Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-091-26/+26
* 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-14/+11
|\
| * Make audio thread control flags safePedro J. Estébanez2022-08-191-14/+11
* | Replace Array return types with TypedArraykobewi2022-08-221-3/+3
|/
* Fix some issues found by cppcheck.bruvzg2022-04-061-1/+1
* Fix multiple missing UTF-8 decoding.bruvzg2022-01-061-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* An update to the dylibloader for older inttypesHein-Pieter van Braam-Stewart2021-02-201-3/+8
* 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/+16
* Modernize ThreadPedro J. Estébanez2021-01-291-14/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Prevent ALSA audio corruptionCooper Harasyn2020-11-271-1/+1
* 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-5/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-13/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-11/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-12/+12
* Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-11/+4
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Moved member variables to initializer listWilson E. Alvarez2018-12-111-20/+17
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Add print_verbose to print to stdout only in verbose modeRémi Verschelde2018-08-241-3/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-2/+2
* correctly close handle in alsa audio driver.Ibrahn Sahir2018-07-231-4/+6
* Add Audio Server profiling time to the profilerMarcelo Fernandez2018-07-171-41/+39
* Added new audio device functions to set/get the audio deviceMarcelo Fernandez2018-03-261-25/+118
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Corrections to audio buffer size calculationsMarcelo Fernandez2017-09-011-6/+13
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-171-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1