[PATCH v2 0/2] media: Add H265 pixel format

From: James_Lin
Date: Mon Apr 11 2022 - 04:01:42 EST


Hi All,

This patch series aims to add H265 pixel format (aka hevc).
High Efficiency Video Coding (HEVC), also known as H.265 and MPEG-H Part 2.
They describe the same video encoding method.
So for handling their behavior is the same.
However, when external camera device describes this encoding method,
some use hevc, some use h265.
There is no uniform specification to describe this encoding method.
So if an external camera device use h265 to describe this encoding method,
driver will not recognize it.
Therefore, this patch series aims to add H265 pixel format
to avoid this situation

James_Lin (2):
media: usb: uvc: Add H265 pixel format
media: v4l: Add H265 pixel format

.../userspace-api/media/v4l/pixfmt-compressed.rst | 10 ++++++++++
drivers/media/usb/uvc/uvc_driver.c | 5 +++++
drivers/media/usb/uvc/uvcvideo.h | 3 +++
drivers/media/v4l2-core/v4l2-ioctl.c | 1 +
include/uapi/linux/videodev2.h | 1 +
5 files changed, 20 insertions(+)

--
2.18.0