1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-21 23:36:58 +00:00
mpv/video/filter
wm4 191bcbd1f2 video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGE
Remove VOCTRL_DRAW_IMAGE and always set vo_driver.draw_image in VOs.
Make draw_image mandatory: change some VOs (like vo_x11) to support it,
and remove the image-to-slices fallback in vf_vo.

Remove vo_driver.is_new. This member indicated whether draw_image is
supported unconditionally, which is now always the case.

draw_image_pts is a hack until the video filter chain is changed to
include the PTS as field in mp_image. Then vo_vdpau and vo_lavc will
be changed to use draw_image.
2013-01-13 17:39:31 +01:00
..
pullup.c
pullup.h
vf_crop.c
vf_delogo.c
vf_divtc.c configure: remove check for .align semantics 2013-01-13 14:10:43 +01:00
vf_dlopen.c vf_dlopen: fix a typo in zeroing memory (thanks, pigoz) 2012-11-13 09:52:53 +01:00
vf_dlopen.h
vf_down3dright.c
vf_dsize.c
vf_eq.c configure: remove check for .align semantics 2013-01-13 14:10:43 +01:00
vf_expand.c
vf_flip.c
vf_format.c
vf_gradfun.c
vf_hqdn3d.c
vf_ilpack.c configure: remove check for .align semantics 2013-01-13 14:10:43 +01:00
vf_mirror.c
vf_noformat.c
vf_noise.c configure: remove check for .align semantics 2013-01-13 14:10:43 +01:00
vf_phase.c
vf_pp.c
vf_pullup.c
vf_rotate.c
vf_scale.c vf_scale: prefer 420P10 -> YV12 instead of 444P 2012-12-28 14:23:29 +01:00
vf_screenshot.c screenshot: add subs even with vf_screenshot 2012-11-21 19:58:51 +01:00
vf_softpulldown.c vf_softpulldown: fix possible regression 2012-11-20 18:00:15 +01:00
vf_stereo3d.c
vf_sub.c options: move -ass-bottom-margin/-ass-top-margin options to vf_sub 2012-12-12 23:35:34 +01:00
vf_swapuv.c
vf_unsharp.c
vf_vo.c video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGE 2013-01-13 17:39:31 +01:00
vf_yadif.c
vf.c video/filter: rename vf_eq2 to vf_eq 2012-11-16 21:21:14 +01:00
vf.h