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.
|
|
10 years ago | |
|---|---|---|
| .. | ||
| android | 9 years ago | |
| wayland | 10 years ago | |
| win32 | 10 years ago | |
| xcb | 10 years ago | |
| Makefile.am | 9 years ago | |
| README | 11 years ago | |
| aa.c | 12 years ago | |
| caca.c | 12 years ago | |
| caopengllayer.m | 10 years ago | |
| decklink.cpp | 9 years ago | |
| directfb.c | 12 years ago | |
| drawable.c | 12 years ago | |
| egl.c | 11 years ago | |
| evas.c | 10 years ago | |
| fb.c | 10 years ago | |
| flaschen.c | 10 years ago | |
| gl.c | 10 years ago | |
| glx.c | 12 years ago | |
| ios2.m | 10 years ago | |
| kva.c | 12 years ago | |
| macosx.m | 10 years ago | |
| opengl.c | 10 years ago | |
| opengl.h | 10 years ago | |
| sdl.c | 10 years ago | |
| vdummy.c | 12 years ago | |
| vmem.c | 10 years ago | |
| yuv.c | 10 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).