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.
 
 
 
 
 
 
Steve Lhomme 2ccd91d9b2 d3d11_scaler: detect if NVIDIA upscaler is available 2 years ago
..
android android: window: add missing error checking 2 years ago
apple VLCSampleBufferDisplay: use the picture format of SPU when dealing with buffer mapping 2 years ago
drm vout: pass the SPU regions to render as const 2 years ago
libplacebo fourcc: add VLC_CODEC_XYZ_12L 2 years ago
opengl opengl: Makefile.am: generalize HAVE_GLES2 2 years ago
vulkan load module with a logger 3 years ago
wayland egl: provide GBM backed implementation for wayland 2 years ago
win32 d3d11_scaler: detect if NVIDIA upscaler is available 2 years ago
xcb xcb: use the picture format of SPU when dealing with buffer mapping 2 years ago
Makefile.am video_output: Makefile.am: fix link for android_display 2 years ago
README vout: update priority rules 7 years ago
caca.c vout: pass the SPU regions to render as const 2 years ago
caopengllayer.m caopengllayer: fix using layer outside of main thread 2 years ago
decklink.cpp decklink: don't implement pause 2 years ago
drawable_os2.c drawable_os2: include vlc_threads.h 3 years ago
flaschen.c vlc_es: remove always 0 video_format_t RGB mask 3 years ago
glx.c opengl: add an alpha config to the activate cb 3 years ago
kms.c window: rename <vlc_vout_window.h> to <vlc_window.h> 4 years ago
kva.c vout: pass the SPU regions to render as const 2 years ago
macosx.m vout: pass the SPU regions to render as const 2 years ago
meson.build meson: allow using opengl without libplacebo 3 years ago
splitter.c vout: pass the SPU regions to render as const 2 years ago
vdummy.c modules: include vlc_threads.h when using vlc_tick_now() 3 years ago
vgl.c vgl: ensure the proper module is used 2 years ago
vmem.c vout: pass the SPU regions to render as const 2 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 libvlc: allow user to report mouse events when using libvlc_video_set_output_callbacks 3 years ago
window_macosx.m macosx: Handle mouse events from vout window instead of vout display 3 years ago
window_os2.c window: rename <vlc_vout_window.h> to <vlc_window.h> 4 years ago
yuv.c vlc_fourcc: remove full range chromas 3 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).