- 26 Mar, 2018 1 commit
-
-
Jun Zhao authored
Makes kmsgrab visible in "ffmpeg -devices". Signed-off-by:
Jun Zhao <mypopydev@gmail.com> Signed-off-by:
Mark Thompson <sw@jkqxz.net>
-
- 19 Sep, 2017 4 commits
-
-
Carl Eugen Hoyos authored
The definitions are different: 3:3:2 vs 2:3:3.
-
Carl Eugen Hoyos authored
-
Mark Thompson authored
The planes are unlikely to be contiguous, assuming they are results in very broken output. (Tested with NV12/NV16 on Rockchip.)
-
Mark Thompson authored
All DRM formats are defined in terms of little-endian words, so RGB formats like XRGB actually have the elements in the opposite order order in memory to the order they are in the name. This does not affect YUYV and similar YUV 4:2:2 formats, which are in the expected order.
-
- 14 Sep, 2017 2 commits
-
-
Jun Zhao authored
DRM_FORMAT_R8 was added in libdrm 2.4.68. DRM_FORMAT_R16 was added in libdrm 2.4.82. Signed-off-by:
Jun Zhao <jun.zhao@intel.com> Signed-off-by:
Mark Thompson <sw@jkqxz.net>
-
Mark Thompson authored
Found-by:
James Almer <jamrial@gmail.com>
-
- 13 Sep, 2017 1 commit
-
-
Mark Thompson authored
-