summaryrefslogtreecommitdiff
path: root/libsi
diff options
context:
space:
mode:
authorKlaus Schmidinger <kls (at) cadsoft (dot) de>2008-04-13 18:00:00 +0200
committerKlaus Schmidinger <kls (at) cadsoft (dot) de>2008-04-13 18:00:00 +0200
commit771986b89fc19b4ae65179ccf7dd8082512f8b7d (patch)
tree7c9b53c2f3008ea61bc3af93b2c4a5ac3e4a7b6a /libsi
parentfa56503b9a050ec0f0445d48f9bc167b9abe5ee1 (diff)
downloadvdr-patch-lnbsharing-771986b89fc19b4ae65179ccf7dd8082512f8b7d.tar.gz
vdr-patch-lnbsharing-771986b89fc19b4ae65179ccf7dd8082512f8b7d.tar.bz2
Version 1.7.0vdr-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).
Diffstat (limited to 'libsi')
-rw-r--r--libsi/Makefile2
-rw-r--r--libsi/descriptor.c2
-rw-r--r--libsi/descriptor.h2
-rwxr-xr-xlibsi/gendescr.pl2
-rw-r--r--libsi/headers.h2
-rw-r--r--libsi/section.c2
-rw-r--r--libsi/section.h2
-rw-r--r--libsi/si.c2
-rw-r--r--libsi/si.h2
-rw-r--r--libsi/util.c2
-rw-r--r--libsi/util.h2
11 files changed, 11 insertions, 11 deletions
diff --git a/libsi/Makefile b/libsi/Makefile
index cfc889b..1472a3b 100644
--- a/libsi/Makefile
+++ b/libsi/Makefile
@@ -1,7 +1,7 @@
#
# Makefile for a libsi
#
-# $Id: Makefile 1.6 2006/05/26 10:40:19 kls Exp $
+# $Id: Makefile 2.0 2006/05/26 10:40:19 kls Exp $
### The C++ compiler and options:
diff --git a/libsi/descriptor.c b/libsi/descriptor.c
index f3bb344..06b22dc 100644
--- a/libsi/descriptor.c
+++ b/libsi/descriptor.c
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: descriptor.c 1.22 2007/02/03 11:45:58 kls Exp $
+ * $Id: descriptor.c 2.0 2007/02/03 11:45:58 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/descriptor.h b/libsi/descriptor.h
index 161793e..7df076e 100644
--- a/libsi/descriptor.h
+++ b/libsi/descriptor.h
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: descriptor.h 1.16 2007/02/03 11:45:58 kls Exp $
+ * $Id: descriptor.h 2.0 2007/02/03 11:45:58 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/gendescr.pl b/libsi/gendescr.pl
index e2b206f..d28890f 100755
--- a/libsi/gendescr.pl
+++ b/libsi/gendescr.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
-# $Id: gendescr.pl 1.2 2003/12/13 10:40:53 kls Exp $
+# $Id: gendescr.pl 2.0 2003/12/13 10:40:53 kls Exp $
print "Name (ohne ...Descriptor):";
$name=<STDIN>;
diff --git a/libsi/headers.h b/libsi/headers.h
index db1e261..1e09d6c 100644
--- a/libsi/headers.h
+++ b/libsi/headers.h
@@ -10,7 +10,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: headers.h 1.9 2007/02/03 11:45:58 kls Exp $
+ * $Id: headers.h 2.0 2007/02/03 11:45:58 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/section.c b/libsi/section.c
index 6dd43df..8c86f46 100644
--- a/libsi/section.c
+++ b/libsi/section.c
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: section.c 1.5 2006/04/14 10:53:44 kls Exp $
+ * $Id: section.c 2.0 2006/04/14 10:53:44 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/section.h b/libsi/section.h
index 29af7f4..d8b5244 100644
--- a/libsi/section.h
+++ b/libsi/section.h
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: section.h 1.4 2006/04/14 10:53:44 kls Exp $
+ * $Id: section.h 2.0 2006/04/14 10:53:44 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/si.c b/libsi/si.c
index 49464ba..bf00041 100644
--- a/libsi/si.c
+++ b/libsi/si.c
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: si.c 1.25 2008/03/05 17:00:55 kls Exp $
+ * $Id: si.c 2.0 2008/03/05 17:00:55 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/si.h b/libsi/si.h
index a156d76..3d2cfc0 100644
--- a/libsi/si.h
+++ b/libsi/si.h
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: si.h 1.17 2007/04/22 13:32:09 kls Exp $
+ * $Id: si.h 2.0 2007/04/22 13:32:09 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/util.c b/libsi/util.c
index b0db93e..36a80d0 100644
--- a/libsi/util.c
+++ b/libsi/util.c
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: util.c 1.7 2006/02/18 11:17:50 kls Exp $
+ * $Id: util.c 2.0 2006/02/18 11:17:50 kls Exp $
* *
***************************************************************************/
diff --git a/libsi/util.h b/libsi/util.h
index 08b1614..b030080 100644
--- a/libsi/util.h
+++ b/libsi/util.h
@@ -6,7 +6,7 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
- * $Id: util.h 1.7 2006/02/25 10:13:28 kls Exp $
+ * $Id: util.h 2.0 2006/02/25 10:13:28 kls Exp $
* *
***************************************************************************/