diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-08-21 08:56:49 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-08-21 08:56:49 +0200 |
commit | 6de23d7d96720f89cbc864bbf504fe466e224497 (patch) | |
tree | e0fa92f9f0d7816cfd0eef3507f069758d053300 /HISTORY | |
parent | ba3437f7ccbc86f67b8cbfc5a88cc6c3b4fd6ed9 (diff) | |
download | vdr-6de23d7d96720f89cbc864bbf504fe466e224497.tar.gz vdr-6de23d7d96720f89cbc864bbf504fe466e224497.tar.bz2 |
Now waiting at startup until all DVB devices are ready
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3700,8 +3700,12 @@ Video Disk Recorder Revision History - Removed the VIDEO_STILLPICTURE_WORKS_WITH_VDR_FRAMES stuff from cDvbDevice::StillPicture(), since apparently the VIDEO_STILLPICTURE call works. -2005-08-20: Version 1.3.30 +2005-08-21: Version 1.3.30 - Improved responsiveness inside CAM menus. - Added handling of the 'Close MMI' tag to avoid error log messages with CAMs that actually use it. +- Now waiting at startup until all DVB devices are ready. This includes having + all CAMs initialized and ready to decrypt, so that no more "channel not + available" happens if VDR is started with the current channel being an encrypted + one, or a timer on such a channel hits right after starting VDR. |