public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] v4l2-ctl: add SDR device support
@ 2014-02-09  6:05 Antti Palosaari
  2014-02-09  6:05 ` [PATCH 1/5] libdvbv5: better handle ATSC/Annex B Antti Palosaari
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Antti Palosaari @ 2014-02-09  6:05 UTC (permalink / raw)
  To: linux-media; +Cc: Mauro Carvalho Chehab, Hans Verkuil, Antti Palosaari

That is here too:
http://git.linuxtv.org/anttip/v4l-utils.git/shortlog/refs/heads/sdr

I will pull request it soon.

regards
Antti

Antti Palosaari (4):
  synch videodev2.h headers with kernel SDR API
  v4l2-ctl: add tuner support for SDR tuners
  v4l2-ctl: add support for SDR FMT
  v4l2-ctl: implement list SDR buffers command

Mauro Carvalho Chehab (1):
  libdvbv5: better handle ATSC/Annex B

 contrib/freebsd/include/linux/videodev2.h |  16 +++++
 include/linux/videodev2.h                 |  16 +++++
 lib/libdvbv5/dvb-file.c                   |  33 +++++++++-
 utils/v4l2-ctl/Makefile.am                |   2 +-
 utils/v4l2-ctl/v4l2-ctl-common.cpp        |   1 +
 utils/v4l2-ctl/v4l2-ctl-sdr.cpp           | 104 ++++++++++++++++++++++++++++++
 utils/v4l2-ctl/v4l2-ctl-streaming.cpp     |   6 ++
 utils/v4l2-ctl/v4l2-ctl-tuner.cpp         |  53 ++++++++++++---
 utils/v4l2-ctl/v4l2-ctl.cpp               |  23 +++++++
 utils/v4l2-ctl/v4l2-ctl.h                 |  13 ++++
 10 files changed, 255 insertions(+), 12 deletions(-)
 create mode 100644 utils/v4l2-ctl/v4l2-ctl-sdr.cpp

-- 
1.8.5.3


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

end of thread, other threads:[~2014-02-10  9:17 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-09  6:05 [PATCH 0/5] v4l2-ctl: add SDR device support Antti Palosaari
2014-02-09  6:05 ` [PATCH 1/5] libdvbv5: better handle ATSC/Annex B Antti Palosaari
2014-02-09  6:05 ` [PATCH 2/5] synch videodev2.h headers with kernel SDR API Antti Palosaari
2014-02-10  9:08   ` Hans Verkuil
2014-02-10  9:17     ` Antti Palosaari
2014-02-09  6:05 ` [PATCH 3/5] v4l2-ctl: add tuner support for SDR tuners Antti Palosaari
2014-02-10  9:10   ` Hans Verkuil
2014-02-09  6:05 ` [PATCH 4/5] v4l2-ctl: add support for SDR FMT Antti Palosaari
2014-02-10  9:11   ` Hans Verkuil
2014-02-09  6:05 ` [PATCH 5/5] v4l2-ctl: implement list SDR buffers command Antti Palosaari
2014-02-10  9:11   ` Hans Verkuil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox