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 d5a12edeb0 video_output: rename android_window to android-display 10 years ago
..
android video_output: rename android_window to android-display 9 years ago
wayland Use vlc_close() 10 years ago
win32 direct3d11: factorize similar Pixel Shaders 10 years ago
xcb vout: opengl: transmit the window aspect ratio 10 years ago
Makefile.am video_output: rename android_window to android-display 9 years ago
README vout: update priority rules to account for SPU blending 11 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 vout: opengl: transmit the window aspect ratio 10 years ago
decklink.cpp vout: decklink: incref decklink_sys in open 9 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 10 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 vout: opengl: transmit the window aspect ratio 10 years ago
glx.c opengl: remove lock/unlock callbacks 12 years ago
ios2.m vout: opengl: transmit the window aspect ratio 10 years ago
kva.c kva: set visible region correctly 12 years ago
macosx.m vout: opengl: transmit the window aspect ratio 10 years ago
opengl.c vout: opengl: compute the camera position only with FOVx 10 years ago
opengl.h vout: opengl: set the view frustum in function of the window size for 360 video 10 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).