All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add control for VP9 profile
@ 2018-05-30  7:16 ` Keiichi Watanabe
  0 siblings, 0 replies; 25+ messages in thread
From: Keiichi Watanabe @ 2018-05-30  7:16 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Mauro Carvalho Chehab, Tiffany Lin, Andrew-CT Chen,
	Matthias Brugger, Hans Verkuil, Sakari Ailus, Sylwester Nawrocki,
	Smitha T Murthy, Keiichi Watanabe, Tom Saeger, Andy Shevchenko,
	Tomasz Figa, Ricardo Ribalda Delgado, linux-media, linux-kernel,
	linux-mediatek

This patch series adds a new control V4L2_CID_MPEG_VIDEO_VP9_PROFILE
for VP9 profile.
This control can be used to select a desired profile for VP9 encoder.
In addition, it is also used to query for supported profiles by an
encoder or a decoder.

Patch 1 adds this control.
By patch 2, this control is added to MediaTek decoder's driver, which
supports VP9 profile 0.


Version 2 changes:
- Support this control in MediaTek decoder's driver

Keiichi Watanabe (2):
  media: v4l2-ctrl: Add control for VP9 profile
  media: mtk-vcodec: Support VP9 profile in decoder

 .../media/uapi/v4l/extended-controls.rst      | 26 +++++++++++++++++++
 .../platform/mtk-vcodec/mtk_vcodec_dec.c      |  6 +++++
 drivers/media/v4l2-core/v4l2-ctrls.c          | 12 +++++++++
 include/uapi/linux/v4l2-controls.h            |  8 ++++++
 4 files changed, 52 insertions(+)

--
2.17.0.921.gf22659ad46-goog

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

end of thread, other threads:[~2018-06-11  7:38 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-30  7:16 [PATCH v2 0/2] Add control for VP9 profile Keiichi Watanabe
2018-05-30  7:16 ` Keiichi Watanabe
2018-05-30  7:16 ` [PATCH v2 1/2] media: v4l2-ctrl: " Keiichi Watanabe
2018-05-30  7:16   ` Keiichi Watanabe
2018-06-08  9:29   ` Hans Verkuil
2018-06-08  9:29     ` Hans Verkuil
2018-06-08  9:31     ` Tomasz Figa
2018-06-08  9:31       ` Tomasz Figa
2018-06-08  9:31       ` Tomasz Figa
2018-06-08  9:40       ` Hans Verkuil
2018-06-08  9:40         ` Hans Verkuil
2018-06-08  9:40         ` Hans Verkuil
2018-06-08  9:44         ` Tomasz Figa
2018-06-08  9:44           ` Tomasz Figa
2018-06-08  9:44           ` Tomasz Figa
2018-06-08 12:56     ` Stanimir Varbanov
2018-06-08 12:56       ` Stanimir Varbanov
     [not found]       ` <CAKQmDh8MnArB1jCD6STh9FgLX+H4ZsEnH+coOJe-4A=FNPGshA@mail.gmail.com>
2018-06-11  6:44         ` Keiichi Watanabe
2018-06-11  6:44           ` Keiichi Watanabe
2018-06-11  7:38           ` Hans Verkuil
2018-06-11  7:38             ` Hans Verkuil
2018-05-30  7:16 ` [PATCH v2 2/2] media: mtk-vcodec: Support VP9 profile in decoder Keiichi Watanabe
2018-05-30  7:16   ` Keiichi Watanabe
2018-06-08  9:14   ` Hans Verkuil
2018-06-08  9:14     ` Hans Verkuil

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.