From 94cdfdc0ad8838a8e39f5466d8f20adcccf90395 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Sun, 3 Jan 2010 16:30:22 +0100 Subject: add scan file for Kojal, Czech Republic --- dvb-t/cz-Kojal | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dvb-t/cz-Kojal (limited to 'dvb-t') diff --git a/dvb-t/cz-Kojal b/dvb-t/cz-Kojal new file mode 100644 index 00000000..3d1dd557 --- /dev/null +++ b/dvb-t/cz-Kojal @@ -0,0 +1,8 @@ +# DVB-T Kojal (Brno, Czech Republic) +# T freq bw fec_hi fec_lo mod transmission-mode guard-interval hierarchy +# CT - Ceska televize (multiplex 1) +T 538000000 8MHz 2/3 NONE QAM64 8k 1/4 NONE +# CRa - Ceske radiokomunikace (multiplex 2) +T 626000000 8MHz 2/3 NONE QAM64 8k 1/4 NONE +# Czech Digital Group (multiplex 3) +T 778000000 8MHz 2/3 NONE QAM64 8k 1/4 NONE -- cgit v1.2.3 er' selected='selected'>master lcd4linuxJonathan McCrohan
aboutsummaryrefslogtreecommitdiffstats
path: root/widget_image.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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