From: Dafna Hirschfeld <dafna3@gmail.com>
To: linux-media@vger.kernel.org
Cc: hverkuil@xs4all.nl, helen.koike@collabora.com,
Dafna Hirschfeld <dafna3@gmail.com>
Subject: [PATCH v2 00/10] add support to stateless decoder
Date: Fri, 15 Feb 2019 05:05:00 -0800 [thread overview]
Message-ID: <20190215130509.86290-1-dafna3@gmail.com> (raw)
Changes from v1:
2 new patches
0001: media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error upon failure
0009: media: vicodec: add a flag FWHT_FL_P_FRAME to fwht header
changed patches according to reviews:
0005,0007,0010
Dafna Hirschfeld (10):
media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error upon
failure
media: vicodec: Move raw frame preparation code to a function
media: vicodec: add field 'buf' to fwht_raw_frame
media: vicodec: keep the ref frame according to the format in decoder
media: vicodec: add struct for encoder/decoder instance
media: vicodec: Introducing stateless fwht defs and structs
media: vicodec: Register another node for stateless decoder
media: vicodec: call v4l2_m2m_buf_copy_metadata also upon error
media: vicodec: add a flag FWHT_FL_P_FRAME to fwht header
media: vicodec: Add support for stateless decoder.
drivers/media/platform/vicodec/codec-fwht.c | 68 +-
drivers/media/platform/vicodec/codec-fwht.h | 12 +-
.../media/platform/vicodec/codec-v4l2-fwht.c | 418 ++++---------
.../media/platform/vicodec/codec-v4l2-fwht.h | 4 +
drivers/media/platform/vicodec/vicodec-core.c | 589 +++++++++++++-----
drivers/media/v4l2-core/v4l2-ctrls.c | 24 +-
include/media/v4l2-ctrls.h | 2 +-
include/uapi/linux/v4l2-controls.h | 14 +
include/uapi/linux/videodev2.h | 1 +
9 files changed, 656 insertions(+), 476 deletions(-)
--
2.17.1
next reply other threads:[~2019-02-15 13:06 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-15 13:05 Dafna Hirschfeld [this message]
2019-02-15 13:05 ` [PATCH v2 01/10] media: v4l2-ctrl: v4l2_ctrl_request_setup returns with error upon failure Dafna Hirschfeld
2019-02-15 13:05 ` [PATCH v2 02/10] media: vicodec: Move raw frame preparation code to a function Dafna Hirschfeld
2019-02-15 13:05 ` [PATCH v2 03/10] media: vicodec: add field 'buf' to fwht_raw_frame Dafna Hirschfeld
2019-02-15 13:05 ` [PATCH v2 04/10] media: vicodec: keep the ref frame according to the format in decoder Dafna Hirschfeld
2019-02-19 10:30 ` Hans Verkuil
2019-02-19 10:33 ` Hans Verkuil
2019-02-15 13:05 ` [PATCH v2 05/10] media: vicodec: add struct for encoder/decoder instance Dafna Hirschfeld
2019-02-15 13:05 ` [PATCH v2 06/10] media: vicodec: Introducing stateless fwht defs and structs Dafna Hirschfeld
2019-02-19 10:00 ` Hans Verkuil
2019-02-19 10:45 ` Hans Verkuil
2019-02-15 13:05 ` [PATCH v2 07/10] media: vicodec: Register another node for stateless decoder Dafna Hirschfeld
2019-02-15 21:37 ` kbuild test robot
2019-02-19 10:18 ` Hans Verkuil
2019-02-15 13:05 ` [PATCH v2 08/10] media: vicodec: call v4l2_m2m_buf_copy_metadata also upon error Dafna Hirschfeld
2019-02-19 10:02 ` Hans Verkuil
2019-02-15 13:05 ` [PATCH v2 09/10] media: vicodec: add a flag FWHT_FL_P_FRAME to fwht header Dafna Hirschfeld
2019-02-15 13:42 ` Hans Verkuil
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=20190215130509.86290-1-dafna3@gmail.com \
--to=dafna3@gmail.com \
--cc=helen.koike@collabora.com \
--cc=hverkuil@xs4all.nl \
--cc=linux-media@vger.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