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.
|
|
4 weeks ago | |
|---|---|---|
| .. | ||
| android | 1 month ago | |
| apple | 4 months ago | |
| drm | 10 months ago | |
| libplacebo | 2 months ago | |
| opengl | 3 weeks ago | |
| vulkan | 1 year ago | |
| wayland | 10 months ago | |
| win32 | 2 months ago | |
| xcb | 4 months ago | |
| Makefile.am | 2 months ago | |
| README | 7 years ago | |
| caca.c | 10 months ago | |
| caopengllayer.m | 10 months ago | |
| decklink.cpp | 10 months ago | |
| drawable_os2.c | 2 years ago | |
| flaschen.c | 10 months ago | |
| glx.c | 3 years ago | |
| kms.c | 4 years ago | |
| kva.c | 3 months ago | |
| macosx.m | 5 months ago | |
| meson.build | 2 months ago | |
| splitter.c | 10 months ago | |
| vdummy.c | 10 months ago | |
| vgl.c | 2 years ago | |
| vmem.c | 10 months ago | |
| wasync_resize_compressor.h | 4 years ago | |
| wdummy.c | 4 years ago | |
| wextern.c | 3 years ago | |
| window_macosx.m | 9 months ago | |
| window_os2.c | 4 years ago | |
| yuv.c | 10 months 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).