summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/sound/sdl_sound.cpp
Commit message (Expand)AuthorAgeFilesLines
* sdl_sound.cpp: Fall back to 2 channels if 0 channels are detected on a device... Manuel Alfayate Corchete2025-07-041-0/+4
* Various fixes: Vas Crabb2025-06-251-8/+8
* sound: Olivier Galibert2025-06-171-11/+11
* -dynax/ddenlovr.cpp: Identified some DIP switch settings for Majiang Xingyun ... Vas Crabb2025-06-091-1/+1
* -sound/gb.cpp: Initialise enough member variable to avoid branching on uninit... Vas Crabb2025-06-081-3/+10
* sound/sdl_sound.cpp: Don't try to call SDL_GetDefaultAudioInfo for SDL older ... Vas Crabb2025-05-311-3/+5
* sound: print verbose message if module doesn't support audio_latency option, hap2025-05-311-0/+3
* Similar fix for sdl Olivier Galibert2025-05-301-0/+1
* Aloow seperate display and configuration names for sound nodes Olivier Galibert2025-05-291-0/+1
* sound: A few refinements: Vas Crabb2025-05-271-1/+1
* speaker: allow positioning unknown and don't map Olivier Galibert2025-05-251-1/+1
* sound: enhance portaudio support. Olivier Galibert2025-05-121-7/+10
* Rework a case where the sound defaults are not put in place in correct order ... Olivier Galibert2025-05-091-2/+0
* sdl sound: make system default work, hopefully Olivier Galibert2025-05-081-3/+6
* New sound infrastructure. Olivier Galibert2025-04-271-383/+138
* util/corestr.cpp, sound/sdl_sound.cpp: Added missing standard library headers... Julian Sikorski2025-01-211-0/+1
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-9/+17
* Various input and OSD refactoring: Vas Crabb2023-01-291-9/+8
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-281-5/+16
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-041-1/+1
* Fixed a few coverity errors, several of which are real bugs. Vas Crabb2021-12-021-3/+2
* Use std::clamp in more source files AJR2021-08-151-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-7/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+7
* sdl_sound.cpp: Remove leftover variable (nw) Enik Land2019-02-181-3/+0
* (nw) remove some superfluous const, eliminate a superfluous temp, remove supe... Vas Crabb2019-02-181-4/+2
* clean up sdl_sound a bit (nw) Vas Crabb2018-12-251-113/+74
* Android compile fix (#4395) Miodrag Milanović2018-12-111-4/+4
* sdl_sound.cpp: Rework the circular buffer Celelibi2018-12-091-196/+164
* Fix sound_sdl::sdl_callback, fill buffer with silence when underflow. 057a3dd61f99517a3afea0051a49cb27994f94d2017-06-251-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-16/+16
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
* RIP sdlinc.h couriersud2016-05-061-1/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-4/+4
* Remove SDL 1.2 support (nw) Miodrag Milanovic2016-02-161-4/+0
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
* fix SDL on Windows compile Cowering2015-12-061-4/+4
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+545