Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: [ANNOUNCE] DXR3-plugin 0.1.8



On Mon, 28 Apr 2003, Stefan Schluenss wrote:

> Changes since 0.1.7a
>
> - Added support for dvd-plugin (subtitles doesn't work properly so far).
> - Added setup parameter to define the dxr3-card which shall be used  by v=
> dr
>   (thanks to Tobias Haustein).
> - Added setup parameter to force letter box mode (for wrong aspect ratio
>  coded in pes-stream). This parameter is not saved.
> - Added support for video format setup parameter (no WSS support).
> - Fixed external player support (thanks to Seppo Ingalsuo).

Any chance you might actually have forgotten to make the change suggested
by Kai Moeller to change playMode to PlayMode in dxr3device.c line 69?-)

Its just that the MPlayer plugin fails the same way it used to before
patching 0.1.7a. Here's a patch to fix the problem on 0.1.8:

---cut---
--- dxr3device.c.dist   2003-04-29 20:16:53.000000000 +0300
+++ dxr3device.c        2003-04-29 20:17:06.000000000 +0300
@@ -66,7 +66,7 @@
         case pmExtern_THIS_SHOULD_BE_AVOIDED: DXR3_DIAG <<
"cDxr3Device::SetPlayMode this should be avoided" << endl; break;
      }

-     if (playMode == pmExtern_THIS_SHOULD_BE_AVOIDED) {
+     if (PlayMode == pmExtern_THIS_SHOULD_BE_AVOIDED) {
         Interface->Info("Dxr3: Releasing devices\n");
         cDxr3AbsDevice::Instance().ExternalReleaseDevices();
      } else {
---cut---

Anyway, the green flicker stuff is now gone with playback back to
normal and the picture stays anamorphic on 16:9 channels just the way I'd
like it to. Thanks a lot. :)

	-jake

> - Added volume support (thanks to Teemu Rantanen).
> - Fixed I-Frame display problem (cutting and fast forward/backwards in so=
> me
>   streams).
>   Those who have problems with fast forward/backward might want to patch
>   vdr (use vdr_iframe_patch.diff / for vdr-1.1.29).
> - Reduced memory consumption.
> - Fixed problem with digital output setup parameter.
> - Fixed wrong bit error detection.
> - Changed bit error handling.
>
> For more information and download look at:
> http://www.schluenss.de/DXR3.html
>
> Have fun
> Stefan
>
>
>
>
>
>

-- 
Jarkko Santala <jake@iki.fi>            http://www.iki.fi/~jake/
System Administrator                    2001:670:83:f08::/64


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index