summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-09-17 16:02:47 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-09-17 16:02:47 +0200
commit4f5cd852c2c0084da7c3233ad54a929a7b68c046 (patch)
treeef25b871529a567e2e92babfe985aa8cac54e252 /HISTORY
parent557f4251b0fe12cb95d2636090b758f3fd7db35a (diff)
downloadvdr-4f5cd852c2c0084da7c3233ad54a929a7b68c046.tar.gz
vdr-4f5cd852c2c0084da7c3233ad54a929a7b68c046.tar.bz2
Added a note regarding DVB driver 0.7 and 'outstream=0'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9d10b647..b213307e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -170,6 +170,11 @@ Video Disk Recorder Revision History
2000-09-17: Version 0.64
+- NOTE: If you are using DVB driver version 0.7 you need to load the dvb.o
+ module with option outstream=0, so your insmod statement should read
+ 'insmod dvb.o outstream=0'. This is currently necessary because 'vdr' works
+ with AV_PES data and will change once it has been modified to work directly
+ with MPEG2.
- Video files now have the 'group read' bit set.
- Fixed handling errors in 'readstring()'.
- Handling SIGPIPE and re-establishing handler after intercepting a signal.