mpv/video
wm4 c28bafcfb6 mp_image_pool: make reference counting thread-safe
See previous commits. Also simplify this thing: 2 flags per pool image
are enough to avoid a weird central refcount and an associated shared
object keeping the refcount. We could even just store these two flags
in the mp_image itself (like in mp_image.flags or mp_image.priv), but
let's not for the sake of readability.
2013-07-28 19:25:07 +02:00
..
decode Fix some -Wshadow warnings 2013-07-23 00:45:23 +02:00
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 sws_utils: make hq swscale flags available with mp_sws_hq_flags 2013-07-18 13:48:57 +02:00
image_writer.h image_writer: Add PNG filter option (default "mixed") 2013-06-15 15:48:52 +02:00
img_format.c
img_format.h img_format: comment on some pixel formats 2013-07-18 13:49:33 +02:00
img_fourcc.h
memcpy_pic.h
mp_image.c mp_image: make reference counting thread-safe 2013-07-28 18:56:49 +02:00
mp_image.h img_format: add a mask for color class 2013-07-18 13:49:28 +02:00
mp_image_pool.c mp_image_pool: make reference counting thread-safe 2013-07-28 19:25:07 +02:00
mp_image_pool.h mp_image_pool: make reference counting thread-safe 2013-07-28 19:25:07 +02:00
sws_utils.c video: support setting libswscale chroma position 2013-07-25 23:03:20 +02:00
sws_utils.h vf_scale: actually respect param and param2 suboptions 2013-07-22 14:41:33 +02:00
vfcap.h