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.
 
 
 
 
 
 
Thomas Guillem 6c93cb0f04 aout: rename back drain_async to drain 5 years ago
..
android modules: fix typos 5 years ago
apple VCLOpenGLES2VideoView : consider other application states to allow ios display initialization 5 years ago
libplacebo vulkan: --vk-platform defaults as "any" 5 years ago
opengl opengl: --glinterop defaults as "any" 5 years ago
vulkan vk: respect user platform choice 5 years ago
wayland xdg-shell: don't use window API from window 5 years ago
win32 modules: fix typos 5 years ago
xcb xcb/window: don't reset size on enable() 5 years ago
Makefile.am drm_display: split vout_display from kms.c file 5 years ago
README vout: update priority rules 8 years ago
caca.c modules: fix typos 5 years ago
caopengllayer.m plugins: purge use of set_category() 5 years ago
decklink.cpp aout: rename back drain_async to drain 5 years ago
drawable_os2.c plugins: purge use of set_category() 5 years ago
drm_display.c drm_display: unbreak build for the 3rd time in a single day 5 years ago
fb.c plugins: purge use of set_category() 5 years ago
flaschen.c plugins: purge use of set_category() 5 years ago
glx.c plugins: purge use of set_category() 5 years ago
kms.c kms: drop window priority below xcb/xdg-shell 5 years ago
kva.c plugins: purge use of set_category() 5 years ago
macosx.m modules: fix typos 5 years ago
splitter.c splitter: have default --video-splitter to "none" 5 years ago
vdummy.c plugins: purge use of set_category() 5 years ago
vgl.c plugins: purge use of set_category() 5 years ago
vmem.c plugins: purge use of set_category() 5 years ago
wdummy.c plugins: purge use of set_category() 5 years ago
wextern.c plugins: purge use of set_category() 5 years ago
window_macosx.m vout: macosx: add standalone window provider 5 years ago
window_os2.c plugins: purge use of set_category() 5 years ago
yuv.c plugins: purge use of set_category() 5 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).