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.
|
|
7 years ago | |
|---|---|---|
| .. | ||
| android | 7 years ago | |
| opengl | 7 years ago | |
| vulkan | 7 years ago | |
| wayland | 7 years ago | |
| win32 | 7 years ago | |
| xcb | 7 years ago | |
| Makefile.am | 7 years ago | |
| README | 7 years ago | |
| caca.c | 7 years ago | |
| caopengllayer.m | 7 years ago | |
| decklink.cpp | 7 years ago | |
| drawable.c | 7 years ago | |
| fb.c | 7 years ago | |
| flaschen.c | 7 years ago | |
| glx.c | 7 years ago | |
| ios.m | 7 years ago | |
| kms.c | 7 years ago | |
| kva.c | 7 years ago | |
| macosx.m | 7 years ago | |
| placebo_utils.c | 7 years ago | |
| placebo_utils.h | 7 years ago | |
| splitter.c | 7 years ago | |
| vdummy.c | 7 years ago | |
| vgl.c | 7 years ago | |
| vmem.c | 7 years ago | |
| wdummy.c | 7 years ago | |
| yuv.c | 7 years ago | |
README
Video output display plugins
=============================
Priority rules
---------------
The priorities ranges are as follows since December 2018:
- 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 subpicture blending
- less than 250: SW chroma conversion
- 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).