You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marvin Scholz ae014b735b kms: use vlc_align helper 6 years ago
..
android Revert "android: util: remove redundant strncmp" 6 years ago
opengl opengl: use vlc_align helper 6 years ago
vulkan display: make close callback type-specific 7 years ago
wayland thread: remove vlc_mutex_destroy() 7 years ago
win32 opengl: remove unused source format parameter 6 years ago
xcb vdpau: pass a window directly to vlc_xcb_parent_Create 7 years ago
Makefile.am opengl: move vtable to vlc_gl_api 6 years ago
README vout: update priority rules 8 years ago
caca.c display: make close callback type-specific 7 years ago
caopengllayer.m opengl: remove unused source format parameter 6 years ago
decklink.cpp thread: remove vlc_cond_destroy() 7 years ago
drawable.c Use set_callback() where applicable 7 years ago
fb.c display: make close callback type-specific 7 years ago
flaschen.c display: make close callback type-specific 7 years ago
glx.c Use set_callback() where applicable 7 years ago
ios.m opengl: remove unused source format parameter 6 years ago
kms.c kms: use vlc_align helper 6 years ago
kva.c display: make close callback type-specific 7 years ago
macosx.m opengl: remove unused source format parameter 6 years ago
placebo_utils.c libplacebo: add P016 mapping 7 years ago
placebo_utils.h placebo_utils: unexport private API 7 years ago
splitter.c thread: remove vlc_mutex_destroy() 7 years ago
vdummy.c display: use set_callbacks_display() to set the display module callbacks 7 years ago
vgl.c libvlc: add a way to disable the GPU callback engine 7 years ago
vmem.c display: make close callback type-specific 7 years ago
wdummy.c Use set_callback() where applicable 7 years ago
wextern.c libvlc: rename libvlc_video_direct3d_set_resize_cb to a more generic name 7 years ago
yuv.c display: make close callback type-specific 7 years ago

README

Video output display plugins
=============================

Priority rules
---------------

The priorities ranges are as follows since December 2018:

- less than 20: console (text)
- less than 50: plain frame buffers
- less than 100: no embedded windowing
- less than 150: SW scaling
- less than 200: SW subpicture blending
- less than 250: SW chroma conversion
- rest: good stuff :-)

No more than one plugin with a given non-zero riority.

On Windows, native outputs are now priorized over XCB (as there now is
a Win32 port of XCB).