mirror of
https://github.com/videolan/vlc.git
synced 2024-11-23 18:03:48 +08:00
8ef285a45c
ARC allows automatic reference counting, and thus automatic memory management, simplifying the whole code. |
||
---|---|---|
.. | ||
android | ||
apple | ||
drm | ||
libplacebo | ||
opengl | ||
vulkan | ||
wayland | ||
win32 | ||
xcb | ||
caca.c | ||
caopengllayer.m | ||
decklink.cpp | ||
drawable_os2.c | ||
flaschen.c | ||
glx.c | ||
kms.c | ||
kva.c | ||
macosx.m | ||
Makefile.am | ||
meson.build | ||
README | ||
splitter.c | ||
vdummy.c | ||
vgl.c | ||
vmem.c | ||
wasync_resize_compressor.h | ||
wdummy.c | ||
wextern.c | ||
window_macosx.m | ||
window_os2.c | ||
yuv.c |
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).