index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pulseaudio
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-2
/
+2
*
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-3
/
+3
*
Add a `--audio-output-latency` command-line argument
Hugo Locurcio
2023-08-17
1
-1
/
+1
*
PulseAudio: Remove get_latency() caching
Luke Hubmayer-Werner
2023-08-04
1
-14
/
+11
*
Enable shadow warnings and fix raised errors
Ninni Pipping
2023-05-11
1
-2
/
+2
*
Fix wait for thread not started
Samuele Panzeri
2023-04-27
1
-1
/
+3
*
Merge pull request #69833 from Eoin-ONeill-Yokai/audio_invalid_mixrate
Rémi Verschelde
2023-04-26
1
-1
/
+1
|
\
|
*
Fix crash caused by invalid mix_rate assignment due to bogus
Eoin O'Neill
2023-04-25
1
-1
/
+1
*
|
[Linux/BSD] Add dynamically loaded library version checks.
bruvzg
2023-03-20
1
-0
/
+12
|
/
*
[Linux] Make SO wrapper usage optional.
bruvzg
2023-02-16
3
-2
/
+12
*
Further refactoring to AudioDriver implementations after #69120.
Emmanouil Papadeas
2023-02-09
2
-26
/
+25
*
Audio rename (device, capture_device) -> (output_device, input_device)
souplamp
2023-01-31
2
-87
/
+87
*
[X11] Add support for dead keys without active IME. Fix IME focus and cleanup.
bruvzg
2023-01-30
2
-4
/
+4
*
[Linux/BSD] Include headers for dynamically loaded libraries to simplify buil...
bruvzg
2023-01-23
2
-176
/
+86
*
Convert en_GB spelling to en_US with codespell
Rémi Verschelde
2023-01-23
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
2
-58
/
+58
*
Remove usage of unitialized variables
Rafał Mikrut
2022-10-01
1
-2
/
+2
*
Merge pull request #64607 from RandomShaper/safe_audio_threading
Rémi Verschelde
2022-08-25
2
-18
/
+15
|
\
|
*
Make audio thread control flags safe
Pedro J. Estébanez
2022-08-19
2
-18
/
+15
*
|
Replace Array return types with TypedArray
kobewi
2022-08-22
2
-8
/
+8
|
/
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-1
/
+1
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-6
/
+6
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
2
-4
/
+4
*
Print the number of PulseAudio input channels when in verbose mode
Hugo Locurcio
2021-11-09
1
-4
/
+6
*
Use application name for pulseaudio device
Nathan Franke
2021-11-06
1
-1
/
+12
*
AudioDriverPulseAudio: move Vector Cow access outside tight loop.
Ibrahn Sahir
2021-10-29
1
-6
/
+6
*
Save all 64 bits of get_ticks_msec() in more cases
Max Hilbrunner
2021-10-26
1
-2
/
+2
*
Fix crash when using ALSA MIDI with PulseAudio
Pedro J. Estébanez
2021-06-03
1
-0
/
+8
*
Handle having no sinks in the PulseAudio driver.
R. Alex Hofer
2021-05-13
2
-9
/
+41
*
An update to the dylibloader for older inttypes
Hein-Pieter van Braam-Stewart
2021-02-20
3
-1077
/
+1802
*
Reorganize Project Settings
reduz
2021-02-18
1
-2
/
+2
*
Don't clobber original library symbols
Hein-Pieter van Braam-Stewart
2021-02-18
2
-1792
/
+2151
*
Dynamically load libpulse.so.0 and libasound.so.1 on Linux
Hein-Pieter van Braam-Stewart
2021-02-16
5
-1
/
+4325
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
2
-14
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
2
-4
/
+4
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Ensure header guards enclose entire header.
Marcel Admiraal
2020-09-03
1
-4
/
+4
*
Move mix_rate, ouput_latency to AudioDriverManager
Fabio Alessandrelli
2020-05-18
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-3
/
+6
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
2
-25
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
2
-41
/
+20
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-33
/
+33
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-1
/
+1
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
2
-11
/
+5
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-2
/
+2
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-5
/
+5
*
Revert "Exposes capture methods to AudioServer + documentation" #30468
Rémi Verschelde
2020-01-20
1
-10
/
+10
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
2
-4
/
+4
*
Check for null pointer in PulseAudio server info callback.
Marcel Admiraal
2019-12-28
1
-0
/
+2
*
Merge pull request #31077 from qarmin/coverity_bugs
Rémi Verschelde
2019-08-07
1
-1
/
+4
|
\
[next]