aboutsummaryrefslogtreecommitdiffstats
path: root/dvb-t/au-Bendigo
diff options
context:
space:
mode:
authorJonathan McCrohan <jmccrohan@gmail.com>2014-10-20 00:37:47 +0100
committerJonathan McCrohan <jmccrohan@gmail.com>2014-10-20 00:38:34 +0100
commitfa79907807c7615fb61006bc4479da877a05b0a9 (patch)
tree5b4f821fcc3e717edcec9a836773554c8350ab62 /dvb-t/au-Bendigo
parent378f3e587e264d46ebcaefe627a97770eac451e1 (diff)
downloaddtv-scan-tables-fa79907807c7615fb61006bc4479da877a05b0a9.tar.gz
Fix up packaging to account for move to DVBv5
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
font-weight: bold } /* Literal.Number.Oct */ .highlight .sa { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
linuxtv-dvb-apps-1.1.0
======================

Linux DVB API test/demo applications and utilities.

You find a README in each subdirectory explaining what the code there does.
For beginners utils/szap/ and utils/scan/ are probably most useful.

For convenience, dvb-apps contains a copy of the DVB API include
files as they are contained in the linuxtv-dvb-1.1.0 realease
and the 2.6.x Linux kernel. However, since the DVB API hasn't changed,
the apps will still work with the old "DVB" drivers, should you decide not
to use linuxtv-dvb-1.1.0 (or the dvb-kernel CVS).


Historical note:
The apps have been copied from the "DVB" CVS tree, which means that
the stuff in "DVB" is now unmaintained and out of date.


Johannes Stezenbach <js@convergence.de>