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).
Thomas Guillem
authored
It is possible to get opaque chromas from vlc_fourcc_GetYUVFallback(). This fixes a vlc_assert_unreachable() in the desc->plane_count switch/case. It was unlikely as opaque chromas are generally at the end of the list.