]> git.sesse.net Git - vlc/blob - modules/video_output/README
vout: document the priority rules
[vlc] / modules / video_output / README
1 Video output display plugins
2 =============================
3
4 Priority rules
5 ---------------
6
7 The priorities ranges are as follows since February 2011:
8
9  - less than  20: console (text)
10  - less than  50: plain frame buffers
11  - less than 100: no embedded windowing
12  - less than 150: SW scaling
13  - less than 200: SW chroma conversion
14  - rest: good stuff :-)
15
16 No more than one plugin with a given non-zero riority.
17
18 On Windows, native outputs are now priorized over XCB (as there now is
19 a Win32 port of XCB).