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 17bc969d45 vlc_spu: assume display module that can render subpicture regions can scale it 2 years ago
..
android vlc_spu: assume display module that can render subpicture regions can scale it 2 years ago
apple vlc_spu: assume display module that can render subpicture regions can scale it 2 years ago
drm vout: pass the SPU regions to render as const 2 years ago
libplacebo vlc_spu: assume display module that can render subpicture regions can scale it 2 years ago
opengl vlc_spu: assume display module that can render subpicture regions can scale it 2 years ago
vulkan load module with a logger 2 years ago
wayland egl: provide GBM backed implementation for wayland 2 years ago
win32 vlc_spu: assume display module that can render subpicture regions can scale it 2 years ago
xcb vlc_spu: assume display module that can render subpicture regions can scale it 2 years ago
Makefile.am build system: simplify checks for iOS and tvOS 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 vlc_spu: assume display module that can render subpicture regions can scale it 2 years ago
decklink.cpp decklink: don't implement pause 2 years ago
drawable_os2.c drawable_os2: include vlc_threads.h 2 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 vlc_spu: assume display module that can render subpicture regions can scale it 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).