All of lore.kernel.org
 help / color / mirror / Atom feed
* [v4l-utils PATCH 0/6] Support for source change in m2m decoder
@ 2019-01-20 11:15 Dafna Hirschfeld
  2019-01-20 11:15 ` [v4l-utils PATCH 1/6] v4l2-ctl: Add support for crop and compose selection in streaming Dafna Hirschfeld
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Dafna Hirschfeld @ 2019-01-20 11:15 UTC (permalink / raw)
  To: linux-media; +Cc: hverkuil, helen.koike, Dafna Hirschfeld

1. The first patch "Add support for crop and compose selection in streaming"
was already reviewed.
2. The actual support is added in the patch
"Add support for source change event for m2m decoder"
3. The last patch is only a suggestion for adding a new option
in the command line.

Dafna Hirschfeld (6):
  v4l2-ctl: Add support for crop and compose selection in streaming
  v4l2-ctl: Add function get_codec_type
  v4l2-ctl: test the excpetion fds first in streaming_set_m2m
  v4l2-ctl: Introduce capture_setup
  v4l2-ctl: Add support for source change event for m2m decoder
  v4l2-ctl: Add --stream-pixformat option

 utils/common/codec-fwht.patch         |   8 +-
 utils/common/v4l-stream.c             |  14 +-
 utils/common/v4l-stream.h             |   6 +-
 utils/qvidcap/capture.cpp             |   2 +
 utils/v4l2-ctl/v4l2-ctl-streaming.cpp | 372 +++++++++++++++++++++++---
 utils/v4l2-ctl/v4l2-ctl.cpp           |  39 ++-
 utils/v4l2-ctl/v4l2-ctl.h             |   2 +
 7 files changed, 384 insertions(+), 59 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-01-21  9:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-20 11:15 [v4l-utils PATCH 0/6] Support for source change in m2m decoder Dafna Hirschfeld
2019-01-20 11:15 ` [v4l-utils PATCH 1/6] v4l2-ctl: Add support for crop and compose selection in streaming Dafna Hirschfeld
2019-01-20 11:15 ` [v4l-utils PATCH 2/6] v4l2-ctl: Add function get_codec_type Dafna Hirschfeld
2019-01-21  9:24   ` Hans Verkuil
2019-01-20 11:15 ` [v4l-utils PATCH 3/6] v4l2-ctl: test the excpetion fds first in streaming_set_m2m Dafna Hirschfeld
2019-01-21  9:34   ` Hans Verkuil
2019-01-20 11:15 ` [v4l-utils PATCH 4/6] v4l2-ctl: Introduce capture_setup Dafna Hirschfeld
2019-01-21  9:50   ` Hans Verkuil
2019-01-20 11:15 ` [v4l-utils PATCH 5/6] v4l2-ctl: Add support for source change event for m2m decoder Dafna Hirschfeld
2019-01-21  9:46   ` Hans Verkuil
2019-01-20 11:15 ` [v4l-utils PATCH 6/6] v4l2-ctl: Add --stream-pixformat option Dafna Hirschfeld

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.