1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/modules/video_output
2019-01-22 13:21:19 +01:00
..
android android/display: add picture destroy callback 2018-12-12 20:34:32 +02:00
opengl vaapi: fix invalid function pointer conversion 2019-01-15 18:41:44 +02:00
vulkan vout: drop last parameter of vout_display_PlacePicture() 2018-12-17 23:12:15 +02:00
wayland wayland/shm: return an error if resize needed 2019-01-15 19:17:29 +02:00
win32 direct3d11: move the windowed/windowless output format selection in a functions 2019-01-22 13:21:19 +01:00
xcb xcb/xvideo: attempt to create window just once 2019-01-16 18:21:25 +02:00
caca.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
caopengllayer.m remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
decklink.cpp decklink: remove redundant pool callback 2018-12-10 20:38:32 +02:00
drawable.c window: remove configuration parameter 2018-12-08 18:09:43 +02:00
fb.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
flaschen.c flaschen: remove redundant pool callback 2018-12-10 21:07:14 +02:00
glx.c glx: make GLX_ARB_get_proc_address mandatory 2018-05-23 17:46:01 +02:00
ios.m vout/ios: Fix crash due to unexpected _eaglEnabled state 2019-01-21 14:31:40 +01:00
kms.c kms: remove bogus window event 2019-01-14 21:38:17 +02:00
kva.c kva: report mouse position in window coordinates 2019-01-03 19:42:32 +02:00
macosx.m remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
Makefile.am splitter: add a display plugin for splitter functionality 2019-01-12 16:08:41 +02:00
placebo_utils.c es: change the video_format_t color range to an enum 2018-12-17 13:02:07 +01:00
placebo_utils.h gettext: use American spelling for neighbor 2018-12-19 21:10:29 +02:00
README vout: update priority rules 2018-12-20 21:32:54 +02:00
splitter.c splitter: handle key press events 2019-01-13 15:54:59 +02:00
vdummy.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00
vgl.c libvlc: remove the _gl_ from the video output callbacks API 2019-01-16 13:02:48 +01:00
vmem.c vmem: remove redundant pool callback 2018-12-10 21:07:54 +02:00
wdummy.c window: remove configuration parameter 2018-12-08 18:09:43 +02:00
yuv.c remove the $Id$ in the source code 2019-01-17 12:21:18 +01:00

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).