vlc/modules/video_output
Steve Lhomme 22969b60ac d3d9: use a helper to get the proper type of the D3D9 decoder device 2019-09-20 13:50:04 +02:00
..
android filter: use a specific type for blend filters 2019-09-18 09:05:50 +02:00
opengl opengl: don't shift the range for P016 2019-09-12 14:21:55 +02:00
vulkan display: make close callback type-specific 2019-07-25 19:45:35 +03:00
wayland display: make close callback type-specific 2019-07-25 19:45:35 +03:00
win32 d3d9: use a helper to get the proper type of the D3D9 decoder device 2019-09-20 13:50:04 +02:00
xcb xcb window: remove unused function parameter 2019-08-23 11:05:45 +02:00
Makefile.am direct3d11: move the swapchain handling in a separate file 2019-06-05 17:39:13 +02:00
README vout: update priority rules 2018-12-20 21:32:54 +02:00
caca.c display: make close callback type-specific 2019-07-25 19:45:35 +03:00
caopengllayer.m display: make close callback type-specific 2019-07-25 19:45:35 +03:00
decklink.cpp display: make close callback type-specific 2019-07-25 19:45:35 +03:00
drawable.c Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
fb.c display: make close callback type-specific 2019-07-25 19:45:35 +03:00
flaschen.c display: make close callback type-specific 2019-07-25 19:45:35 +03:00
glx.c Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
ios.m vout/ios: fix leak 2019-07-30 10:54:37 +02:00
kms.c kms: avoid printing NULL 2019-08-27 10:12:16 +02:00
kva.c display: make close callback type-specific 2019-07-25 19:45:35 +03:00
macosx.m vout/macosx: simplify close 2019-09-19 18:51:30 +02:00
placebo_utils.c libplacebo: add P016 mapping 2019-09-12 14:21:55 +02:00
placebo_utils.h placebo: update for new peak detection algo 2019-06-17 14:27:54 +02:00
splitter.c splitter: remove intermediate static function used only once 2019-09-20 13:42:47 +02:00
vdummy.c display: use set_callbacks_display() to set the display module callbacks 2019-07-22 07:20:11 +02:00
vgl.c Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
vmem.c display: make close callback type-specific 2019-07-25 19:45:35 +03:00
wdummy.c Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
wextern.c Use set_callback() where applicable 2019-07-18 18:58:10 +03:00
yuv.c display: make close callback type-specific 2019-07-25 19:45:35 +03:00

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