From 1834751c4510edb66c96d0b741def5922738e74c Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 14 Dec 2008 16:54:12 +0100 Subject: 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). 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). --- CONTRIBUTORS | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index acab6b2..ea21273 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -656,6 +656,8 @@ Oliver Endriss 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 for adding some satellites to 'sources.conf' @@ -2375,3 +2377,12 @@ Michael Nork Winfried Köhler for fixing wrong value for TableIdBAT in libsi/si.h + +Igor M. Liplianin + for a patch that was used to convert VDR to the S2API driver API + +Niels Wagenaar + for a patch that was used to convert VDR to the S2API driver API + +Edgar Hucek + for a patch that was used to convert VDR to the S2API driver API -- cgit v1.2.3