All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] media: rkvdec: Add a VP9 backend
@ 2019-12-13 13:31 ` Boris Brezillon
  0 siblings, 0 replies; 10+ messages in thread
From: Boris Brezillon @ 2019-12-13 13:31 UTC (permalink / raw)
  To: Mauro Carvalho Chehab, Hans Verkuil, Laurent Pinchart,
	Sakari Ailus, linux-media
  Cc: Tomasz Figa, Nicolas Dufresne, kernel, Ezequiel Garcia,
	Jonas Karlman, linux-rockchip, Heiko Stuebner, Boris Brezillon

Hello,

This patch series adds controls for stateless VP9 decoders plus a VP9
backend to the rkvdec driver showing how those controls can be used in
a real implementation. This means this series depends on the rkvdec
series posted here [1].

Regards,

Boris

[1]https://patchwork.linuxtv.org/project/linux-media/list/?series=1483

Boris Brezillon (3):
  media: v4l2-ctrls: Add the [__]v4l2_ctrl_s_ctrl_compound() helpers
  media: uapi: Add VP9 stateless decoder controls
  media: rkvdec: Add the VP9 backend

 Documentation/media/uapi/v4l/biblio.rst       |   10 +
 .../media/uapi/v4l/ext-ctrls-codec.rst        |  584 ++++++
 drivers/media/v4l2-core/v4l2-ctrls.c          |  258 +++
 drivers/media/v4l2-core/v4l2-ioctl.c          |    1 +
 drivers/staging/media/rkvdec/Makefile         |    2 +-
 drivers/staging/media/rkvdec/rkvdec-vp9.c     | 1572 +++++++++++++++++
 drivers/staging/media/rkvdec/rkvdec.c         |   56 +-
 drivers/staging/media/rkvdec/rkvdec.h         |    6 +
 include/media/v4l2-ctrls.h                    |   44 +
 include/media/vp9-ctrls.h                     |  515 ++++++
 10 files changed, 3044 insertions(+), 4 deletions(-)
 create mode 100644 drivers/staging/media/rkvdec/rkvdec-vp9.c
 create mode 100644 include/media/vp9-ctrls.h

-- 
2.23.0


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

end of thread, other threads:[~2019-12-13 20:37 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-13 13:31 [PATCH 0/3] media: rkvdec: Add a VP9 backend Boris Brezillon
2019-12-13 13:31 ` Boris Brezillon
2019-12-13 13:31 ` [PATCH 1/3] media: v4l2-ctrls: Add the [__]v4l2_ctrl_s_ctrl_compound() helpers Boris Brezillon
2019-12-13 13:31   ` Boris Brezillon
2019-12-13 13:31 ` [PATCH 2/3] media: uapi: Add VP9 stateless decoder controls Boris Brezillon
2019-12-13 13:31   ` Boris Brezillon
2019-12-13 13:31 ` [PATCH 3/3] media: rkvdec: Add the VP9 backend Boris Brezillon
2019-12-13 13:31   ` Boris Brezillon
2019-12-13 13:37 ` [PATCH 0/3] media: rkvdec: Add a " Boris Brezillon
2019-12-13 13:37   ` Boris Brezillon

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.