mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Version 1.7.0
- Re-implemented handling of DVB-S2, which first appeared in version 1.5.14, but was revoked in version 1.5.15 in favor of making a stable version 1.6.0. VDR now requires the "multiproto" DVB driver, e.g. from http://jusst.de/hg/multiproto. Note that the channels.conf file now supports additional parameters, so you may want to make sure you have a backup of this file in case you need to go back to the previous version of VDR! - Fixed displaying transponder data when it is modified (thanks to Reinhard Nissl). - Fixed handling the counter in detection of pre 1.3.19 PS data (thanks to Reinhard Nissl). - Improved logging system time changes to avoid problems on slow systems under heavy load (suggested by Helmut Auer). - Now setting the thread name, so that it can be seen in 'top -H' (thanks to Rolf Ahrenberg). - Fixed initializing the timer's flags in the cTimer copy constructor (thanks to Andreas Mair). - Fixed setting the OSD level in the 'osddemo' example (thanks to Wolfgang Rohdewald). - Increased the time between checking the CAM status to 500ms to avoid problems with some CAMs (reported by Arthur Konovalov).
This commit is contained in:
18
vdr.5
18
vdr.5
@@ -8,7 +8,7 @@
|
||||
.\" License as specified in the file COPYING that comes with the
|
||||
.\" vdr distribution.
|
||||
.\"
|
||||
.\" $Id: vdr.5 1.68 2008/03/09 15:46:57 kls Exp $
|
||||
.\" $Id: vdr.5 2.1 2008/04/12 10:46:32 kls Exp $
|
||||
.\"
|
||||
.TH vdr 5 "10 Feb 2008" "1.6" "Video Disk Recorder Files"
|
||||
.SH NAME
|
||||
@@ -83,19 +83,23 @@ meaning (and allowed values) are
|
||||
.TS
|
||||
tab (@);
|
||||
l l.
|
||||
\fBB\fR@Bandwidth (6, 7, 8)
|
||||
\fBC\fR@Code rate high priority (0, 12, 23, 34, 45, 56, 67, 78, 89)
|
||||
\fBD\fR@Code rate low priority (0, 12, 23, 34, 45, 56, 67, 78, 89)
|
||||
\fBA\fR@Alpha (0, 1, 2, 4)
|
||||
\fBB\fR@Bandwidth (5, 6, 7, 8)
|
||||
\fBC\fR@Code rate high priority (0, 12, 13, 14, 23, 25, 34, 35, 45, 56, 67, 78, 89, 910)
|
||||
\fBD\fR@coDe rate low priority (0, 12, 13, 14, 23, 25, 34, 35, 45, 56, 67, 78, 89, 910)
|
||||
\fBG\fR@Guard interval (4, 8, 16, 32)
|
||||
\fBH\fR@Horizontal polarization
|
||||
\fBI\fR@Inversion (0, 1)
|
||||
\fBL\fR@Left circular polarization
|
||||
\fBM\fR@Modulation (0, 16, 32, 64, 128, 256)
|
||||
\fBM\fR@Modulation (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 16, 32, 64, 128, 256, 512, 998, 1024)
|
||||
\fBO\fR@rollOff (0, 20, 25, 35)
|
||||
\fBP\fR@Priority (0, 1)
|
||||
\fBR\fR@Right circular polarization
|
||||
\fBT\fR@Transmission mode (2, 8)
|
||||
\fBT\fR@Transmission mode (2, 4, 8)
|
||||
\fBV\fR@Vertical polarization
|
||||
\fBY\fR@Hierarchy (0, 1, 2, 4)
|
||||
\fBY\fR@hierarchY (0, 1)
|
||||
.TE
|
||||
|
||||
The polarization parameters have no integer numbers following them. This is for
|
||||
compatibility with files from older versions and also to keep the DVB-S entries
|
||||
as simple as possible.
|
||||
|
||||
Reference in New Issue
Block a user