mpv/filters
wm4 2a28712b44 f_lavfi: support setting common filter options like "threads"
AVFilterContext instances support some additional AVOptions over the
actual filter. This includes useful options like "threads". We didn't
support setting those for the "direct" wrapper (--vf=yadif:threads=1
failed). Change this. It requires setting options on the AVFilterContext
directly, except the code for positional parameters still needs to
access the actual filter's AVOptions.
2018-04-29 02:21:32 +03:00
..
f_auto_filters.c
f_auto_filters.h
f_autoconvert.c
f_autoconvert.h
f_decoder_wrapper.c f_decoder_wrapper: fix a typo in log message 2018-04-29 02:21:32 +03:00
f_decoder_wrapper.h
f_demux_in.c
f_demux_in.h
f_hwtransfer.c
f_hwtransfer.h
f_lavfi.c f_lavfi: support setting common filter options like "threads" 2018-04-29 02:21:32 +03:00
f_lavfi.h
f_output_chain.c f_output_chain: remove a redundant variable 2018-04-29 02:21:32 +03:00
f_output_chain.h
f_swresample.c
f_swresample.h
f_swscale.c
f_swscale.h
f_utils.c
f_utils.h
filter.c filter: hide warning when disconnecting pins drops frames 2018-04-29 02:21:32 +03:00
filter.h
filter_internal.h
frame.c
frame.h
user_filters.c
user_filters.h