mpv/audio
Philip Langdale ed7717298b audio: fix lack of reinitialization on format change with pull AOs
uau did some investigation and noticed that we do not send a wakeup
event when we encounter end-of-stream in ao_read_data(), in contrast to
the equivalent logic for push AOs in ao_play_data().

Inserting that wakeup fixes the original problem of lack of
reinitialization on a format change without the problems we saw with
the previous attempted fix.

Fixes #10566
2022-08-23 11:01:52 -07:00
..
decode ad_lavc: switch to AVChannelLayout when available 2022-06-15 21:19:10 +03:00
filter af_rubberband: add new engine option in rubberband 3.0.0 2022-08-03 15:29:02 +00:00
out audio: fix lack of reinitialization on format change with pull AOs 2022-08-23 11:01:52 -07:00
aframe.c audio/aframe: switch to AVChannelLayout when available 2022-06-12 21:05:59 +03:00
aframe.h audio: add frame alloc function 2020-05-25 01:54:37 +02:00
chmap.c audio/chmap: add mp_iterate_builtin_layouts 2022-06-15 21:19:10 +03:00
chmap.h audio/chmap: add mp_iterate_builtin_layouts 2022-06-15 21:19:10 +03:00
chmap_avchannel.c audio: add AVChannelLayout helpers to convert from/to mp_chmap 2022-06-12 21:05:59 +03:00
chmap_avchannel.h audio: add AVChannelLayout helpers to convert from/to mp_chmap 2022-06-12 21:05:59 +03:00
chmap_sel.c
chmap_sel.h
fmt-conversion.c
fmt-conversion.h
format.c audio: fix copy&paste error 2019-09-27 21:31:04 +02:00
format.h