1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-22 06:42:03 +00:00
mpv/video/out
wm4 991af7dfb1 video: reduce error message when loading hwdec backend fails
When using --hwdec=auto, about half of all systems will print:

    "[vdpau] Error when calling vdp_device_create_x11: 1"

this happens because usually mpv will be linked against both vdpau and
vaapi libs, but the drivers are not necessarily available. Then trying
to load a driver will fail. This is a normal part of probing, but the
error messages were printed anyway. Silence them by explicitly
distinguishing probing.

This pretty much goes through all the layers. We actually consider
loading hw backends for vo_opengl always "auto probed", even if a hw
backend is explicitly requested. In this case vd_lavc will print a
warning message anyway (adjust this message a bit).
2015-06-20 22:26:57 +02:00
..
cocoa cocoa: support the "window-minimized" property 2015-03-08 22:00:47 +01:00
wayland Remove trailing whitespaces 2015-05-15 11:02:44 +02:00
aspect.c video: do not align source position to 2 2015-05-21 19:27:54 +02:00
aspect.h Update license headers 2015-04-13 12:10:01 +02:00
bitmap_packer.c Update license headers 2015-04-13 12:10:01 +02:00
bitmap_packer.h
cocoa_common.h cocoa: redo synchronization 2015-05-13 22:00:34 +02:00
cocoa_common.m cocoa: don't load hardcoded icon if running from bundle 2015-05-25 08:58:32 +02:00
d3d_shader_420p.h vo_direct3d: support NV12 with shaders 2015-03-02 19:09:18 +01:00
d3d_shader_nv12.h vo_direct3d: support NV12 with shaders 2015-03-02 19:09:18 +01:00
d3d_shader_yuv.hlsl vo_direct3d: support NV12 with shaders 2015-03-02 19:09:18 +01:00
dither.c Update license headers 2015-04-13 12:10:01 +02:00
dither.h gl_video: improve dithering 2013-05-26 16:44:20 +02:00
drm_common.c vo_drm: fix coding style to adhere to guidelines 2015-04-21 11:54:14 +02:00
drm_common.h vo_drm: extract vt_switcher to drm_common 2015-04-19 21:18:15 +02:00
filter_kernels.c Various spelling fixes 2015-06-18 19:36:58 +02:00
filter_kernels.h Update license headers 2015-04-13 12:10:01 +02:00
gl_cocoa.c cocoa: redo synchronization 2015-05-13 22:00:34 +02:00
gl_common.c vo_opengl: output slightly more debugging info on backend probing 2015-05-30 21:25:28 +02:00
gl_common.h vo_opengl: hardcode rquested GL version in backends 2015-05-14 13:07:00 +02:00
gl_header_fixes.h Update license headers 2015-04-13 12:10:01 +02:00
gl_hwdec_vaglx.c video: reduce error message when loading hwdec backend fails 2015-06-20 22:26:57 +02:00
gl_hwdec_vda.c vo_opengl: vda: make it work anywhere 2015-05-21 20:27:22 +02:00
gl_hwdec_vdpau.c video: reduce error message when loading hwdec backend fails 2015-06-20 22:26:57 +02:00
gl_hwdec.c video: reduce error message when loading hwdec backend fails 2015-06-20 22:26:57 +02:00
gl_hwdec.h vo_opengl: remove hwdec unmap_image callback 2015-03-14 22:39:22 +01:00
gl_lcms.c vo_opengl: add support for custom shaders 2015-05-27 11:09:41 +02:00
gl_lcms.h vo_opengl: gl_lcms: replace icc-cache by icc-cache-dir 2015-05-01 21:52:08 +02:00
gl_osd.c gl_osd: fix license header 2015-06-08 22:13:00 +02:00
gl_osd.h vo_opengl: draw subtitles directly onto the video 2015-03-26 00:04:03 +01:00
gl_rpi.c RPI support 2015-03-29 16:09:56 +02:00
gl_utils.c vo_opengl: fix a small memory leak when loading user shaders 2015-06-09 22:42:03 +02:00
gl_utils.h vo_opengl: add support for custom shaders 2015-05-27 11:09:41 +02:00
gl_video.c vo_opengl: fix dangling pointers with vo_cmdline 2015-06-09 22:30:32 +02:00
gl_video.h vo_opengl: add support for custom shaders 2015-05-27 11:09:41 +02:00
gl_w32.c vo_opengl: hardcode rquested GL version in backends 2015-05-14 13:07:00 +02:00
gl_wayland.c vo_opengl: hardcode rquested GL version in backends 2015-05-14 13:07:00 +02:00
gl_x11.c vo_opengl: hardcode rquested GL version in backends 2015-05-14 13:07:00 +02:00
gl_x11egl.c vo_opengl: hardcode rquested GL version in backends 2015-05-14 13:07:00 +02:00
vo_caca.c Update license headers 2015-04-13 12:10:01 +02:00
vo_direct3d.c video: do not align source position to 2 2015-05-21 19:27:54 +02:00
vo_drm.c vo_drm: fixed crashes with --profile=pseudo-gui 2015-06-13 16:18:11 +02:00
vo_image.c path: make mp_path_join accept normal C strings 2015-05-09 15:26:47 +02:00
vo_lavc.c Update license headers 2015-04-13 12:10:01 +02:00
vo_null.c vo_null: add framerate emulation 2015-05-24 23:27:18 +02:00
vo_opengl_cb.c vo_opengl: add support for custom shaders 2015-05-27 11:09:41 +02:00
vo_opengl.c vo_opengl: icc-profile overrides icc-profile-auto 2015-05-27 11:23:16 +02:00
vo_rpi.c vo_rpi: update renderer size on display size changes too 2015-05-01 19:22:35 +02:00
vo_sdl.c Update license headers 2015-04-13 12:10:01 +02:00
vo_vaapi.c video: reduce error message when loading hwdec backend fails 2015-06-20 22:26:57 +02:00
vo_vdpau.c video: reduce error message when loading hwdec backend fails 2015-06-20 22:26:57 +02:00
vo_wayland.c Various spelling fixes 2015-06-18 19:36:58 +02:00
vo_x11.c Update license headers 2015-04-13 12:10:01 +02:00
vo_xv.c vo_xv: make number of buffers configurable 2015-05-20 23:07:47 +02:00
vo.c vo: clarify condition 2015-06-08 12:27:40 +02:00
vo.h vo_opengl: change user options for requesting GLES 2015-05-14 00:05:39 +02:00
w32_common.c win32: remove a wine hack 2015-06-20 14:32:14 +02:00
w32_common.h Update license headers 2015-04-13 12:10:01 +02:00
wayland_common.c vo_wayland: define opaque region 2015-03-23 21:53:32 +01:00
wayland_common.h vo_wayland: share frame callbacks. 2015-03-23 21:53:32 +01:00
win_state.c player: add --window-scale option 2015-04-24 23:27:12 +02:00
win_state.h video/out: separate out code to compute window size 2014-05-06 20:22:32 +02:00
x11_common.c x11: make screensaver failure message slightly more friendly 2015-06-20 21:55:15 +02:00
x11_common.h x11: never forcefully terminate xdg-screensaver process 2015-05-18 22:25:59 +02:00
x11_icon.bin x11: add window icon 2013-09-01 23:27:33 +02:00