mpv/video
wm4 c070fa865f m_config: refactor some things
Change how m_config is initialized. Make it more uniform; now all
m_config structs are intialized in exactly the same way. Make sure
there's only a single m_option[] array defining the options, and keep
around the pointer to the optstruct default value, and the optstruct
size as well. This will allow reconstructing the option default values
in the following commit.

In particular, stop pretending that the handling of some special options
(like --profile, --v, and some others) is in any way elegant, and make
them explicit hacks. This is really more readable and easier to
understand than what was before, and simplifies the code.
2013-07-28 18:44:21 +02:00
..
decode
filter vf: fix unintended overwriting of image info 2013-07-28 18:44:20 +02:00
out m_config: refactor some things 2013-07-28 18:44:21 +02:00
csputils.c video: support setting libswscale chroma position 2013-07-25 23:03:20 +02:00
csputils.h video: support setting libswscale chroma position 2013-07-25 23:03:20 +02:00
fmt-conversion.c
fmt-conversion.h
image_writer.c
image_writer.h
img_format.c
img_format.h
img_fourcc.h
memcpy_pic.h
mp_image.c mp_image: pass through colorspace info to libavfilter 2013-07-28 18:44:20 +02:00
mp_image.h
mp_image_pool.c
mp_image_pool.h
sws_utils.c video: support setting libswscale chroma position 2013-07-25 23:03:20 +02:00
sws_utils.h
vfcap.h