mpv/audio/out
sfan5 7b03cd367d various: replace if + abort() with MP_HANDLE_OOM()
MP_HANDLE_OOM also aborts but calls assert() first, which
will result in an useful message if compiled in debug mode.
2023-01-12 22:02:07 +01:00
..
ao.c ao: promote ao_pipewire 2022-10-24 11:09:34 -07:00
ao.h audio: try to use playback AO as hotplug AO first 2022-09-11 20:24:42 -07:00
ao_alsa.c ao_alsa: handle -EPIPE XRUNs from snd_pcm_status 2020-11-09 16:12:49 +01:00
ao_audiotrack.c ao_audiotrack: replace malloc with talloc 2023-01-12 22:02:07 +01:00
ao_audiounit.m Revert "ao/audiounit: include AVAudioSession buffer in latency calc" 2022-11-07 18:45:55 +02:00
ao_coreaudio.c ao_coreaudio: use AudioUnitReset as ao_driver.reset to prevent long restart 2023-01-02 19:45:54 +01:00
ao_coreaudio_chmap.c
ao_coreaudio_chmap.h
ao_coreaudio_exclusive.c audio: redo internal AO API 2020-06-01 01:08:16 +02:00
ao_coreaudio_properties.c various: fix typos 2022-04-25 09:07:18 -04:00
ao_coreaudio_properties.h
ao_coreaudio_utils.c ao_coreaudio: use device's nominal sample rate for latency properties 2022-12-10 18:15:46 +02:00
ao_coreaudio_utils.h ao_coreaudio: specify UTF-8 as text encoding for CFString conversions 2022-10-29 00:00:09 +03:00
ao_jack.c audio: redo internal AO API 2020-06-01 01:08:16 +02:00
ao_lavc.c various: replace if + abort() with MP_HANDLE_OOM() 2023-01-12 22:02:07 +01:00
ao_null.c audio: fix inefficient behavior with ao_alsa, remove period_size field 2020-08-29 16:27:56 +02:00
ao_openal.c ao_openal: enable AL_SOFT_direct_channels_remix extension by default 2021-11-29 11:27:39 +01:00
ao_opensles.c ao_opensles: add guards for sample rate to use 2021-11-19 14:27:52 +01:00
ao_oss.c {video,audio}: adjust unsafe strncpy usages 2023-01-12 22:02:07 +01:00
ao_pcm.c audio: redo internal AO API 2020-06-01 01:08:16 +02:00
ao_pipewire.c Revert "ao_pipewire: deactivate stream at end of playback" 2022-12-19 15:54:42 -08:00
ao_pulse.c ao/pulse: fix incorrect state reported after reset 2021-04-29 17:06:29 +02:00
ao_sdl.c audio: redo internal AO API 2020-06-01 01:08:16 +02:00
ao_sndio.c various: remove trailing whitespace 2022-05-14 14:51:34 +00:00
ao_wasapi.c audio: redo internal AO API 2020-06-01 01:08:16 +02:00
ao_wasapi.h ao_wasapi: reorganize wasapi.h 2017-08-07 14:33:03 -07:00
ao_wasapi_changenotify.c
ao_wasapi_utils.c ao_wasapi: try mix format except for chmap 2020-03-19 20:39:44 +02:00
buffer.c audio: reset pull AO at end of file 2022-12-22 15:14:08 -08:00
internal.h ao: remove unused field 2020-08-31 20:23:44 +02:00