public inbox for linux-rockchip@lists.infradead.org
 help / color / mirror / Atom feed
From: Andrzej Pietrasiewicz <andrzej.p@collabora.com>
To: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Cc: linux-media <linux-media@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	"open list:ARM/Rockchip SoC..."
	<linux-rockchip@lists.infradead.org>,
	"open list:STAGING SUBSYSTEM" <linux-staging@lists.linux.dev>,
	Benjamin Gaignard <benjamin.gaignard@collabora.com>,
	Boris Brezillon <boris.brezillon@collabora.com>,
	Fabio Estevam <festevam@gmail.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Hans Verkuil <hverkuil-cisco@xs4all.nl>,
	Heiko Stuebner <heiko@sntech.de>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Mauro Carvalho Chehab <mchehab@kernel.org>,
	Nicolas Dufresne <nicolas.dufresne@collabora.com>,
	NXP Linux Team <linux-imx@nxp.com>,
	Pengutronix Kernel Team <kernel@pengutronix.de>,
	Philipp Zabel <p.zabel@pengutronix.de>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Shawn Guo <shawnguo@kernel.org>,
	Collabora Kernel ML <kernel@collabora.com>
Subject: Re: [PATCH v8 00/12] VP9 codec V4L2 control interface
Date: Tue, 16 Nov 2021 15:48:28 +0100	[thread overview]
Message-ID: <7496c1ab-4ee1-c13b-e7d4-3c3d47022f26@collabora.com> (raw)
In-Reply-To: <CAAEAJfANEficRLg2JCvOmv_pv9j9tEVPPsph4n4TYkeBjeUWiQ@mail.gmail.com>

Hi Ezequiel,

W dniu 16.11.2021 o 15:47, Ezequiel Garcia pisze:
> On Tue, 16 Nov 2021 at 11:38, Andrzej Pietrasiewicz
> <andrzej.p@collabora.com> wrote:
>>
>> Dear all,
>>
>> This patch series adds VP9 codec V4L2 control interface and two drivers
>> using the new controls. It is a follow-up of previous v7 series [1].
>>
>> In this iteration, we've implemented VP9 hardware decoding on two devices:
>> Rockchip VDEC and Hantro G2, and tested on RK3399, i.MX8MQ and i.MX8MP.
>> The i.MX8M driver needs proper power domains support, though, which is a
>> subject of a different effort, but in all 3 cases we were able to run the
>> drivers.
>>
>> GStreamer support is also available, the needed changes have been submitted
>> by Daniel Almeida [2]. This MR is ready to be merged, and just needs the
>> VP9 V4L2 controls to be merged and released.
>>
>> Both rkvdec and hantro drivers are passing a significant number of VP9 tests
>> using Fluster[3]. There are still a few tests that are not passing, due to
>> dynamic frame resize (not yet supported by V4L2) and small size videos
>> (due to IP block limitations).
>>
>> The series adds the VP9 codec V4L2 control API as uAPI, so it aims at being
>> merged without passing through staging, as agreed[4]. The ABI has been checked
>> for padding and verified to contain no holes.
>>
>> [1] https://patchwork.linuxtv.org/project/linux-media/list/?series=6393
>> [2] https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2144
> 
> Due to GStreamer monorepo, the MR has been moved to
> 
> https://gitlab.freedesktop.org//gstreamer/gstreamer/-/merge_requests/1012
> 

Thank you for catching this :)

Andrzej

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

      reply	other threads:[~2021-11-16 14:49 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-16 14:38 [PATCH v8 00/12] VP9 codec V4L2 control interface Andrzej Pietrasiewicz
2021-11-16 14:38 ` [PATCH v8 01/12] hantro: postproc: Fix motion vector space size Andrzej Pietrasiewicz
2021-11-16 14:38 ` [PATCH v8 02/12] hantro: postproc: Introduce struct hantro_postproc_ops Andrzej Pietrasiewicz
2021-11-16 14:38 ` [PATCH v8 03/12] hantro: Simplify postprocessor Andrzej Pietrasiewicz
2021-11-16 14:38 ` [PATCH v8 04/12] hantro: Add quirk for NV12/NV12_4L4 capture format Andrzej Pietrasiewicz
2021-11-16 14:38 ` [PATCH v8 05/12] media: uapi: Add VP9 stateless decoder controls Andrzej Pietrasiewicz
2021-11-16 14:38 ` [PATCH v8 06/12] media: Add VP9 v4l2 library Andrzej Pietrasiewicz
2021-11-16 14:38 ` [PATCH v8 07/12] media: rkvdec: Add the VP9 backend Andrzej Pietrasiewicz
2021-11-17 11:52   ` [PATCH v8.1 " Andrzej Pietrasiewicz
2021-11-16 14:38 ` [PATCH v8 08/12] media: hantro: Rename registers Andrzej Pietrasiewicz
2021-11-17 11:02   ` Ezequiel Garcia
2021-11-16 14:38 ` [PATCH v8 09/12] media: hantro: Prepare for other G2 codecs Andrzej Pietrasiewicz
2021-11-16 14:38 ` [PATCH v8 10/12] media: hantro: Support VP9 on the G2 core Andrzej Pietrasiewicz
2021-11-16 14:38 ` [PATCH v8 11/12] media: hantro: Staticize a struct in postprocessor code Andrzej Pietrasiewicz
2021-11-17 11:01   ` Ezequiel Garcia
2021-11-16 14:38 ` [PATCH v8 12/12] media: hantro: Support NV12 on the G2 core Andrzej Pietrasiewicz
2021-11-16 14:47 ` [PATCH v8 00/12] VP9 codec V4L2 control interface Ezequiel Garcia
2021-11-16 14:48   ` Andrzej Pietrasiewicz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7496c1ab-4ee1-c13b-e7d4-3c3d47022f26@collabora.com \
    --to=andrzej.p@collabora.com \
    --cc=benjamin.gaignard@collabora.com \
    --cc=boris.brezillon@collabora.com \
    --cc=ezequiel@vanguardiasur.com.ar \
    --cc=festevam@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=heiko@sntech.de \
    --cc=hverkuil-cisco@xs4all.nl \
    --cc=jernej.skrabec@gmail.com \
    --cc=kernel@collabora.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=mchehab@kernel.org \
    --cc=nicolas.dufresne@collabora.com \
    --cc=p.zabel@pengutronix.de \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox