diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-04-10 12:17:34 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-04-10 12:17:34 +0200 |
commit | 123bd2fec09d27f90e9bc67c9c41653e2fe664d2 (patch) | |
tree | e568046be6465434a1d0cff5f5a7e5da17f9204c /HISTORY | |
parent | f1ded40a5524518ee1536fbca39db1d95dea526c (diff) | |
download | vdr-123bd2fec09d27f90e9bc67c9c41653e2fe664d2.tar.gz vdr-123bd2fec09d27f90e9bc67c9c41653e2fe664d2.tar.bz2 |
Added check for FE_CAN_PSK_8
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -6411,7 +6411,7 @@ Video Disk Recorder Revision History - The new setup option "Folders in timer menu" controls whether the file names in the timer menu are shown with their full folder path. -2010-04-05: Version 1.7.15 +2010-04-10: Version 1.7.15 - Added Macedonian language texts (thanks to Dimitar Petrovski). - Updated the Estonian OSD texts (thanks to Arthur Konovalov). @@ -6422,6 +6422,10 @@ Video Disk Recorder Revision History - Updated the Italian OSD texts (thanks to Diego Pierotto). - cDvbDevice::ProvidesTransponder() now checks the modulation capabilities of the device (as far as the driver allows this). + If you have a device that provides PSK_8 modulation you may want to apply the + patch from ftp://ftp.tvdr.de/vdr/Developer/v4l-dvb-add-FE_CAN_PSK_8.diff to your + driver source. Otherwise VDR won't be able to detect whether a device is capable + of handling PSK_8. - Fixed cFrameDetector::Analyze() in case part of the data has been processed and there is less than MIN_TS_PACKETS_FOR_FRAME_DETECTOR left (reported by Derek Kelly). - Added a note about not deleting cDeviceHook objects to device.h. |