mpv/filters
wm4 fb8d240c4d vf_vapourynth: remove Lua backend
I once created this because someone wanted to use vapoursynth without
the Python dependency. No idea if anyone ever actually used it. It's
sort of icky (it calls itself "lazy" to preempt complaints about how
much it sucks), and complicates the build process. Kill it.

It seems much more promising to have something like this:

https://github.com/vapoursynth/vapoursynth/issues/386

This would either solve the build distribution problem by relaxing the
Python dependency, and/or allow a Lua backend to be included without
pain.
2019-09-19 20:37:05 +02:00
..
f_auto_filters.c filters: Add cuda/nvdec deinterlacing auto-filter using vf_yadif_cuda 2018-11-19 00:02:41 +02:00
f_auto_filters.h
f_autoconvert.c f_output_chain: log status of auto filters 2018-04-29 02:21:32 +03:00
f_autoconvert.h audio: change format negotiation, remove channel remix fudging 2018-04-15 23:11:33 +03:00
f_decoder_wrapper.c f_decoder_wrapper: fix initialization state 2019-09-19 20:37:05 +02:00
f_decoder_wrapper.h Implement backwards playback 2019-09-19 20:37:04 +02: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: more detailed logging 2018-03-15 23:13:53 -07:00
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_lavfi: fix typo in comment 2018-02-13 17:45:29 -08:00
f_output_chain.c f_output_chain: remove a redundant variable 2018-04-29 02:21:32 +03:00
f_output_chain.h f_output_chain: fix typo 2018-04-15 23:11:33 +03:00
f_swresample.c audio: fix segfault caused by incorrect number of planes 2019-02-23 00:21:54 +02: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: hide warning when disconnecting pins drops frames 2018-04-29 02:21:32 +03:00
filter.h f_output_chain: log status of auto filters 2018-04-29 02:21:32 +03:00
filter_internal.h
frame.c Implement backwards playback 2019-09-19 20:37:04 +02:00
frame.h Implement backwards playback 2019-09-19 20:37:04 +02:00
user_filters.c vf_vapourynth: remove Lua backend 2019-09-19 20:37:05 +02:00
user_filters.h vf_vapourynth: remove Lua backend 2019-09-19 20:37:05 +02:00