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:
@@ -595,6 +595,8 @@ Helmut Auer <vdr@helmutauer.de>
|
||||
not two hex digits after the '#'
|
||||
for suggesting to suppress the automatic shutdown if the remote control is
|
||||
currently disabled
|
||||
for suggesting to improve logging system time changes to avoid problems on slow
|
||||
systems under heavy load
|
||||
|
||||
Jeremy Hall <jhall@UU.NET>
|
||||
for fixing an incomplete initialization of the filter parameters in eit.c
|
||||
@@ -958,6 +960,7 @@ Andreas Mair <andreas@vdr-developer.org>
|
||||
for making the SVDRP command LSTC list the channels with group separators if the
|
||||
option ':groups' is given
|
||||
for fixing handling 3 and 4 byte UTF-8 symbols in Utf8CharGet()
|
||||
for fixing initializing the timer's flags in the cTimer copy constructor
|
||||
|
||||
Olivier Jacques <jacquesolivier@hotmail.com>)
|
||||
for translating OSD texts to the French language
|
||||
@@ -1050,6 +1053,7 @@ Rolf Ahrenberg <rahrenbe@cc.hut.fi>
|
||||
language
|
||||
for fixing displaying the free disk space when entering the recordings menu where
|
||||
the last replayed recording was in a subdirectory, and pressing Back
|
||||
for setting the thread name, so that it can be seen in 'top -H'
|
||||
|
||||
Ralf Klueber <ralf.klueber@vodafone.com>
|
||||
for reporting a bug in cutting a recording if there is only a single editing mark
|
||||
@@ -1174,6 +1178,8 @@ Reinhard Nissl <rnissl@gmx.de>
|
||||
for reporting an invalid access in the section handler when ending VDR
|
||||
for pointing out that cDevice::Transferring() doesn't return the right value in the
|
||||
early stage of channel switching
|
||||
for fixing displaying transponder data when it is modified
|
||||
for fixing handling the counter in detection of pre 1.3.19 PS data
|
||||
|
||||
Richard Robson <richard_robson@beeb.net>
|
||||
for reporting freezing replay if a timer starts while in Transfer Mode from the
|
||||
@@ -1506,6 +1512,7 @@ Arthur Konovalov <kasjas@hot.ee>
|
||||
for translating OSD texts to the Estonian language
|
||||
for fixing a missing ',' in the Greek OSD texts
|
||||
for fixing a missing ',' in the Swedish OSD texts
|
||||
for reporting problems with CAMs when checking the CAM status too frequently
|
||||
|
||||
Milos Kapoun <m.kapoun@cra.cz>
|
||||
for suggesting to skip code table info in SI data
|
||||
@@ -1702,6 +1709,7 @@ Wolfgang Rohdewald <wolfgang@rohdewald.de>
|
||||
Channel+ or Channel- is pressed
|
||||
for pointing out a possible problem with asprintf() if the return value is not
|
||||
checked
|
||||
for fixing setting the OSD level in the 'osddemo' example
|
||||
|
||||
Chad Flynt <hoochster@sofnet.com>
|
||||
for suggestions and experiments regarding the buffer reserve in cTransfer
|
||||
|
||||
Reference in New Issue
Block a user