From 9fe4d4ea9c054e539ab679ed2e9c076c35beb69d Mon Sep 17 00:00:00 2001 From: etobi Date: Tue, 3 Sep 2013 09:48:45 +0200 Subject: Imported Upstream version 1.1.1+rev1355 --- util/scan/dvb-t/de-Berlin | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'util/scan/dvb-t/de-Berlin') diff --git a/util/scan/dvb-t/de-Berlin b/util/scan/dvb-t/de-Berlin index 86f875b..5b040c7 100644 --- a/util/scan/dvb-t/de-Berlin +++ b/util/scan/dvb-t/de-Berlin @@ -1,11 +1,12 @@ # DVB-T Berlin # Created from http://www.ueberallfernsehen.de/data/senderliste.pdf # T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy -T 177500000 7MHz 3/4 NONE QAM16 8k 1/8 NONE # CH05: HSE 24/MONA, FAB, WDR, SWR +T 177500000 7MHz 3/4 NONE QAM16 8k 1/8 NONE # CH05: Tele 5, HSE 24 / MonaTV(+ DMAX / Bibel.TV), WDR, SWR (BW / RP) T 191500000 7MHz 2/3 NONE QAM16 8k 1/8 NONE # CH07: MDR, NDR, arte T 506000000 8MHz 2/3 NONE QAM16 8k 1/8 NONE # CH25: RTL, RTL II, Super RTL, VOX T 522000000 8MHz 2/3 NONE QAM16 8k 1/8 NONE # CH27: Das Erste, RBB, Phoenix, EinsExtra -T 570000000 8MHz 2/3 NONE QAM16 8k 1/4 NONE # CH33: ZDF, 3sat, KiKa / ZDFdokukanal, ZDFinfokanal +T 570000000 8MHz 2/3 NONE QAM16 8k 1/4 NONE # CH33: ZDF, 3sat, KiKa / ZDFneo, ZDFinfokanal +T 618000000 8MHz 2/3 NONE QAM64 8k 1/4 NONE # CH39: Das Vierte, Bibel.TV, QVC, TVP Polonia (ab Januar 2010) T 658000000 8MHz 2/3 NONE QAM16 8k 1/8 NONE # CH44: Pro7, Sat.1, Kabel1, N24 T 754000000 8MHz 2/3 NONE QAM16 8k 1/8 NONE # CH56: Eurosport, TV.B, DSF, Neun live -T 778000000 8MHz 2/3 NONE QAM16 8k 1/8 NONE # CH59: n-tv, EuroNews, + 26 Radioprogramme +T 778000000 8MHz 2/3 NONE QAM16 8k 1/8 NONE # CH59: n-tv, EuroNews / Channel 21 Shop, + 14 Radioprogramme -- cgit v1.2.3 t/log/drv_SimpleLCD.c'>
path: root/drv_SimpleLCD.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-12Improved config behavior.mjona1-9/+32
2010-02-12Fixed a segmentation fault bug in cfg_get().mjona1-1/+1
2010-02-11All static memory allocations were turned into dynamical ones.mjona1-128/+200
2010-02-07timer.c: two small optimizations (removed "flag"; tv_usec can't be negative)mzuther1-7/+4
2010-02-07added grouping of widgets by update interval (new file "timer_group.c")mzuther13-168/+441
2010-02-07BUG: handle negative delays in timer_process() (timer.c)mzuther1-0/+4
2010-02-06timer.c: I had forgotten how to initialize a "struct" :)mzuther1-3/+4
2010-02-06BUG: compensate timers for processing delay ("timer.c")mzuther1-1/+3
2010-02-06timer.c: exchanged "proprietary code" with timeradd() and timersub() functionsmzuther1-14/+10
2010-02-04timer.c: removed fruitless changes to variable "flag" from timer_process()mzuther1-2/+0
2010-02-04According to its man page, timercmp() is broken on some systems -- applied th...mzuther1-1/+1
2010-02-04small warning removedmichael1-1/+1
2010-02-04clear errno after creating the FIFO by Claas Hilbrechtmichael1-0/+2