0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00
mpv/filters
Guido Cella b086a404b5 command: return lavfi filters in option-info/[av]f/choices
This adds non-mpv filters to option-info/af/choices and
option-info/vf/choices, which allows completing them with set af/vf
<Tab> in console.lua.

Partial fix of #13017. Getting the filter options would required adding
af-list and vf-list properties.
2024-05-05 14:43:57 +02:00
..
f_async_queue.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
f_async_queue.h
f_auto_filters.c video/filter: add field order support for built in deinterlacers 2024-03-04 17:41:40 -08:00
f_auto_filters.h player/command: add deinterlace-active property 2024-02-07 14:50:09 +00:00
f_autoconvert.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
f_autoconvert.h
f_decoder_wrapper.c f_decoder_wrapper: clear decoder info on deinit 2024-05-04 11:20:38 +02:00
f_decoder_wrapper.h player/command: add track-list/N/decoder 2024-04-18 01:20:32 +02:00
f_demux_in.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
f_demux_in.h
f_hwtransfer.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
f_hwtransfer.h
f_lavfi.c command: return lavfi filters in option-info/[av]f/choices 2024-05-05 14:43:57 +02:00
f_lavfi.h command: return lavfi filters in option-info/[av]f/choices 2024-05-05 14:43:57 +02:00
f_output_chain.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
f_output_chain.h player/command: add deinterlace-active property 2024-02-07 14:50:09 +00:00
f_swresample.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
f_swresample.h
f_swscale.c various: make filter internal function names more descriptive 2024-04-10 19:00:22 +02:00
f_swscale.h
f_utils.c
f_utils.h
filter_internal.h
filter.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
filter.h
frame.c
frame.h
user_filters.c command: return lavfi filters in option-info/[av]f/choices 2024-05-05 14:43:57 +02:00
user_filters.h