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.
 
 
 
 
 
 
Steve Lhomme 5d4c526f92 direct3d11: fix video position on Windows Phone and WinRT 11 years ago
..
android android_window: add chroma option 11 years ago
msw direct3d11: fix video position on Windows Phone and WinRT 11 years ago
wayland Mark unreachable code on GCC even if NDEBUG 11 years ago
xcb Mark unreachable code on GCC even if NDEBUG 11 years ago
Makefile.am modules: include android_window if HAVE_ANDROID 11 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 Mark unreachable code on GCC even if NDEBUG 11 years ago
decklink.cpp define __STDC_*_MACROS in vlc_fixups.h for pre C++11 hosts 11 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 opengl: remove lock/unlock callbacks 12 years ago
fb.c Fix description to match behaviour 11 years ago
gl.c Mark unreachable code on GCC even if NDEBUG 11 years ago
glx.c opengl: remove lock/unlock callbacks 12 years ago
ios2.m vout iOS: prevent termination on close 11 years ago
kva.c kva: set visible region correctly 12 years ago
macosx.m Mark unreachable code on GCC even if NDEBUG 11 years ago
opengl.c opengl: chroma description cannot be NULL, assert it 12 years ago
opengl.h OpenGL.h: protect double-inclusion 13 years ago
sdl.c picture_pool: remove ..._Delete(), use ..._Release() directly 12 years ago
vdummy.c picture_pool: remove ..._Delete(), use ..._Release() directly 12 years ago
vmem.c vmem: unlock picture in prepare, get rid of lock/unlock 12 years ago
yuv.c picture_pool: remove ..._Delete(), use ..._Release() directly 12 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).