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.
 
 
 
 
 
 
Francois Cartegnie df9d528fc6 vout: decklink: early fail on missing video mode 10 years ago
..
android mediacodec: fix crash when reporting a hw error 10 years ago
msw direct3d11: Remove duplicated forward declaration 10 years ago
wayland window: handle fullscreen state at initialization 11 years ago
xcb XCB/window: create window in fullscreen state (refs #2685) 11 years ago
Makefile.am decklink: fix the CXXFLAGS overriding 10 years ago
README vout: update priority rules to account for SPU blending 12 years ago
aa.c ASCII Art: fix invalid video format, crash in scaling 12 years ago
caca.c picture_pool: remove ..._Delete(), use ..._Release() directly 12 years ago
caopengllayer.m caopengllayer: cosmetics 11 years ago
decklink.cpp vout: decklink: early fail on missing video mode 10 years ago
directfb.c picture_pool: remove ..._Delete(), use ..._Release() directly 12 years ago
drawable.c drawable: automatically select the plugin if --drawable-hwnd is passed 12 years ago
egl.c egl: Fix syntax error 11 years ago
evas.c evas: deactivate tbm surfaces 10 years ago
fb.c Fix description to match behaviour 11 years ago
gl.c Mark unreachable code on GCC even if NDEBUG 11 years ago
glx.c opengl: remove lock/unlock callbacks 12 years ago
ios2.m iOS vout: retain view container as early as possible 10 years ago
kva.c kva: set visible region correctly 12 years ago
macosx.m vout macosx: drop legacy NSAutoreleasePool pattern 11 years ago
opengl.c generic opengl code: expose helper function 11 years ago
opengl.h generic opengl code: expose helper function 11 years ago
sdl.c picture_pool: remove ..._Delete(), use ..._Release() directly 12 years ago
vdummy.c picture_pool: remove ..._Delete(), use ..._Release() directly 12 years ago
vmem.c vmem: remove write-only picture_sys_t.sys 10 years ago
yuv.c YUV out: reduce strings 11 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).