Guys are there any news on DVB-S2 multistream support. I have
found test patches at http://www.tbsdtv.com/forum/viewtopic.php?f=26&t=1874
and judging by report on dvblast-devel ML they seem to work.
What is holding them back, perhaps nobody submitted them?
--
Georgi Chorbadzhiyski
http://georgi.
On 12/23/2011 07:30 PM, Patrick Boettcher wrote:
Hi Antti,
On Thursday, December 22, 2011 10:30:25 PM Antti Palosaari wrote:
Rename DMB-TH to DTMB.
Add few new values for existing parameters.
Add two new parameters, interleaving and carrier.
DTMB supports interleavers: 240 and 720.
DTMB suppo
Hi,
I have a Terratec Cinergy HTC Stick an tried the new support for the
DVB-C part. It works for SD material (at least for free receivable
stations, I tried afair only QAM64), but did not for HD stations
(QAM256). I have only access to unencrypted ARD HD, ZDF HD and arte HD
(via KabelDeutsch
On 12/23/2011 07:27 PM, Patrick Boettcher wrote:
On Friday, December 23, 2011 02:38:59 PM Andreas Oberritter wrote:
On 22.12.2011 22:30, Antti Palosaari wrote:
@@ -201,6 +205,9 @@ typedef enum fe_guard_interval {
GUARD_INTERVAL_1_128,
GUARD_INTERVAL_19_128,
GUARD_INTERVAL_19_
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date:Sat Dec 24 19:00:19 CET 2011
git hash:1a5cd29631a6b75e49e6ad8a770ab9d69cda0fa2
gcc version: i686-linux-gcc (GCC
Hello
I just looked latest for 3.3 and there was 3 patch missing I have
already PULL requested.
Could you PULL those ASAP from that tree:
http://git.linuxtv.org/anttip/media_tree.git/shortlog/refs/heads/misc
2011-11-19 tda18218: fix 6 MHz default IF frequency
2011-11-19 af9015: limit I2C acces
Despite its name, tuner-simple has a complex logic to set freqs ;)
Basically, it can be called by two different ways: via set_params()
or via calc_regs() callbacks. Both are bound to the DVBv3 API.
Also, set_params internally calls calc_regs().
In order to get rid of DVBv3 params at set_params(),
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/frontends/dib0070.c |8
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/media/dvb/frontends/dib0070.c
b/drivers/media/dvb/frontends/dib0070.c
index dc1cb17..4ca3441 100644
--- a/drivers/media/dvb/front
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/frontends/tua6100.c | 15 ---
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/drivers/media/dvb/frontends/tua6100.c
b/drivers/medi
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/mantis/mantis_vp2033.c |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/media/dvb/mantis/mantis_vp2033.c
b/drivers/media/
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/tda827x.c | 49 +++--
1 files changed, 28 insertions(+), 21 deletions(-)
diff --git a/drivers/media/common/tuners/tda8
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/ttpci/av7110.c | 55 +
1 files changed, 31 insertions(+), 24 deletions(-)
diff --git a/drivers/media/dvb/ttpci/av7110.c b
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/dvb-usb/dib0700_devices.c | 19 ---
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.
The calc_regs() callback is used by a few frontends (mt352, nxt200x,
digitv and zl10353). On all places it is called, the parameters are
set by DVBv5 way. So, just use the DVBv5 struct and remove the
extra parameter.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/tuner-simp
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/ttpci/budget-av.c | 43 ++
1 files changed, 23 insertions(+), 20 deletions(-)
diff --git a/drivers/media/dvb/ttpci/budget-av.
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/frontends/zl10039.c |9 +
1 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/drivers/media/dvb/frontends/zl10039.c
b/drivers/media/dvb/
This standard is not properly documented, but its settings are at
the tda18271dd driver, and are somewhat obvious, as they follow
the same logic as DVB-T 7MHz.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/tda18271-maps.c |4
drivers/media/common/tuners/tda18271.h
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/tda18271-fe.c | 74 +---
1 files changed, 34 insertions(+), 40 deletions(-)
diff --git a/drivers/media/common/tuners/tda18
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/dvb-usb/cxusb.c |3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/media/dvb/dvb-usb/cxusb.c
b/drivers/media/dvb/dvb-usb/cxusb.
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/mantis/mantis_vp1033.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb/mantis/mantis_vp1033.c
b/drivers/media/dv
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/frontends/bsbe1.h |5 +++--
drivers/media/dvb/frontends/bsru6.h |7 ---
drivers/media/dvb/frontends/tdhd1.h |9 +
3 files changed, 12 in
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/frontends/ix2505v.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb/frontends/ix2505v.c
b/drivers/media/dvb/fron
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/frontends/stb6000.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb/frontends/stb6000.c
b/drivers/media/dvb/fron
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/frontends/itd1000.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb/frontends/itd1000.c
b/drivers/media/dvb/fron
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/frontends/zl10036.c |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/media/dvb/frontends/zl10036.c
b/drivers/media/dvb/fr
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/video/cx88/cx88-dvb.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/media/video/cx88/cx88-dvb.c
b/drivers/media/video/cx88/c
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/ttpci/budget.c | 39 +
1 files changed, 22 insertions(+), 17 deletions(-)
diff --git a/drivers/media/dvb/ttpci/budget.c b
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/frontends/dvb-pll.c | 61 +---
1 files changed, 32 insertions(+), 29 deletions(-)
diff --git a/drivers/media/dvb/frontends/dvb-p
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/video/saa7134/saa7134-dvb.c | 24 +---
1 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/drivers/media/video/saa7134/saa7134-dv
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/xc4000.c | 97 +++---
1 files changed, 42 insertions(+), 55 deletions(-)
diff --git a/drivers/media/common/tuners/xc40
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/mxl5007t.c | 51 +++-
1 files changed, 24 insertions(+), 27 deletions(-)
diff --git a/drivers/media/common/tuners/mxl5
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/dvb-usb/mxl111sf-tuner.c | 46 +--
1 files changed, 22 insertions(+), 24 deletions(-)
diff --git a/drivers/media/dvb/dvb-usb/mxl111sf
This driver implements a fake get_bandwidth() callback. In
reallity, the tuner driver won't adjust its low-pass
filter based on a bandwidth, and were just providing a fake
method for demods to read whatever was "set".
This code is useless, as none of the drivers that use
this tuner seems to requir
Instead of just estimating the bandwidth for DVB-C annex A/C,
also fill it at the core for ATSC and DVB-C annex B. This
simplifies the logic inside the tuners, as all non-satellite
tuners can just use c->bandwidth_hz for all supported
delivery systems.
It could make sense to latter use it also for
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/pluto2/pluto2.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb/pluto2/pluto2.c
b/drivers/media/dvb/pluto2/pluto
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.c | 50
1 files changed, 30 insertions(+), 20 deletions(-)
diff --git a/drivers/media/dvb/ttusb-budget/dvb
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/mantis/mantis_vp2040.c |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/media/dvb/mantis/mantis_vp2040.c
b/drivers/media/
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/tuner-xc2028.c | 83
1 files changed, 36 insertions(+), 47 deletions(-)
diff --git a/drivers/media/common/tuners/tune
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/bt8xx/dvb-bt8xx.c | 31 ---
1 files changed, 16 insertions(+), 15 deletions(-)
diff --git a/drivers/media/dvb/bt8xx/dvb-bt8xx.c
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/frontends/tda826x.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb/frontends/tda826x.c
b/drivers/media/dvb/fron
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/ttpci/budget-ci.c | 41 ++
1 files changed, 22 insertions(+), 19 deletions(-)
diff --git a/drivers/media/dvb/ttpci/budget-ci.
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/tda18218.c | 15 ++-
1 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/drivers/media/common/tuners/tda18218.c
b/drivers/m
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/frontends/cx24113.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb/frontends/cx24113.c
b/drivers/media/dvb/fron
This driver implements a fake get_bandwidth() callback. In
reallity, the tuner driver won't adjust its low-pass
filter based on a bandwidth, and were just providing a fake
method for demods to read whatever was "set".
This code is useless, as none of the drivers that use
this tuner seems to requir
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/max2165.c | 36 +++-
1 files changed, 13 insertions(+), 23 deletions(-)
diff --git a/drivers/media/common/tuners/max21
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/dvb/ttpci/budget-patch.c | 16 +---
1 files changed, 9 insertions(+), 7 deletions(-)
diff --git a/drivers/media/dvb/ttpci/budget-patch.c
b/drivers/m
This driver implements a fake get_bandwidth() callback. In
reallity, the tuner driver won't adjust its low-pass
filter based on a bandwidth, and were just providing a fake
method for demods to read whatever was "set".
This code is useless, as none of the drivers that use
this tuner seems to requir
There is a bug on mxl5005s logic: when the bandwidth changes, but using
the same delivery system, the code discard the set_params()
reconfiguration request.
This was happening because, in the previous coding, the bandwidth
calculus were after the check for delivery system changes.
The previous pa
SYS_DVBC_ANNEX_AC is an alias for SYS_DVBC_ANNEX_A. However,
the first one is incorrect, as not all devices support both.
So, replace its occurrences by the proper value (either
SYS_DVBC_ANNEX_A or both SYS_DVBC_ANNEX_A and SYS_DVBC_ANNEX_C).
Signed-off-by: Mauro Carvalho Chehab
---
drivers/medi
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/mxl5005s.c | 65 ++-
1 files changed, 29 insertions(+), 36 deletions(-)
diff --git a/drivers/media/common/tuners/mxl50
This is a big series of patches, but most stuff are trivial:
instead of using the DVBv3 way (explicitly passing a
struct dvb_frontend_parameters to set_parms), use the DVBv5
way (e. g. fe->dtv_property_cache). This makes the drivers more
consistent, as newer drivers (DVB-T2/S2, ISDB-T, DMTB, DVB t
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/mt2266.c | 25 ++---
1 files changed, 14 insertions(+), 11 deletions(-)
diff --git a/drivers/media/common/tuners/mt2266.c
b/d
Instead of using DVBv3 parameters, rely on DVBv5 parameters to
set the tuner.
Signed-off-by: Mauro Carvalho Chehab
---
drivers/media/common/tuners/mc44s803.c |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/drivers/media/common/tuners/mc44s803.c
b/drivers/media/com
On Thu, 2011-12-15 at 22:43 +, Malcolm Priestley wrote:
> On Thu, 2011-12-15 at 16:42 +, Malcolm Priestley wrote:
> > > [ 1103.536156] it913x: Chip Version=ec Chip Type=5830
> > > [ 1104.336178] it913x: Dual mode=92 Remote=92 Tuner Type=92
> > > [ 1106.248116] dvb-usb: found a 'ITE 9135(900
Adds support for the Honestech Vidbox NW03 USB capture device.
The device has an eMpia EMP202 audio chip which in my Vidbox has a Vendor Id
identical to the STAC9750 therefore my previous patch to change the driver's
Vendor ID recognition is also required for audio to work with this device.
Sig
55 matches
Mail list logo