mpv/video/filter
wm4 d77d9fb933 mp_image: require using mp_image_set_size() for setting w/h
Setting the size of a mp_image must be done with mp_image_set_size()
now. Do this to guarantee that the redundant fields (like chroma_width)
are updated consistently. Replacing the redundant fields by function
calls would probably be better, but there are too many uses of them,
and is a bit less convenient.

Most code actually called mp_image_setfmt(), which did this as well.
This commit just makes things a bit more explicit.

Warning: the video filter chain still sets up mp_images manually,
and vf_get_image() is not updated.
2013-01-13 17:39:32 +01:00
..
pullup.c
pullup.h
vf.c video: remove slice based filtering and video output 2013-01-13 17:39:31 +01:00
vf.h video: make vdpau hardware decoding not use DR code path 2013-01-13 17:39:32 +01:00
vf_crop.c video: remove slice based filtering and video output 2013-01-13 17:39:31 +01:00
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 video: remove slice based filtering and video output 2013-01-13 17:39:31 +01:00
vf_eq.c configure: remove check for .align semantics 2013-01-13 14:10:43 +01:00
vf_expand.c video: remove slice based filtering and video output 2013-01-13 17:39:31 +01:00
vf_flip.c
vf_format.c video: remove slice based filtering and video output 2013-01-13 17:39:31 +01:00
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 video: remove slice based filtering and video output 2013-01-13 17:39:31 +01:00
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 video: remove slice based filtering and video output 2013-01-13 17:39:31 +01:00
vf_rotate.c video: remove slice based filtering and video output 2013-01-13 17:39:31 +01:00
vf_scale.c video: remove slice based filtering and video output 2013-01-13 17:39:31 +01:00
vf_screenshot.c mp_image: require using mp_image_set_size() for setting w/h 2013-01-13 17:39:32 +01:00
vf_softpulldown.c vf_softpulldown: fix possible regression 2012-11-20 18:00:15 +01:00
vf_stereo3d.c
vf_sub.c video: remove slice based filtering and video output 2013-01-13 17:39:31 +01:00
vf_swapuv.c
vf_unsharp.c
vf_vo.c video: make vdpau hardware decoding not use DR code path 2013-01-13 17:39:32 +01:00
vf_yadif.c