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.
 
 
 
 
 
 
Rémi Denis-Courmont 64c7e418cb placebo: missing const, fix warnings 7 years ago
..
android gl: vlc_gl_Create() takes configuration struct 7 years ago
opengl gl: vdpau: fix crash using invalid vdp_t pointer 7 years ago
vulkan vout: drop last parameter of vout_display_PlacePicture() 7 years ago
wayland wayland: release shm and viewporter on error 7 years ago
win32 vout:win32: move the decoder+display pool in respective modules 7 years ago
xcb xcb/xvideo: remove XVideo module 7 years ago
Makefile.am hw: vaapi: use the "decoder device" module 7 years ago
README vout: update priority rules 7 years ago
caca.c remove the $Id$ in the source code 7 years ago
caopengllayer.m opengl: pass vlc_video_context 7 years ago
decklink.cpp objects: add vlc_object_instance() 7 years ago
drawable.c window: remove configuration parameter 7 years ago
fb.c remove the $Id$ in the source code 7 years ago
flaschen.c flaschen: remove redundant pool callback 7 years ago
glx.c egl/wayland: pull initial dimensions as parameters 7 years ago
ios.m Use vlc_object_parent() 7 years ago
kms.c kms: remove bogus window event 7 years ago
kva.c kva: don't use a local pool with a unique picture 7 years ago
macosx.m Use vlc_object_parent() 7 years ago
placebo_utils.c es: change the video_format_t color range to an enum 7 years ago
placebo_utils.h placebo: missing const, fix warnings 7 years ago
splitter.c Use vlc_object_parent() 7 years ago
vdummy.c remove the $Id$ in the source code 7 years ago
vgl.c vgl: use initial size 7 years ago
vmem.c vmem: remove redundant pool callback 7 years ago
wdummy.c wdummy: report missing initial window size 7 years ago
yuv.c remove the $Id$ in the source code 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).