mpv/video/filter
wm4 59f9547fb5 vf_vapoursynth: always keep input frame array filled
In theory (and practice), this is not needed, because the VS filter get
frame callback will cause the process function to be called again if
there's not enough data. But it's still a bit weird to just add one more
frame on each iteration, so make it cleaner and make it request frames
until the input array is full.
2018-02-03 14:51:33 -08:00
..
refqueue.c video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
refqueue.h video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
vf_d3d11vpp.c video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
vf_format.c video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
vf_sub.c video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
vf_vapoursynth.c vf_vapoursynth: always keep input frame array filled 2018-02-03 14:51:33 -08:00
vf_vavpp.c video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00
vf_vdpaupp.c video: rewrite filtering glue code 2018-01-30 03:10:27 -08:00