Commits on Source (8)
-
a4e68066
-
c44bf904
-
We don't need two ways to force the pixel format, and DRM formats are more specific (include RGB masks) than VLC's, so stick to those.
3b55b7ef -
This is only used during activation.
8494807e -
This provides all known mappings between VLC and DRM pixel formats.
9be09307 -
Do not assume that the DRM format matches the display source.
15be060c -
f3d03705
-
98374a84
Showing
- modules/video_output/Makefile.am 4 additions, 1 deletionmodules/video_output/Makefile.am
- modules/video_output/drm/display.c 34 additions, 67 deletionsmodules/video_output/drm/display.c
- modules/video_output/drm/fourcc.c 248 additions, 0 deletionsmodules/video_output/drm/fourcc.c
- modules/video_output/drm/vlc_drm.h 60 additions, 0 deletionsmodules/video_output/drm/vlc_drm.h
modules/video_output/drm/fourcc.c
0 → 100644
modules/video_output/drm/vlc_drm.h
0 → 100644