diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-04 17:26:02 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-04 17:26:02 +0200 |
commit | 3e58bc64fece489778cdd2dc3df24c9bdca28779 (patch) | |
tree | d9e311dcb8d11f3436a9cd4f4a0e9b6b377e3a76 /HISTORY | |
parent | 1967d0cd3d4b4b6295f31d8cef2895e2de1a71d9 (diff) | |
download | vdr-3e58bc64fece489778cdd2dc3df24c9bdca28779.tar.gz vdr-3e58bc64fece489778cdd2dc3df24c9bdca28779.tar.bz2 |
Implemented recording and replaying with a single DVB card
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1431,9 +1431,16 @@ Video Disk Recorder Revision History time changed into the future (thanks to Matthias Schniedermeyer for reporting this one). -2002-08-28: Version 1.1.9 +2002-09-04: Version 1.1.9 - Fixed the 'newplugin' script to make it name the target for creating the distribution package 'dist', as stated in the PLUGINS.html documentation. If you have already created a plugin source directory and Makefile you may want to check it and replace the 'package' target with 'dist' if necessary. +- Changed device handling for being able to do simultaneous recording and + replay on the same device (Time Shifting). In order for this to work you need + to use a driver with a firmware version that has this feature implemented. +- cDevice::ProvidesCa() is no longer virtual. The new function + cDevice::ProvidesChannel() is now used to determine whether a device can + receive a given channel, and by default this function returns false. So a + device that is a pure replaying device doesn't need to do anything here. |