• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

android/H18-Jun-2021-2,5711,895

opengl/H18-Jun-2021-6,1014,701

wayland/H18-Jun-2021-1,4201,067

win32/H18-Jun-2021-11,5218,659

xcb/H18-Jun-2021-4,2442,772

Makefile.amH A D02-Dec-201816.5 KiB462376

READMEH A D24-Nov-2017545 2115

aa.cH A D24-Nov-20179.2 KiB331212

caca.cH A D24-Nov-201716 KiB541389

caopengllayer.mH A D10-May-202027.1 KiB952782

decklink.cppH A D13-May-201937.4 KiB1,203955

drawable.cH A D24-Nov-20174.1 KiB156100

evas.cH A D24-Nov-201735.6 KiB1,3361,055

event_thread.cH A D24-Nov-20173 KiB10467

event_thread.hH A D24-Nov-20171.5 KiB315

fb.cH A D24-Nov-201722.9 KiB737506

flaschen.cH A D24-Nov-20177.4 KiB247160

glx.cH A D14-Mar-20187.3 KiB278209

ios.mH A D16-Feb-201923.9 KiB823662

kva.cH A D29-Nov-201735.4 KiB1,169813

macosx.mH A D22-Mar-202025.3 KiB843697

vdummy.cH A D24-Nov-20175.3 KiB167110

vmem.cH A D24-Nov-20178.9 KiB287198

yuv.cH A D24-Nov-20178.3 KiB277183

README

1Video output display plugins
2=============================
3
4Priority rules
5---------------
6
7The priorities ranges are as follows since December 2014:
8
9 - less than  20: console (text)
10 - less than  50: plain frame buffers
11 - less than 100: no embedded windowing
12 - less than 150: SW scaling
13 - less than 200: SW chroma conversion
14 - less than 250: SW subpicture blending
15 - rest: good stuff :-)
16
17No more than one plugin with a given non-zero riority.
18
19On Windows, native outputs are now priorized over XCB (as there now is
20a Win32 port of XCB).
21