diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-07-18 11:02:50 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-07-18 11:02:50 +0200 |
commit | bf9e7df743ca99edd590671810cd3cd0171bf158 (patch) | |
tree | ec7a90eddf12e21e12f17a9e06a388602a7ccfb3 /HISTORY | |
parent | 39ad1fe179b66bedb7662ad0443633b0a085316a (diff) | |
download | vdr-bf9e7df743ca99edd590671810cd3cd0171bf158.tar.gz vdr-bf9e7df743ca99edd590671810cd3cd0171bf158.tar.bz2 |
Experimental support for NVOD channels
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -2936,14 +2936,14 @@ Video Disk Recorder Revision History - Fixed cRingBufferLinear::Get() in case the buffer wraps around (thanks to Ludwig Nussel for reporting this one). -2004-07-17: Version 1.3.12 +2004-07-18: Version 1.3.12 - Removed all error messages from cRecordings::ScanVideoDir() and just skipping entries that cause errors in order to avoid failure in case of things like broken links etc. - The function cTimers::SetEvents() now immediately returns if there is some user input. -- Fixed handling menu status messages when the list contents is scrolled (thanks +- Fixed handling menu status messages when the list contents is scrolled (thanks to Alfred Zastrow for reporting this one). - Fixed checking the last area for misalignment in cOsd::CanHandleAreas() (thanks to Reinhard Nissl for reporting this one). @@ -2956,3 +2956,8 @@ Video Disk Recorder Revision History error (suggested by Reinhard Nissl). - Avoiding flashing effects in the OSD of full featured DVB cards by explicitly clearing the OSD windows before opening them (suggested by Marco Schlüßler). +- Experimental support for NVOD channels. Currently these channels are detected + and linked to their "base" channels using the same mechanisms as for the + "linked services" (let's see if this is useful). Thanks to Mike parker for + helping to test this. Also used some input from the 'autopid' patch by Andreas + Schultz). |