summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2008-12-14 15:04:56 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2008-12-14 15:04:56 +0100
commit07defaad3a3b1a8940356e9b95e06bff9401e44d (patch)
tree085a06303e3ca583c512f63beed60a430160b7b1
parent22feb7bf1cfc0bff0742fd23657de853b63f1890 (diff)
downloadvdr-07defaad3a3b1a8940356e9b95e06bff9401e44d.tar.gz
vdr-07defaad3a3b1a8940356e9b95e06bff9401e44d.tar.bz2
Added notes about driver patches1.7.2
-rw-r--r--CONTRIBUTORS2
-rw-r--r--HISTORY11
2 files changed, 11 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 7b5aa9ce..ea212734 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -656,6 +656,8 @@ Oliver Endriss <o.endriss@gmx.de>
for making VDR no longer stop removing empty directories if an error occurs
for reporting a bug in handling relative volume settings that unmute the audio in
the call to cStatus::MsgSetVolume()
+ for providing a driver patch that allows replaying TS->PES converted video in
+ Transfer Mode
Reinhard Walter Buchner <rw.buchner@freenet.de>
for adding some satellites to 'sources.conf'
diff --git a/HISTORY b/HISTORY
index 53381647..239e00bc 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5832,12 +5832,19 @@ Video Disk Recorder Revision History
- Removed unneeded include files <linux/dvb/dmx.h> und <time.h> from remux.h
(reported by Tobias Grimm).
-2008-12-13: Version 1.7.2
+2008-12-14: Version 1.7.2
- Added a note about 'Id' being obsolete to the description of cDevice::PlayAudio().
- Switched to the new S2API driver API, which was decided to become the official
DVB API in the kernel (based on patches from Igor M. Liplianin, Niels Wagenaar
- and Edgar Hucek).
+ and Edgar Hucek). VDR now uses the S2API driver from http://linuxtv.org/hg/v4l-dvb.
+ In order to correctly detect DVB-S2 capable devices, you need to apply the patch
+ from ftp://ftp.cadsoft.de/vdr/Developer/v4l-dvb-s2api-add-s2-capability.diff to
+ the driver source, because the S2API doesn't provide a way of telling whether a
+ device can handle DVB-S2 transponders.
- The cDvbTuner::IsTunedTo() function now also checks the symbol rate in case of
DVB-S and DVB-C.
- Improved handling PES video packets with zero length when converting from TS to PES.
+ For good replay in Transfer Mode on full featured DVB cards you may want to apply
+ the patch from ftp://ftp.cadsoft.de/vdr/Developer/av7110_v4ldvb_api5_audiobuf_test_1.diff
+ to the driver (thanks to Oliver Endriss).