mpv/filters
wm4 4527409c8d audio: improve behavior if filters output nothing during probing
Just bail out immediately (and disable audio) if format probing has no
result, instead of doing nothing and then apparently freezing.

This can happen with bogus filters, cases where the first audio frame is
essentially dropped by filters (can happen with large resampling
factors), and if the audio track contains no packets at all, or all
packets fail to decode.
2018-02-21 22:35:24 -08:00
..
f_auto_filters.c video: fix --video-rotate in some cases 2018-02-18 16:21:56 +01:00
f_auto_filters.h
f_autoconvert.c
f_autoconvert.h
f_decoder_wrapper.c audio: move back PTS jump detection to before filter chain 2018-02-13 17:45:29 -08:00
f_decoder_wrapper.h audio: move back PTS jump detection to before filter chain 2018-02-13 17:45:29 -08:00
f_demux_in.c f_demux_in: give it a slightly better filter name 2018-02-05 02:47:14 -08:00
f_demux_in.h video: make decoder wrapper a filter 2018-01-30 03:10:27 -08:00
f_hwtransfer.c
f_hwtransfer.h
f_lavfi.c f_lavfi: extend filter help output 2018-02-13 17:45:29 -08:00
f_lavfi.h f_lavfi: fix typo in comment 2018-02-13 17:45:29 -08:00
f_output_chain.c audio: improve behavior if filters output nothing during probing 2018-02-21 22:35:24 -08:00
f_output_chain.h f_output_chain: remove unused got_input_eof field 2018-02-03 05:01:32 -08:00
f_swresample.c swresample: minor simplification 2018-02-03 05:01:34 -08:00
f_swresample.h swresample: limit output size of audio frames 2018-02-03 05:01:29 -08:00
f_swscale.c
f_swscale.h
f_utils.c f_utils: fix leak in frame duration filter 2018-02-03 05:01:30 -08:00
f_utils.h
filter.c filter: fix potential NULL pointer deref 2018-02-16 22:04:15 -08:00
filter.h filter: extend documentation comments 2018-02-13 17:45:29 -08:00
filter_internal.h
frame.c video: make decoder wrapper a filter 2018-01-30 03:10:27 -08:00
frame.h video: make decoder wrapper a filter 2018-01-30 03:10:27 -08:00
user_filters.c options: slightly improve filter help output for lavfi bridge 2018-02-03 05:00:52 -08:00
user_filters.h