summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation against musl (#12000) Elaine Gibson2024-02-031-1/+1
* js_sound.js: fix sound level default for underrunning case (#11317) holub2023-07-241-3/+4
* osd/modules: Cleaned up most macOS deprecation warnings up to and including 1... arbee2023-06-101-3/+4
* osd/windows: Create single-threaded COM apartment on main thread. Vas Crabb2023-04-081-2/+0
* osd/modules/input: Modernised interface for enumerating DirectInput devices. Vas Crabb2023-02-281-1/+2
* fix Clang compile [nw] Peter Ferrie2023-02-031-9/+9
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-018-108/+141
* Various input and OSD refactoring: Vas Crabb2023-01-298-42/+60
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-286-38/+69
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-046-8/+18
* ui, docs: Added menus to fill a couple of gaps, improved consistency. (#9915) Vas Crabb2022-06-111-2/+7
* Fix 9ce44fa048793de5e14d1e7af98e8b5ca148d0f3 for non-Windows builds AJR2022-05-251-2/+2
* osd: Cleaned up Windows API usage a little. Vas Crabb2022-05-261-189/+184
* Fixed a few coverity errors, several of which are real bugs. Vas Crabb2021-12-021-3/+2
* Remove OSD_UWP from rest of code Miodrag Milanovic2021-10-261-1/+1
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-2/+2
* Use std::clamp in more source files AJR2021-08-155-7/+7
* srcclean in preparation for branching release Vas Crabb2021-04-251-6/+6
* sound: Pulseaudio support Olivier Galibert2021-04-161-0/+405
* Changed audio_latency valid range from 1-5 to 0-5 (#7916) 9871238791132021-04-012-2/+4
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-084-4/+4
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-304-4/+4
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-1/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* stupid syntax error (nw) Vas Crabb2019-11-221-1/+1
* sound/coraudio: get rid of global_alloc/global_free (nw) Vas Crabb2019-11-221-60/+48
* Suggestion for very-low-latency mode on portaudio Eric Vidal2019-07-141-8/+27
* (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
* Workaround for Web Audio autoplay restrictions in Chrome 71 [Justin Kerk] Justin Kerk2018-12-301-6/+12
* clean up sdl_sound a bit (nw) Vas Crabb2018-12-251-113/+74
* xaudio2: fix wrong dll, regression from a10fcd31d3d8add2424467f981d4405f06c92... hap2018-12-121-3/+3
* Android compile fix (#4395) Miodrag Milanović2018-12-111-4/+4
* sdl_sound.cpp: Rework the circular buffer Celelibi2018-12-091-196/+164
* add missing override (nw) smf-2018-03-152-8/+8
* Fix sound_sdl::sdl_callback, fill buffer with silence when underflow. 057a3dd61f99517a3afea0051a49cb27994f94d2017-06-251-0/+1
* Fix issues on 32-bit builds and clamp latency intealls2017-01-301-3/+13
* Fixed building using system portaudio Julian Sikorski2017-01-261-1/+1
* srcclean (nw) Vas Crabb2017-01-221-2/+2
* rename variables to maintain consistent with coreaudio/sdl etc intealls2017-01-191-24/+24
* fix up initialization intealls2017-01-191-1/+2
* Simplify the audio buffer and fix a wrap-around issue intealls2017-01-181-16/+12
* fix indentation, leading spaces to tabs intealls2017-01-151-315/+315
* some osd_printf_verbose calls should be to osd_printf_error intealls2017-01-141-4/+4
* fix memory leak and log error checking intealls2017-01-141-9/+8
* tabs to spaces intealls2017-01-141-317/+317
* Initial PortAudio backend with build script changes to support library versio... inte alls2017-01-111-0/+438
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-282-6/+0