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 e66e6b6b03 config: remove advanced from add_module() 8 years ago
..
android android: display: remove unused variable 8 years ago
opengl config: remove advanced from add_module() 8 years ago
wayland wayland:shm: fix aspect ratio/crop positioning 9 years ago
win32 config: remove advanced from add_loadfile() 8 years ago
xcb use proper check for the search.h availability 8 years ago
Makefile.am gl: add cvpx converter for tvOS 8 years ago
README vout: update priority rules to account for SPU blending 12 years ago
caca.c caca: inline event thread 9 years ago
caopengllayer.m caopengllayer: release context before releasing object 9 years ago
decklink.cpp config: remove advanced from add_loadfile() 8 years ago
drawable.c drawable: automatically select the plugin if --drawable-hwnd is passed 12 years ago
fb.c config: remove advanced from add_loadfile() 8 years ago
flaschen.c vout: remove dummy dead VOUT_DISPLAY_HIDE_MOUSE controls 9 years ago
glx.c glx: force glx usage within the same X11 window instance 9 years ago
ios.m vout: ios: fix gpu_ReturnNotPermittedKillClient crashes 9 years ago
kva.c kva: improve resizing of the embedded video window 9 years ago
macosx.m vout/macosx: Remove HiDPI scaling 9 years ago
vdummy.c dummy vout: fix sign warning 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).