1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/modules/video_output/README
Rémi Denis-Courmont 077be967c1 vout: update priority rules
This swaps SPU blending and chroma conversion.

On X11, XVideo gets demoted below RENDER.
On Win32, DirectDraw gets demoted, but retains its relative ranking.
2018-12-20 21:32:54 +02:00

21 lines
545 B
Plaintext

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).