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.
 
 
 
 
 
 
Alexandre Janniaux f0622630ce kms: avoid printing NULL 7 years ago
..
android vout: android: only use a local pool for opaque surfaces 7 years ago
opengl display: make close callback type-specific 7 years ago
vulkan display: make close callback type-specific 7 years ago
wayland display: make close callback type-specific 7 years ago
win32 direct3d11: map the single texture only once for DXGI mapped FourCCs 7 years ago
xcb xcb window: remove unused function parameter 7 years ago
Makefile.am direct3d11: move the swapchain handling in a separate file 7 years ago
README vout: update priority rules 7 years ago
caca.c display: make close callback type-specific 7 years ago
caopengllayer.m display: make close callback type-specific 7 years ago
decklink.cpp display: make close callback type-specific 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 vout/ios: fix leak 7 years ago
kms.c kms: avoid printing NULL 7 years ago
kva.c display: make close callback type-specific 7 years ago
macosx.m display: make close callback type-specific 7 years ago
placebo_utils.c es: change the video_format_t color range to an enum 7 years ago
placebo_utils.h placebo: update for new peak detection algo 7 years ago
splitter.c display: make close callback type-specific 7 years ago
vdummy.c display: use set_callbacks_display() to set the display module callbacks 7 years ago
vgl.c Use set_callback() where applicable 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 Use set_callback() where applicable 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).