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.
 
 
 
 
 
 
Rémi Denis-Courmont c3dea95c4a Expand VLC_COMMON_MEMBERS 8 years ago
..
android android: display: render opaque buffers earlier 9 years ago
opengl Expand VLC_COMMON_MEMBERS 8 years ago
wayland wayland:shm: fix aspect ratio/crop positioning 9 years ago
win32 direct3d9: remove useless texture generation 8 years ago
xcb messages: resolve module name at link-time 9 years ago
Makefile.am opengl: use GL core symbols from *GetProcAddress 8 years ago
README vout: update priority rules to account for SPU blending 12 years ago
aa.c vout: rename and invert has_hide_mouse 9 years ago
caca.c vout: rename and invert has_hide_mouse 9 years ago
caopengllayer.m opengl: caopengllayer: use vout_display_opengl_Viewport 8 years ago
decklink.cpp i18n: typo fixes for the option strings 8 years ago
drawable.c drawable: automatically select the plugin if --drawable-hwnd is passed 12 years ago
evas.c vout: remove dummy dead VOUT_DISPLAY_HIDE_MOUSE controls 9 years ago
event_thread.c vout: add legacy event thread helper outside core 9 years ago
event_thread.h vout: add legacy event thread helper outside core 9 years ago
fb.c vout: make has_hide_mouse true by default 9 years ago
flaschen.c vout: remove dummy dead VOUT_DISPLAY_HIDE_MOUSE controls 9 years ago
glx.c opengl: remove lock/unlock callbacks 12 years ago
ios.m opengl: ios: use vout_display_opengl_Viewport 8 years ago
kva.c kva: improve resizing of the embedded video window 9 years ago
macosx.m vout/macosx: Remove deprecated NSOpenGLPFAWindow 8 years ago
vdummy.c vdummy: don't crash when used with hardware decoding 9 years ago
vmem.c vout: make has_hide_mouse true by default 9 years ago
yuv.c vout: make has_hide_mouse true by default 9 years ago

README

Video output display plugins
=============================

Priority rules
---------------

The priorities ranges are as follows since December 2014:

- 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 chroma conversion
- less than 250: SW subpicture blending
- 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).