public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] media: Add H265 pixel format
@ 2022-04-11  8:01 James_Lin
  2022-04-11  8:01 ` [PATCH v2 1/2] media: usb: uvc: " James_Lin
  2022-04-11  8:01 ` [PATCH v2 2/2] media: v4l: " James_Lin
  0 siblings, 2 replies; 6+ messages in thread
From: James_Lin @ 2022-04-11  8:01 UTC (permalink / raw)
  To: linux-kernel
  Cc: Laurent Pinchart, Mauro Carvalho Chehab, Matthias Brugger,
	Hans Verkuil, Ezequiel Garcia, Arnd Bergmann, Ricardo Ribalda,
	Ming Qian, Andrzej Pietrasiewicz, Sakari Ailus, linux-media,
	linux-arm-kernel, linux-mediatek, ping-lei.lin, lecopzer.chen,
	max.yan, sherlock.chang, tm.wu, James_Lin

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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-04-11 13:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-11  8:01 [PATCH v2 0/2] media: Add H265 pixel format James_Lin
2022-04-11  8:01 ` [PATCH v2 1/2] media: usb: uvc: " James_Lin
2022-04-11  8:11   ` Kieran Bingham
2022-04-11  8:01 ` [PATCH v2 2/2] media: v4l: " James_Lin
2022-04-11  8:12   ` Kieran Bingham
2022-04-11 13:50   ` Nicolas Dufresne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox