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 8b622fc01f d3d_shaders: fix placement with 270° rotation 3 years ago
..
android rename mtime_t to vlc_tick_t 4 years ago
opengl interop_dxva2: force win7 API compatibility 3 years ago
wayland wayland:shm: fix aspect ratio/crop positioning 9 years ago
win32 d3d_shaders: fix placement with 270° rotation 3 years ago
xcb xcb/xvideo: set northwest bit gravity on output window 4 years ago
Makefile.am video_output: Makefile.am: fix link for glconv_cvpx on ios 3 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 modules: fix typos 4 years ago
caopengllayer.m caopengllayer: restore vout_display_SendEventDisplaySize 3 years ago
decklink.cpp modules: fix typos 4 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 glx: set northwest bit gravity on output window 4 years ago
ios.m vout ios : use the mouse-events var to activate tap gestures driven mouse events 4 years ago
kva.c kva: change a color key to 0x000001 5 years ago
macosx.m modules: fix typos 4 years ago
vdummy.c rename mtime_t to vlc_tick_t 4 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).