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.
 
 
 
 
 
 
Pierre Lamot fd98c13dfc opengl: interop sw: fix UV plane uploading 3 years ago
..
android vout: android: asynchronously resize vout window 4 years ago
apple video_output: meson.build: add apple subdir 3 years ago
drm drm: add BGRA 4 years ago
libplacebo libplacebo: forward HDR10+ metadata to libplacebo 3 years ago
opengl opengl: interop sw: fix UV plane uploading 3 years ago
vulkan vulkan: platform: add vlc_vk_DestroySurface helper 3 years ago
wayland vulkan: platform: remove unneeded dependencies 4 years ago
win32 direct3d9: fix crop texture size 3 years ago
xcb vulkan: platform: remove unneeded dependencies 4 years ago
Makefile.am glwin32: add missing LIBCOMCXXFLAGS 3 years ago
README vout: update priority rules 7 years ago
caca.c caca: fix invalid deference 4 years ago
caopengllayer.m vout: update format after filters 3 years ago
decklink.cpp vout/decklink: use C++ vlc_mutex_locker 3 years ago
drawable_os2.c window: rename <vlc_vout_window.h> to <vlc_window.h> 4 years ago
flaschen.c flaschen: add support for offset-{x,y,z} 4 years ago
glx.c glx: restore previous context during resizes 4 years ago
kms.c window: rename <vlc_vout_window.h> to <vlc_window.h> 4 years ago
kva.c display: update vout_display_PlacePicture() prototype 4 years ago
macosx.m vout: update format after filters 3 years ago
meson.build meson: allow using opengl without libplacebo 3 years ago
splitter.c display: add fitting modes 4 years ago
vdummy.c vdummy: implement the display callback 4 years ago
vgl.c clean empty initializers in C code 3 years ago
vmem.c plugins: purge use of set_category() 4 years ago
wasync_resize_compressor.h vout: add resize compressor helper 4 years ago
wdummy.c window: rename <vlc_vout_window.h> to <vlc_window.h> 4 years ago
wextern.c window: rename <vlc_vout_window.h> to <vlc_window.h> 4 years ago
window_macosx.m vout: macosx: compress vout window resize events 4 years ago
window_os2.c window: rename <vlc_vout_window.h> to <vlc_window.h> 4 years ago
yuv.c plugins: purge use of set_category() 4 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).