mbox series

[v4l-utils,0/6] Support for source change in m2m decoder

Message ID 20190120111520.114305-1-dafna3@gmail.com (mailing list archive)
Headers show
Series Support for source change in m2m decoder | expand

Message

Dafna Hirschfeld Jan. 20, 2019, 11:15 a.m. UTC
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(-)