From: Ezequiel Garcia <ezequiel@collabora.com>
To: Hans Verkuil <hverkuil@xs4all.nl>,
linux-media@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: kernel@collabora.com, Jonas Karlman <jonas@kwiboo.se>,
Nicolas Dufresne <nicolas.dufresne@collabora.com>,
Philipp Zabel <p.zabel@pengutronix.de>,
Maxime Ripard <mripard@kernel.org>,
Paul Kocialkowski <paul.kocialkowski@bootlin.com>,
Jernej Skrabec <jernej.skrabec@siol.net>
Subject: Re: [PATCH v2 9/9] media: docs: Move the H264 stateless codec uAPI
Date: Sat, 14 Nov 2020 22:11:52 -0300 [thread overview]
Message-ID: <3803ef740171b4684c788ab21f7fcc32231ca198.camel@collabora.com> (raw)
In-Reply-To: <df05d7ea-45be-76d6-78a0-47b1a6846ad4@xs4all.nl>
On Sat, 2020-11-14 at 13:57 +0100, Hans Verkuil wrote:
> On 13/11/2020 22:51, Ezequiel Garcia wrote:
> > Now that we've destaged the H264 stateless codec controls,
> > and with all the pieces in place, update the documentation
> > and move it to its own section.
> >
> > Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
> > ---
> > .../userspace-api/media/v4l/common.rst | 1 +
> > .../media/v4l/ext-ctrls-codec-stateless.rst | 674 +++++++++++++++++
> > .../media/v4l/ext-ctrls-codec.rst | 692 ------------------
> > .../media/v4l/pixfmt-compressed.rst | 14 +-
> > 4 files changed, 682 insertions(+), 699 deletions(-)
> > create mode 100644 Documentation/userspace-api/media/v4l/ext-ctrls-codec-stateless.rst
> >
>
> <snip>
>
> > diff --git a/Documentation/userspace-api/media/v4l/pixfmt-compressed.rst b/Documentation/userspace-api/media/v4l/pixfmt-compressed.rst
> > index d585909bc4e2..32b91ce0f0d9 100644
> > --- a/Documentation/userspace-api/media/v4l/pixfmt-compressed.rst
> > +++ b/Documentation/userspace-api/media/v4l/pixfmt-compressed.rst
> > @@ -59,14 +59,14 @@ Compressed Formats
> > This format is adapted for stateless video decoders that implement an
> > H264 pipeline (using the :ref:`mem2mem` and :ref:`media-request-api`).
> > This pixelformat has two modifiers that must be set at least once
> > - through the ``V4L2_CID_MPEG_VIDEO_H264_DECODE_MODE``
> > - and ``V4L2_CID_MPEG_VIDEO_H264_START_CODE`` controls.
> > + through the ``V4L2_CID_STATELESS_H264_DECODE_MODE``
> > + and ``V4L2_CID_STATELESS_H264_START_CODE`` controls.
> > In addition, metadata associated with the frame to decode are
> > - required to be passed through the ``V4L2_CID_MPEG_VIDEO_H264_SPS``,
> > - ``V4L2_CID_MPEG_VIDEO_H264_PPS``,
> > - ``V4L2_CID_MPEG_VIDEO_H264_SCALING_MATRIX``,
> > - ``V4L2_CID_MPEG_VIDEO_H264_SLICE_PARAMS`` and
> > - ``V4L2_CID_MPEG_VIDEO_H264_DECODE_PARAMS`` controls. See the
> > + required to be passed through the ``V4L2_CID_STATELESS_H264_SPS``,
> > + ``V4L2_CID_STATELESS_H264_PPS``,
> > + ``V4L2_CID_STATELESS_H264_SCALING_MATRIX``,
> > + ``V4L2_CID_STATELESS_H264_SLICE_PARAMS`` and
> > + ``V4L2_CID_STATELESS_H264_DECODE_PARAMS`` controls. See the
> > :ref:`associated Codec Control IDs <v4l2-mpeg-h264>`. Exactly
> > one output and one capture buffer must be provided for use
> > with this pixel format. The output buffer must contain the
> >
>
> There is a note about this 'format not yet part of the public API' that
> needs to be deleted as well.
>
Good catch.
Thanks,
Eze
>
>
>
next prev parent reply other threads:[~2020-11-15 1:12 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-11-13 21:51 [PATCH v2 0/9] Stateless H.264 de-staging Ezequiel Garcia
2020-11-13 21:51 ` [PATCH v2 1/9] media: rkvdec: h264: Support profile and level controls Ezequiel Garcia
2020-11-13 21:51 ` [PATCH v2 2/9] media: cedrus: " Ezequiel Garcia
2020-11-17 19:24 ` Jernej Škrabec
2020-11-17 19:40 ` Ezequiel Garcia
2020-11-17 19:55 ` Jernej Škrabec
2020-11-17 19:55 ` Ezequiel Garcia
2020-11-13 21:51 ` [PATCH v2 3/9] media: Rename stateful codec control macros Ezequiel Garcia
2020-11-14 12:53 ` Hans Verkuil
2020-11-15 1:12 ` Ezequiel Garcia
2020-11-13 21:51 ` [PATCH v2 4/9] media: Clean stateless control includes Ezequiel Garcia
2020-11-13 21:51 ` [PATCH v2 5/9] media: controls: Add the stateless codec control class Ezequiel Garcia
2020-11-13 21:51 ` [PATCH v2 6/9] media: uapi: Move parsed H264 pixel format out of staging Ezequiel Garcia
2020-11-13 21:51 ` [PATCH v2 7/9] media: uapi: Move the H264 stateless control types " Ezequiel Garcia
2020-11-13 21:51 ` [PATCH v2 8/9] media: uapi: move H264 stateless controls " Ezequiel Garcia
2020-11-13 21:51 ` [PATCH v2 9/9] media: docs: Move the H264 stateless codec uAPI Ezequiel Garcia
2020-11-14 12:57 ` Hans Verkuil
2020-11-15 1:11 ` Ezequiel Garcia [this message]
2020-11-14 12:58 ` [PATCH v2 0/9] Stateless H.264 de-staging Hans Verkuil
2020-11-15 0:02 ` Ezequiel Garcia
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=3803ef740171b4684c788ab21f7fcc32231ca198.camel@collabora.com \
--to=ezequiel@collabora.com \
--cc=hverkuil@xs4all.nl \
--cc=jernej.skrabec@siol.net \
--cc=jonas@kwiboo.se \
--cc=kernel@collabora.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=mripard@kernel.org \
--cc=nicolas.dufresne@collabora.com \
--cc=p.zabel@pengutronix.de \
--cc=paul.kocialkowski@bootlin.com \
/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
all inboxes | Powered by JetHome®