[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20220411080120.26008-1-Ping-lei.Lin@mediatek.com>
Date: Mon, 11 Apr 2022 16:01:18 +0800
From: James_Lin <Ping-lei.Lin@...iatek.com>
To: <linux-kernel@...r.kernel.org>
CC: Laurent Pinchart <laurent.pinchart@...asonboard.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>,
Hans Verkuil <hverkuil-cisco@...all.nl>,
Ezequiel Garcia <ezequiel@...guardiasur.com.ar>,
Arnd Bergmann <arnd@...db.de>,
Ricardo Ribalda <ribalda@...omium.org>,
Ming Qian <ming.qian@....com>,
Andrzej Pietrasiewicz <andrzej.p@...labora.com>,
Sakari Ailus <sakari.ailus@...ux.intel.com>,
<linux-media@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>, <ping-lei.lin@...iatek.com>,
<lecopzer.chen@...iatek.com>, <max.yan@...iatek.com>,
<sherlock.chang@...iatek.com>, <tm.wu@...iatek.com>,
James_Lin <Ping-lei.Lin@...iatek.com>
Subject: [PATCH v2 0/2] media: Add H265 pixel format
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
Powered by blists - more mailing lists