mpv/audio/out
Kacper Michajłow 0d18c1bfdc audio: change bps format to int64_t
Same as ffmpeg uses. Such big values does not make sense probably, but
let's not overflow values and maybe one day it will be useful.

Fixes signed integer overflow.
2024-05-10 05:16:27 +02:00
..
ao.c audio: change bps format to int64_t 2024-05-10 05:16:27 +02:00
ao.h
ao_alsa.c ao_alsa: fix snd_config memory leak 2024-03-30 10:09:37 +01:00
ao_audiotrack.c ao: rename playthread to ao_thread 2024-04-10 19:00:22 +02:00
ao_audiounit.m
ao_avfoundation.m ao_avfoundation: support set_pause 2024-04-03 23:40:05 +02:00
ao_coreaudio.c ao_coreaudio: add a comment for ignoring returned sample count 2024-04-20 00:12:16 +02:00
ao_coreaudio_chmap.c ao/avfoundation: optimise preprocessors for included coreaudio code 2024-04-20 00:44:46 +02:00
ao_coreaudio_chmap.h ao/avfoundation: optimise preprocessors for included coreaudio code 2024-04-20 00:44:46 +02:00
ao_coreaudio_exclusive.c various: use static assertions where appropriate 2024-03-17 20:04:04 +01:00
ao_coreaudio_properties.c
ao_coreaudio_properties.h ao/avfoundation: optimise preprocessors for included coreaudio code 2024-04-20 00:44:46 +02:00
ao_coreaudio_utils.c various: fix indentation 2024-05-07 11:23:08 +02:00
ao_coreaudio_utils.h ao/avfoundation: optimise preprocessors for included coreaudio code 2024-04-20 00:44:46 +02:00
ao_jack.c various: move unistd.h inclusion to common.h 2024-05-06 22:01:17 +02:00
ao_lavc.c ao_lavc: fix warning: ISO C forbids forward references to 'enum' types 2024-03-19 08:58:18 +01:00
ao_null.c ao_null: fix reset() implementation 2024-01-12 20:36:04 +01:00
ao_openal.c
ao_opensles.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
ao_oss.c various: fix tabs in code 2024-05-07 11:23:08 +02:00
ao_pcm.c audio: change bps format to int64_t 2024-05-10 05:16:27 +02:00
ao_pipewire.c various: fix tabs in code 2024-05-07 11:23:08 +02:00
ao_pulse.c various: fix indentation 2024-05-07 11:23:08 +02:00
ao_sdl.c
ao_sndio.c ao: rename playthread to ao_thread 2024-04-10 19:00:22 +02:00
ao_wasapi.c ao_wasapi: fix player core lockup when avoiding premature buffer fills 2024-04-27 00:59:09 +02:00
ao_wasapi.h ao_wasapi: fix player core lockup when avoiding premature buffer fills 2024-04-27 00:59:09 +02:00
ao_wasapi_changenotify.c ao_wasapi_changenotify: fix IsEqualPropertyKey for C 2024-05-06 22:01:17 +02:00
ao_wasapi_utils.c ao_wasapi_utils: define missing GUIDs for C 2024-05-06 22:01:17 +02:00
buffer.c Revert "ao: in ao_play_data, wakeup core for untimed AO as well" 2024-05-08 11:14:01 +02:00
internal.h audio: change bps format to int64_t 2024-05-10 05:16:27 +02:00