Mailing List archive

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

[vdr] Re: softdevice and DirectFB with Matrox G450



On Dienstag, 11. Januar 2005 19:04, Tony Houghton wrote:

> Two big problems though: none of the visible options support outputting
> correctly to a 16:9 TV, 

I have no 16:9 display yet but that will change soon, so that I can check
that myself.

> and it's not dealing with interlacing correctly.
> I need an equivalent of mplayer's "frameparity=top". Deinterlacing
> filters are not a viable option.

And shouldn't be used as tv should handle interlaced video well.
Field parity "top" was just not set :-( . Please try attached diff.

-- 
Stefan Lucke
Index: video-dfb.c
===================================================================
RCS file: /cvsroot/softdevice/softdevice/video-dfb.c,v
retrieving revision 1.13
diff -r1.13 video-dfb.c
277a278
>     setupStore.screenPixelAspect = 1;
611a613,615
> 
>         if (setupStore.useMGAtv)
>           videoLayer->SetFieldParity(0);

Home | Main Index | Thread Index