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.
 
 
 
 
 
 
Thomas Guillem 1057e3fe68 opengl: fix fall through warning 9 years ago
..
android gl: rename vlc_gl_Destroy to vlc_gl_Release 9 years ago
opengl opengl: fix fall through warning 9 years ago
wayland wayland:shm: fix aspect ratio/crop positioning 9 years ago
win32 vout: win32: gl: use add_glconv() 9 years ago
xcb Revert "XCB/XVideo: do not reject YUYV output when forced" 9 years ago
Makefile.am vout: add missing frameworks to libglconv_cvpx LDFLAGS 9 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 vout/caopengllayer: Remove dead mouse hiding code 9 years ago
decklink.cpp vout: make has_hide_mouse true by default 9 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 vout: ios: use add_glconv() 9 years ago
kva.c vout: rename and invert has_hide_mouse 9 years ago
macosx.m vout: macosx: use add_glconv() 9 years ago
vdummy.c vout display: deprecate the "manage" callback (refs #17700) 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).