mpv/video/decode
wm4 3382a6f6e4 video: add a new method to configure filters and VOs
The filter chain and the video ouputs have config() functions. They are
strictly limited to transfering the video size and format. Other
parameters (like color levels) have to be transferred separately.

Improve upon this by introducing a separate set of reconfig() functions,
which use mp_image_params to carry format parameters. This struct
contains all image format related parameters from config(), plus
additional parameters such as colorspace.

Change vf_rotate to use it, as well as vo_opengl. vf_rotate is just
an example/test case, but vo_opengl will need it later.

The intention is also to get rid of VOCTRL_SET_YUV_COLORSPACE. This
information is now handed to the VOs via reconfig(). The getter,
VOCTRL_GET_YUV_COLORSPACE, will still be needed though.
2013-06-28 20:34:46 +02:00
..
dec_video.c osdep: remove shmem wrapper 2013-06-18 02:19:15 +02:00
dec_video.h video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO 2013-05-18 17:32:37 +02:00
lavc.h video: add a new method to configure filters and VOs 2013-06-28 20:34:46 +02:00
lavc_dr1.c vd_lavc: make non-reference frames writeable 2013-01-13 20:04:10 +01:00
vd.c video: add a new method to configure filters and VOs 2013-06-28 20:34:46 +02:00
vd.h video: add a new method to configure filters and VOs 2013-06-28 20:34:46 +02:00
vd_lavc.c video: add a new method to configure filters and VOs 2013-06-28 20:34:46 +02:00