summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/sound (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #1749 from bradhugh/dynamic_api Vas Crabb2016-12-021-15/+5
|\
| * Update name of DYNAMIC_API macros (nw) Brad Hughes2016-12-011-5/+5
| * Simpler low-cost implementation making modules and function pointers class me... Brad Hughes2016-11-211-9/+5
| * Changing singleton to be thread safe (nw) Brad Hughes2016-11-201-1/+1
| * Created DYNAMIC_API macros for cleaner definition of dynamically linked funct... Brad Hughes2016-11-201-14/+8
* | srcclean (nw) Vas Crabb2016-11-271-1/+1
|/
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-2/+2
* Enable sound for UWP (well that was easy) (nw) Brad Hughes2016-11-111-1/+1
* simplified memory allocation for osd_module (nw) Miodrag Milanovic2016-11-111-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-228-67/+67
* Fix two leaks (nw) Brad Hughes2016-10-031-4/+0
* Minor XAudio2 tweak to not always submit buffers if not needed (nw) Brad Hughes2016-08-171-4/+14
* Try to fix audio delay regression caused when fixing -refreshspeed for Antonio Giner2016-08-151-0/+4
* Fix audio distortion with -refreshspeed and -sound xaudio2 (MT 06199) Antonio Giner2016-08-111-5/+2
* patch up on OSX Vas Crabb2016-08-011-2/+2
* algorithm-> utility where appropriate, fix imgtool (nw) Miodrag Milanovic2016-07-312-2/+2
* fix osx compile (nw) Miodrag Milanovic2016-07-311-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-314-15/+21
* Misc code cleanups for Direct3D code Giuseppe Gorgoglione2016-07-011-0/+0
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-2/+2
* Add XAudio2 init time logging Brad Hughes2016-06-181-1/+6
* Add WINAPI to other needed functions for stdcall calling convention on 32-bit Brad Hughes2016-06-151-1/+1
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-29/+33
* Move window_list to osd_common_t Brad Hughes2016-06-111-2/+2
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-101-2/+2
* Ensure XAudio2 doesn't crash when no sound card present. Brad Hughes2016-06-031-28/+48
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-1/+1
* Fixed init of XAudio2 when there is no window active (nw) Miodrag Milanovic2016-05-221-0/+3
* RIP sdlinc.h couriersud2016-05-061-1/+1
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-251-2/+2
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-2/+2
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-244-83/+83
* Refactor OSD window. Brad Hughes2016-04-211-2/+2
* Standardize platform window pointer storage in osd_window. Brad Hughes2016-04-181-2/+2
* With latest package from MSYS of clang 3.8.0 build at least compile fine on w... Miodrag Milanovic2016-03-111-2/+0
* Fix Visual Studio build Brad Hughes2016-03-051-7/+0