All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sakari Ailus <sakari.ailus@linux.intel.com>
To: linux-media@vger.kernel.org
Cc: rajmohan.mani@intel.com, yong.zhi@intel.com, hverkuil@xs4all.nl
Subject: [v4l-utils PATCH 0/4] Metadata output support for v4l2-ctl
Date: Mon, 14 Jan 2019 16:13:04 +0200	[thread overview]
Message-ID: <20190114141308.29329-1-sakari.ailus@linux.intel.com> (raw)

Hi folks,

This set adds metadata output buffer type support for v4l2-ctl. There are
a few more things done by the set, too:

- fixed static build instructions,

- fixed --all argument handling for metadata capture formats and

- include changes to videodev2.h brought by kernel patch I recently sent
  ("v4l: uAPI: V4L2_BUF_TYPE_META_OUTPUT is an output buffer type").

Sakari Ailus (4):
  Update static build instructions
  Sync the latest headers
  v4l2-ctl: Print metadata capture formats on --all
  v4l2-ctl: Add support for META_OUTPUT buffer type

 INSTALL                              |   8 +--
 include/linux/videodev2.h            |   3 +-
 utils/v4l2-ctl/Makefile.am           |   3 +-
 utils/v4l2-ctl/v4l2-ctl-common.cpp   |   3 +-
 utils/v4l2-ctl/v4l2-ctl-meta-out.cpp | 106 +++++++++++++++++++++++++++++++++++
 utils/v4l2-ctl/v4l2-ctl-meta.cpp     |  19 ++++---
 utils/v4l2-ctl/v4l2-ctl.cpp          |  17 ++++++
 utils/v4l2-ctl/v4l2-ctl.h            |  13 +++++
 8 files changed, 156 insertions(+), 16 deletions(-)
 create mode 100644 utils/v4l2-ctl/v4l2-ctl-meta-out.cpp

-- 
2.11.0


             reply	other threads:[~2019-01-14 14:13 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-14 14:13 Sakari Ailus [this message]
2019-01-14 14:13 ` [v4l-utils PATCH 1/4] Update static build instructions Sakari Ailus
2019-01-14 14:13 ` [v4l-utils PATCH 2/4] Sync the latest headers Sakari Ailus
2019-01-14 14:13 ` [v4l-utils PATCH 3/4] v4l2-ctl: Print metadata capture formats on --all Sakari Ailus
2019-01-14 14:13 ` [v4l-utils PATCH 4/4] v4l2-ctl: Add support for META_OUTPUT buffer type Sakari Ailus
2019-01-22  8:19   ` Hans Verkuil
2019-01-22  9:47     ` Sakari Ailus
2019-01-22 10:21       ` Hans Verkuil
2019-01-22 12:31         ` Sakari Ailus

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=20190114141308.29329-1-sakari.ailus@linux.intel.com \
    --to=sakari.ailus@linux.intel.com \
    --cc=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    --cc=rajmohan.mani@intel.com \
    --cc=yong.zhi@intel.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 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.