Re: [PATCH] DVB-T initial scan file for Israel (dvb-utils)

2010-04-30 Thread Christoph Pfister
2010/4/10 Shaul Kremer :

> Sounds good. Here:
>
> # HG changeset patch
> # User Shaul Kremer 
> # Date 1270911802 -10800
> # Node ID 9c2dabea9d1b63a75593b920d41159e7ba607747
> # Parent  7de0663facd92bbb9049aeeda3dcba9601228f30
> Added DVB-T initial tuning tables for Israel.
>
> diff -r 7de0663facd9 -r 9c2dabea9d1b util/scan/dvb-t/il-All
> --- /dev/null   Thu Jan 01 00:00:00 1970 +
> +++ b/util/scan/dvb-t/il-All    Sat Apr 10 18:03:22 2010 +0300
> @@ -0,0 +1,5 @@
> +# Israel, Israel Broadcasting Authority's transmitters
> +# Generated from list in http://www.iba.org.il/reception/
> +# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
> +T 51400 8MHz 2/3 NONE QAM16 8k 1/4 NONE
> +T 53800 8MHz 2/3 NONE QAM16 8k 1/4 NONE

Applied, thanks (for the next time: please attach patch instead of inlining it).

Christoph
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] DVB-T initial scan file for Israel (dvb-utils)

2010-04-10 Thread Shaul Kremer
On Sat, Apr 10, 2010 at 3:02 AM, hermann pitton  wrote:
> Hi Shaul,
>
> Am Samstag, den 10.04.2010, 02:16 +0300 schrieb Shaul Kremer:
>> Hi,
>>
>> Here is an initial scan file for IBA's DVB-T transmitters.
>>
>> Generated from info at http://www.iba.org.il/reception/ (Hebrew)
>>
>> # HG changeset patch
>> # User Shaul Kremer 
>> # Date 1270854557 -10800
>> # Node ID ac84f6db6f031db82509c247ac1775ca48b0e2f3
>> # Parent  7de0663facd92bbb9049aeeda3dcba9601228f30
>> Added DVB-T initial tuning tables for Israel.
>>
>> diff -r 7de0663facd9 -r ac84f6db6f03 util/scan/dvb-t/il-SFN1
>> --- /dev/null   Thu Jan 01 00:00:00 1970 +
>> +++ b/util/scan/dvb-t/il-SFN1   Sat Apr 10 02:09:17 2010 +0300
>> @@ -0,0 +1,4 @@
>> +# Israel, Israel Broadcasting Authority's SFN-1 transmitter (northern 
>> Israel)
>> +# Generated from list in http://www.iba.org.il/reception/
>> +# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
>> +T 53800 8MHz 2/3 NONE QAM16 8k 1/4 NONE
>> diff -r 7de0663facd9 -r ac84f6db6f03 util/scan/dvb-t/il-SFN2
>> --- /dev/null   Thu Jan 01 00:00:00 1970 +
>> +++ b/util/scan/dvb-t/il-SFN2   Sat Apr 10 02:09:17 2010 +0300
>> @@ -0,0 +1,4 @@
>> +# Israel, Israel Broadcasting Authority's SFN-2 transmitter (central Israel)
>> +# Generated from list in http://www.iba.org.il/reception/
>> +# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
>> +T 51400 8MHz 2/3 NONE QAM16 8k 1/4 NONE
>> diff -r 7de0663facd9 -r ac84f6db6f03 util/scan/dvb-t/il-SFN3
>> --- /dev/null   Thu Jan 01 00:00:00 1970 +
>> +++ b/util/scan/dvb-t/il-SFN3   Sat Apr 10 02:09:17 2010 +0300
>> @@ -0,0 +1,4 @@
>> +# Israel, Israel Broadcasting Authority's SFN-3 transmitter (southern 
>> Israel)
>> +# Generated from list in http://www.iba.org.il/reception/
>> +# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
>> +T 53800 8MHz 2/3 NONE QAM16 8k 1/4 NONE
>
> why you don't put them into one scan file for now?
>
> "scan" for sure does not know about any difference between northern and
> southern Israel from the above and to scan the central transponder too
> in one run might cost in worst case a few seconds.
>
> Cheers,
> Hermann
>
>
>

Sounds good. Here:

# HG changeset patch
# User Shaul Kremer 
# Date 1270911802 -10800
# Node ID 9c2dabea9d1b63a75593b920d41159e7ba607747
# Parent  7de0663facd92bbb9049aeeda3dcba9601228f30
Added DVB-T initial tuning tables for Israel.

diff -r 7de0663facd9 -r 9c2dabea9d1b util/scan/dvb-t/il-All
--- /dev/null   Thu Jan 01 00:00:00 1970 +
+++ b/util/scan/dvb-t/il-AllSat Apr 10 18:03:22 2010 +0300
@@ -0,0 +1,5 @@
+# Israel, Israel Broadcasting Authority's transmitters
+# Generated from list in http://www.iba.org.il/reception/
+# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
+T 51400 8MHz 2/3 NONE QAM16 8k 1/4 NONE
+T 53800 8MHz 2/3 NONE QAM16 8k 1/4 NONE
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] DVB-T initial scan file for Israel (dvb-utils)

