mpv/audio/out
Thomas Weißschuh fb137e8d88 ao_pipewire: align thread name with general conventions 2023-01-25 15:56:36 -08:00
..
ao.c ao: remove trailing NULL element from driver array 2023-01-16 19:25:54 +00:00
ao.h audio: simplify implementation of property ao-volume 2023-01-25 15:49:21 -08:00
ao_alsa.c audio: simplify implementation of property ao-volume 2023-01-25 15:49:21 -08: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 audio: simplify implementation of property ao-volume 2023-01-25 15:49:21 -08:00
ao_coreaudio_chmap.c
ao_coreaudio_chmap.h
ao_coreaudio_exclusive.c
ao_coreaudio_properties.c
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_jack.c
ao_lavc.c various: replace if + abort() with MP_HANDLE_OOM() 2023-01-12 22:02:07 +01:00
ao_null.c
ao_openal.c audio: simplify implementation of property ao-volume 2023-01-25 15:49:21 -08:00
ao_opensles.c
ao_oss.c audio: simplify implementation of property ao-volume 2023-01-25 15:49:21 -08:00
ao_pcm.c
ao_pipewire.c ao_pipewire: align thread name with general conventions 2023-01-25 15:56:36 -08:00
ao_pulse.c audio: simplify implementation of property ao-volume 2023-01-25 15:49:21 -08:00
ao_sdl.c
ao_sndio.c audio: simplify implementation of property ao-volume 2023-01-25 15:49:21 -08:00
ao_wasapi.c audio: simplify implementation of property ao-volume 2023-01-25 15:49:21 -08:00
ao_wasapi.h
ao_wasapi_changenotify.c
ao_wasapi_utils.c
buffer.c audio: fix crash during uninit on ao_lavc 2023-01-13 16:02:38 +00:00
internal.h