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.
 
 
 
 
 
 
Thomas Guillem 1b1e20dde2 android/utils: clear the surface starting Android M 10 years ago
..
android android/utils: clear the surface starting Android M 10 years ago
wayland Use vlc_close() 10 years ago
win32 direct3d11: fix the subpicture positions 10 years ago
xcb video_output/xcb: fix memory-leak in ReleaseDrawable 10 years ago
Makefile.am xcb: deduplicate vout helpers and fix missing symbols 10 years ago
README vout: update priority rules to account for SPU blending 12 years ago
aa.c ASCII Art: fix invalid video format, crash in scaling 12 years ago
caca.c picture_pool: remove ..._Delete(), use ..._Release() directly 12 years ago
caopengllayer.m video_output/macosx: Enable bt2020 color space 10 years ago
decklink.cpp video_output: decklink: split video mode selection 10 years ago
directfb.c picture_pool: remove ..._Delete(), use ..._Release() directly 12 years ago
drawable.c drawable: automatically select the plugin if --drawable-hwnd is passed 12 years ago
egl.c egl: Fix syntax error 11 years ago
evas.c evas: deactivate tbm surfaces 11 years ago
fb.c Use vlc_close() 10 years ago
flaschen.c video_output: add support for Flaschen-Taschen screen protocol 10 years ago
gl.c Mark unreachable code on GCC even if NDEBUG 12 years ago
glx.c opengl: remove lock/unlock callbacks 12 years ago
ios2.m vout iOS: add exception handler for view container management 10 years ago
kva.c kva: set visible region correctly 12 years ago
macosx.m video_output/macosx: Enable bt2020 color space 10 years ago
opengl.c opengl: fix the projection aspect ratio 10 years ago
opengl.h generic opengl code: expose helper function 11 years ago
sdl.c sdl: add dedicated overlay option and improve description 10 years ago
vdummy.c picture_pool: remove ..._Delete(), use ..._Release() directly 12 years ago
vmem.c vmem: fix callback usage (fixes #17187) 10 years ago
yuv.c yuv: remove unused data 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).