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 c7bdf947cd video_output: Makefile.am: use CPPFLAGS for defines 5 years ago
..
android vout: android: don't keep the display width/height locally 5 years ago
apple VLCVideoUIView: fix event reporting 5 years ago
libplacebo display: don't pass the vout_display_cfg_t on Open 5 years ago
opengl opengl: Makefile.am: compile glfilter_mock on OSX 5 years ago
vulkan vulkan: minor cosmetic cleanups 5 years ago
wayland vout: wayland: remove stray dimension fields 5 years ago
win32 opengl: move "draw" filter to its own plugin 5 years ago
xcb Introduce VLC_ENOTSUP error code 5 years ago
Makefile.am video_output: Makefile.am: use CPPFLAGS for defines 5 years ago
README vout: update priority rules 8 years ago
caca.c caca: don't keep the window locally 5 years ago
caopengllayer.m opengl: move "draw" filter to its own plugin 5 years ago
decklink.cpp display: don't pass the vout_display_cfg_t on Open 5 years ago
drawable_os2.c config: remove remaining "advanced" flags 5 years ago
fb.c display: don't pass the vout_display_cfg_t on Open 5 years ago
flaschen.c display: don't pass the vout_display_cfg_t on Open 5 years ago
glx.c opengl: rename vtable fields to snake_case 6 years ago
kms.c display: don't pass the vout_display_cfg_t on Open 5 years ago
kva.c kva: change a color key to 0x000001 5 years ago
macosx.m opengl: move "draw" filter to its own plugin 5 years ago
splitter.c vout: explicitly release picture_t 5 years ago
vdummy.c display: don't pass the vout_display_cfg_t on Open 5 years ago
vgl.c Introduce VLC_ENOTSUP error code 5 years ago
vmem.c display: don't pass the vout_display_cfg_t on Open 5 years ago
wdummy.c Use set_callback() where applicable 7 years ago
wextern.c libvlc: rename libvlc_video_direct3d_set_resize_cb to a more generic name 7 years ago
window_os2.c video_output: implement non-embedded video window provider for OS/2 6 years ago
yuv.c display: don't pass the vout_display_cfg_t on Open 5 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).