summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-11-21 11:30:41 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-11-21 11:30:41 +0100
commit969864aacbe593fb237aa173f68eb61f859e8e66 (patch)
tree196905c9e6e80cf204efab8ac33293661bdd7a53 /HISTORY
parentc33dccf9ba217add7e1dcfe8f8a4ea4fafb81008 (diff)
downloadvdr-969864aacbe593fb237aa173f68eb61f859e8e66.tar.gz
vdr-969864aacbe593fb237aa173f68eb61f859e8e66.tar.bz2
Back to the old DVB driver due to tuning failures with dvb-kernel
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 0 insertions, 5 deletions
diff --git a/HISTORY b/HISTORY
index 767b1fd7..ebcd3a61 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3144,11 +3144,6 @@ Video Disk Recorder Revision History
- Fixed cRemux::ScanVideoPacket() to make sure it doesn't access memory beyond
the end of the given buffer, which has caused some unjustified "unknown
picture type errors" (thanks to Marco Schlüßler).
-- The driver is now assumed to be the 'dvb-kernel' version. The only change
- for this was the additional 'linux' in the INCLUDES definition of the Makefile.
- If you want to use the old DVB driver just revert this line to what it was in
- VDR version 1.3.16. The 'runvdr' script by default uses the "build-2.4"
- driver. If you want to use "build-2.6" just edit that file as necessary.
- Fixed a possible crash when pausing live video and the recording was unable
to start, maybe because there was no lock on the device (thanks to Andreas
Brugger for reporting this one).