2010-04-09 Thread hermann pitton
Hi Shaul,

Am Samstag, den 10.04.2010, 02:16 +0300 schrieb Shaul Kremer:
> Hi,
> 
> Here is an initial scan file for IBA's DVB-T transmitters.
> 
> Generated from info at http://www.iba.org.il/reception/ (Hebrew)
> 
> # HG changeset patch
> # User Shaul Kremer 
> # Date 1270854557 -10800
> # Node ID ac84f6db6f031db82509c247ac1775ca48b0e2f3
> # Parent  7de0663facd92bbb9049aeeda3dcba9601228f30
> Added DVB-T initial tuning tables for Israel.
> 
> diff -r 7de0663facd9 -r ac84f6db6f03 util/scan/dvb-t/il-SFN1
> --- /dev/null   Thu Jan 01 00:00:00 1970 +
> +++ b/util/scan/dvb-t/il-SFN1   Sat Apr 10 02:09:17 2010 +0300
> @@ -0,0 +1,4 @@
> +# Israel, Israel Broadcasting Authority's SFN-1 transmitter (northern Israel)
> +# Generated from list in http://www.iba.org.il/reception/
> +# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
> +T 53800 8MHz 2/3 NONE QAM16 8k 1/4 NONE
> diff -r 7de0663facd9 -r ac84f6db6f03 util/scan/dvb-t/il-SFN2
> --- /dev/null   Thu Jan 01 00:00:00 1970 +
> +++ b/util/scan/dvb-t/il-SFN2   Sat Apr 10 02:09:17 2010 +0300
> @@ -0,0 +1,4 @@
> +# Israel, Israel Broadcasting Authority's SFN-2 transmitter (central Israel)
> +# Generated from list in http://www.iba.org.il/reception/
> +# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
> +T 51400 8MHz 2/3 NONE QAM16 8k 1/4 NONE
> diff -r 7de0663facd9 -r ac84f6db6f03 util/scan/dvb-t/il-SFN3
> --- /dev/null   Thu Jan 01 00:00:00 1970 +
> +++ b/util/scan/dvb-t/il-SFN3   Sat Apr 10 02:09:17 2010 +0300
> @@ -0,0 +1,4 @@
> +# Israel, Israel Broadcasting Authority's SFN-3 transmitter (southern Israel)
> +# Generated from list in http://www.iba.org.il/reception/
> +# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
> +T 53800 8MHz 2/3 NONE QAM16 8k 1/4 NONE

why you don't put them into one scan file for now?

"scan" for sure does not know about any difference between northern and
southern Israel from the above and to scan the central transponder too
in one run might cost in worst case a few seconds.

Cheers,
Hermann


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] DVB-T initial scan file for Israel (dvb-utils)

2010-04-09 Thread Shaul Kremer
Hi,

Here is an initial scan file for IBA's DVB-T transmitters.

Generated from info at http://www.iba.org.il/reception/ (Hebrew)

# HG changeset patch
# User Shaul Kremer 
# Date 1270854557 -10800
# Node ID ac84f6db6f031db82509c247ac1775ca48b0e2f3
# Parent  7de0663facd92bbb9049aeeda3dcba9601228f30
Added DVB-T initial tuning tables for Israel.

diff -r 7de0663facd9 -r ac84f6db6f03 util/scan/dvb-t/il-SFN1
--- /dev/null   Thu Jan 01 00:00:00 1970 +
+++ b/util/scan/dvb-t/il-SFN1   Sat Apr 10 02:09:17 2010 +0300
@@ -0,0 +1,4 @@
+# Israel, Israel Broadcasting Authority's SFN-1 transmitter (northern Israel)
+# Generated from list in http://www.iba.org.il/reception/
+# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
+T 53800 8MHz 2/3 NONE QAM16 8k 1/4 NONE
diff -r 7de0663facd9 -r ac84f6db6f03 util/scan/dvb-t/il-SFN2
--- /dev/null   Thu Jan 01 00:00:00 1970 +
+++ b/util/scan/dvb-t/il-SFN2   Sat Apr 10 02:09:17 2010 +0300
@@ -0,0 +1,4 @@
+# Israel, Israel Broadcasting Authority's SFN-2 transmitter (central Israel)
+# Generated from list in http://www.iba.org.il/reception/
+# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
+T 51400 8MHz 2/3 NONE QAM16 8k 1/4 NONE
diff -r 7de0663facd9 -r ac84f6db6f03 util/scan/dvb-t/il-SFN3
--- /dev/null   Thu Jan 01 00:00:00 1970 +
+++ b/util/scan/dvb-t/il-SFN3   Sat Apr 10 02:09:17 2010 +0300
@@ -0,0 +1,4 @@
+# Israel, Israel Broadcasting Authority's SFN-3 transmitter (southern Israel)
+# Generated from list in http://www.iba.org.il/reception/
+# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy
+T 53800 8MHz 2/3 NONE QAM16 8k 1/4 NONE
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html