summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-06-06 12:23:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2010-06-06 12:23:23 +0200
commit8a13fc45c722c10575b036c090ffdbc96e103bf4 (patch)
treed0da189b56068a71f8e40fceed8e838c7425986b
parent3aba9ec4e0a499e34c466195240b4d135bb6b590 (diff)
downloadvdr-8a13fc45c722c10575b036c090ffdbc96e103bf4.tar.gz
vdr-8a13fc45c722c10575b036c090ffdbc96e103bf4.tar.bz2
Removed old 8psk remark1.7.15
-rw-r--r--HISTORY4
1 files changed, 0 insertions, 4 deletions
diff --git a/HISTORY b/HISTORY
index 095581c4..3976ba58 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6422,10 +6422,6 @@ 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.