0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/video
wm4 326d887a41 wayland: fix some memory leaks on initialization failure
This commonly happens when initializing vo_opengl on a X11-only system.

Unfortunately, most wl_*_destroy() functions appear not to accept NULL
pointers, making partial deinitialization a pain: you have to add your
own NULL checks everywhere to avoid crashes.

xkb.context is uninitialized separately, because you can initialize it
just fine, even if the rest of input initialization fails.
2014-01-07 01:07:50 +01:00
..
decode video: fix --brightness etc. options 2013-12-29 22:18:27 +01:00
filter msg: remove global state 2013-12-21 23:11:12 +01:00
out wayland: fix some memory leaks on initialization failure 2014-01-07 01:07:50 +01: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 video/fmt-conversion.c: remove unknown pixel format messages 2013-12-21 20:50:11 +01:00
fmt-conversion.h Take care of some libavutil deprecations, drop support for FFmpeg 1.0 2013-11-29 17:39:57 +01:00
hwdec.h video: move struct mp_hwdec_info into its own header file 2013-11-23 21:26:31 +01:00
image_writer.c video/fmt-conversion.c: remove unknown pixel format messages 2013-12-21 20:50:11 +01:00
image_writer.h image_writer: mp_msg conversions 2013-12-21 20:50:10 +01:00
img_format.c img_format: drop message about unknown pixel formats 2013-12-21 20:50:11 +01:00
img_format.h Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
img_fourcc.h core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
memcpy_pic.h memcpy_pic: reformat 2013-11-06 20:27:13 +01:00
mp_image_pool.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
mp_image_pool.h mp_image_pool: make reference counting thread-safe 2013-07-28 19:25:07 +02:00
mp_image.c mp_image: deal with FFmpeg PSEUDOPAL braindeath 2013-12-01 20:51:38 +01:00
mp_image.h Reduce recursive config.h inclusions in headers 2013-12-18 17:12:21 +01:00
sws_utils.c sws_utils: mp_msg conversions 2013-12-21 20:50:10 +01:00
sws_utils.h sws_utils: mp_msg conversions 2013-12-21 20:50:10 +01:00
vaapi.c vaapi: fix initialization error code path 2013-12-23 11:22:12 +01:00
vaapi.h vaapi: mp_msg conversions 2013-12-21 20:50:11 +01:00
vdpau_functions.inc video: check profiles with hardware decoding 2013-11-01 17:33:33 +01:00
vdpau.c vdpau: mp_msg conversions 2013-12-21 20:50:11 +01:00
vdpau.h vdpau: mp_msg conversions 2013-12-21 20:50:11 +01:00
vfcap.h video: remove --flip 2013-12-05 22:58:54 +01:00