From: "Jernej Škrabec" <jernej.skrabec@siol.net>
To: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: linux-media@vger.kernel.org,
Paul Kocialkowski <paul.kocialkowski@bootlin.com>,
mripard@kernel.org, tfiga@chromium.org, jonas@kwiboo.se,
Ezequiel Garcia <ezequiel@collabora.com>
Subject: Re: [PATCHv3 0/8] media: cedrus: h264: Support multi-slice frames
Date: Fri, 11 Oct 2019 09:07:36 +0200 [thread overview]
Message-ID: <8631386.LGH57gnQEz@jernej-laptop> (raw)
In-Reply-To: <20191010131152.68984-1-hverkuil-cisco@xs4all.nl>
Dne četrtek, 10. oktober 2019 ob 15:11:44 CEST je Hans Verkuil napisal(a):
> This series adds support for decoding multi-slice H264 frames along with
> support for V4L2_DEC_CMD_FLUSH and V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF.
>
> This has only been compile-tested. Jernej, can you test with ffmpeg?
Sure, but not before Tuesday, unfortunatelly.
Best regards,
Jernej
>
> This series is based on
> https://www.spinics.net/lists/linux-media/msg158081.html plus ideas from
> https://www.spinics.net/lists/linux-media/msg158625.html.
>
> Changes since v2:
>
> - Move the code to detect if a capture buffer is done to
> the v4l2-mem2mem core framework.
> - Move the first-slice detection to the core as well.
> - Add a new v4l2_m2m_buf_done_and_job_finish() function that
> finishes a job taking held capture buffers into account.
> Marking buffers as done and finishing the job has to be
> done with job_spinlock held to avoid race conditions with
> v4l2_m2m_ioctl_stateless_decoder_cmd().
> - v4l2_m2m_ioctl_stateless_decoder_cmd takes the job_spinlock
> to prevent race conditions.
>
> Regards,
>
> Hans
>
> Hans Verkuil (4):
> vb2: add V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF
> v4l2-mem2mem: support held capture buffers
> videodev2.h: add V4L2_DEC_CMD_FLUSH
> v4l2-mem2mem: add new_frame detection
>
> Jernej Skrabec (4):
> media: v4l2-mem2mem: add stateless_(try_)decoder_cmd ioctl helpers
> media: cedrus: Detect first slice of a frame
> media: cedrus: h264: Support multiple slices per frame
> media: cedrus: Add support for holding capture buffer
>
> Documentation/media/uapi/v4l/buffer.rst | 13 ++
> .../media/uapi/v4l/vidioc-decoder-cmd.rst | 10 +-
> .../media/uapi/v4l/vidioc-reqbufs.rst | 6 +
> .../media/videodev2.h.rst.exceptions | 1 +
> .../media/common/videobuf2/videobuf2-v4l2.c | 12 +-
> drivers/media/v4l2-core/v4l2-mem2mem.c | 188 +++++++++++++++---
> drivers/staging/media/sunxi/cedrus/cedrus.h | 1 +
> .../staging/media/sunxi/cedrus/cedrus_dec.c | 1 +
> .../staging/media/sunxi/cedrus/cedrus_h264.c | 12 +-
> .../staging/media/sunxi/cedrus/cedrus_hw.c | 16 +-
> .../staging/media/sunxi/cedrus/cedrus_video.c | 14 ++
> include/media/v4l2-mem2mem.h | 44 +++-
> include/media/videobuf2-core.h | 3 +
> include/media/videobuf2-v4l2.h | 5 +
> include/uapi/linux/videodev2.h | 14 +-
> 15 files changed, 283 insertions(+), 57 deletions(-)
prev parent reply other threads:[~2019-10-11 7:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-10 13:11 [PATCHv3 0/8] media: cedrus: h264: Support multi-slice frames Hans Verkuil
2019-10-10 13:11 ` [PATCHv3 1/8] vb2: add V4L2_BUF_FLAG_M2M_HOLD_CAPTURE_BUF Hans Verkuil
2019-10-10 13:11 ` [PATCHv3 2/8] v4l2-mem2mem: support held capture buffers Hans Verkuil
2019-10-10 13:11 ` [PATCHv3 3/8] videodev2.h: add V4L2_DEC_CMD_FLUSH Hans Verkuil
2019-10-10 13:11 ` [PATCHv3 4/8] media: v4l2-mem2mem: add stateless_(try_)decoder_cmd ioctl helpers Hans Verkuil
2019-10-10 13:11 ` [PATCHv3 5/8] v4l2-mem2mem: add new_frame detection Hans Verkuil
2019-10-10 13:11 ` [PATCHv3 6/8] media: cedrus: Detect first slice of a frame Hans Verkuil
2019-10-11 8:49 ` Jernej Škrabec
2019-10-11 8:50 ` Hans Verkuil
2019-10-10 13:11 ` [PATCHv3 7/8] media: cedrus: h264: Support multiple slices per frame Hans Verkuil
2019-10-11 9:11 ` Jernej Škrabec
2019-10-10 13:11 ` [PATCHv3 8/8] media: cedrus: Add support for holding capture buffer Hans Verkuil
2019-10-11 9:12 ` Jernej Škrabec
2019-10-11 7:07 ` Jernej Škrabec [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=8631386.LGH57gnQEz@jernej-laptop \
--to=jernej.skrabec@siol.net \
--cc=ezequiel@collabora.com \
--cc=hverkuil-cisco@xs4all.nl \
--cc=jonas@kwiboo.se \
--cc=linux-media@vger.kernel.org \
--cc=mripard@kernel.org \
--cc=paul.kocialkowski@bootlin.com \
--cc=tfiga@chromium.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