1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-18 22:06:59 +00:00
mpv/video/filter
wm4 c3a0721d09 video/out: don't require VOs to handle screenshot aspect specially
This affects VOs which just reuse the mp_image from draw_image() to
return screenshots. The aspect of these images is never different
from the aspect the screenshots should be, so there's no reason to
adjust the aspect in these cases.

Other VOs still need it in order to restore the original image
attributes.

This requires some changes to the video filter code to make sure that
the aspect in the passed mp_images is consistent.

The changes in mplayer.c and vd_lavc.c are (probably) not strictly
needed for this commit, but contribute to consistency.
2013-08-24 17:03:06 +02:00
..
pullup.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
pullup.h
vf_crop.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_delogo.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_divtc.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_dlopen.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_dlopen.h
vf_down3dright.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_dsize.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_eq.c vf_eq: fix behavior when changing parameters 2013-08-20 16:11:07 +02:00
vf_expand.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_flip.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_format.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_gradfun.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_hqdn3d.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_ilpack.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_lavfi.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_mirror.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_noformat.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_noise.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_phase.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_pp.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_pullup.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_rotate.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_scale.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_screenshot.c screenshot: minor simplification, prefer VF over VO 2013-01-30 23:41:22 +01:00
vf_softpulldown.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_stereo3d.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_sub.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_swapuv.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_unsharp.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_vo.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf_yadif.c core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00
vf.c video/out: don't require VOs to handle screenshot aspect specially 2013-08-24 17:03:06 +02:00
vf.h core: move contents to mpvcore (2/2) 2013-08-06 22:52:31 +02:00