mpv/video
wm4 212ce468d8 gl_lcms: use global lock to deal with crappy lcms2 message callback
lcms2 has a global message callback for error reporting. If you don't
set this, these error messages are silently thrown away. I think we
still want the error messages, so we have to do dumb stuff to avoid
clashes. This doesn't handle the case if another library in the same
process sets the message callback, but at least this should exclude
possible memory errors when running multiple instances of mpv.
2013-12-21 20:50:10 +01:00
..
decode video/decode: mp_msg conversions 2013-12-21 20:50:10 +01:00
filter video/filter: mp_msg conversions 2013-12-21 20:50:10 +01:00
out gl_lcms: use global lock to deal with crappy lcms2 message callback 2013-12-21 20:50:10 +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 Reduce recursive config.h inclusions in headers 2013-12-18 17:12:21 +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 Move options/config related files from mpvcore/ to options/ 2013-12-17 02:07:57 +01:00
image_writer.h
img_format.c compat: add compatibility kludge for Libav 9 2013-12-08 23:51:39 +01:00
img_format.h Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
img_fourcc.h
memcpy_pic.h memcpy_pic: reformat 2013-11-06 20:27:13 +01: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
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
sws_utils.c Reduce recursive config.h inclusions in headers 2013-12-18 17:12:21 +01:00
sws_utils.h Fix some more -Wshadow warnings 2013-11-01 17:35:38 +01:00
vaapi.c Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
vaapi.h vaapi: check image format in va_surface_upload() 2013-09-27 18:00:03 +02:00
vdpau.c vdpau: move device and video surface management from vo_vdpau.c to vdpau.c 2013-11-05 22:13:05 +01:00
vdpau.h Split mpvcore/ into common/, misc/, bstr/ 2013-12-17 02:39:45 +01:00
vdpau_functions.inc video: check profiles with hardware decoding 2013-11-01 17:33:33 +01:00
vfcap.h video: remove --flip 2013-12-05 22:58:54 +01:00