[MPlayer-cvslog] r28673 - trunk/libvo/vo_vdpau.c
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Fri Feb 20 18:25:09 CET 2009
On Fri, Feb 20, 2009 at 11:43:10AM +0000, Carl Eugen Hoyos wrote:
> reimar <subversion <at> mplayerhq.hu> writes:
>
> > Author: reimar
> > Date: Fri Feb 20 10:45:48 2009
> > New Revision: 28673
> >
> > Log:
> > Add support for VDPAU deinterlacing, pullup, denoise and sharpening.
> > Deinterlacing can not yet be toggled at runtime, and actually it does
> > not seem to work at all...
>
> You have to pass VDP_VIDEO_MIXER_PICTURE_STRUCTURE_TOP_FIELD or
> VDP_VIDEO_MIXER_PICTURE_STRUCTURE_BOTTOM_FIELD to vdp_video_mixer_render() to
> actually use (bob-) deinterlacing. I only found out tonight.
Hard to see, but I don't think that does any deinterlacing, that just
discards one field. You can use that to build your own deinterlacer I
guess, but it's not anything simple or "automatic".
> One of the other modes also works without reference frames, iirc.
I don't think so...
More information about the MPlayer-cvslog
mailing list