summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-04 09:34:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-04 09:34:06 +0100
commitf61645b4d2a73101c2a30c5b8b943bf96bc5da0d (patch)
treef760c97d7219defd1112d05207660bde70745025 /HISTORY
parentf1603e91280feb26051537b2287a69a23a96fc1e (diff)
downloadvdr-f61645b4d2a73101c2a30c5b8b943bf96bc5da0d.tar.gz
vdr-f61645b4d2a73101c2a30c5b8b943bf96bc5da0d.tar.bz2
Synchronizing system time to the transponder time is now done using adjtime() in order to avoid discontinuities
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index e457499c..2cccde92 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7339,7 +7339,7 @@ Video Disk Recorder Revision History
- Modified editing marks are now written to disk whenever the replay progress display
gets hidden (thanks to Christoph Haubrich).
-2012-12-03: Version 1.7.33
+2012-12-04: Version 1.7.33
- In order to be able to play TS recordings from other sources, in which there is
more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed
@@ -7366,3 +7366,6 @@ Video Disk Recorder Revision History
- Fixed some spellings in osd.h and svdrp.c (thanks to Ville Skyttä).
- Fixed handling lowercase polarization characters in channel definitions if no DiSEqC
is used (reported by Mike Hay, actual bug pointed out by Stefan Huelswitt).
+- Synchronizing system time to the transponder time is now done using adjtime() in order
+ to avoid discontinuities (suggested by Manuel Reimer). If the time difference is more
+ than 10 seconds, stime() is still used to do the initial sync.