mpv/filters
nanahi 9bb7d96bf9 various: make filter internal function names more descriptive
Lots of filters have generic internal function names like "process".
On a stack trace, all of the different filters use this name,
which causes confusion of the actual filter being processed.

This renames these internal function names to carry the filter names.
This matches what had already been done for some filters.
2024-04-10 19:00:22 +02:00
..
f_async_queue.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
f_async_queue.h various: add missing include in header flles 2023-09-21 14:40:11 +00:00
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 mp_image: add mp_image_params_static_equal for finer comparision 2024-03-09 05:58:52 +00:00
f_decoder_wrapper.h various: add missing include in header flles 2023-09-21 14:40:11 +00: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 filters/f_lavfi: rename channellayout to ch_layout 2024-03-08 22:55:37 +00:00
f_lavfi.h sub/ass_mp: filters/f_lavfi: forward declare mp_log 2023-09-21 14:40:11 +00: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.c ALL: use new mp_thread abstraction 2023-11-05 17:36:17 +00:00
filter.h af/vf-command: add ability to target a specific lavfi filter 2023-10-05 11:41:09 +02:00
filter_internal.h
frame.c
frame.h
user_filters.c meson: get rid of 'egl-helpers' feature 2024-03-21 18:27:08 +01:00
user_filters.h