Author: cehoyos Date: Wed Mar 18 18:02:29 2009 New Revision: 28991 Log: Allow to use vdpau temporal deinterlacers with hardware accelerated decoding.
Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Modified: trunk/libmpcodecs/mp_image.h trunk/libmpcodecs/vd_ffmpeg.c trunk/libmpcodecs/vf.c trunk/libvo/vo_vdpau.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 Wed Mar 18 13:50:17 2009 (r28990) +++ trunk/DOCS/man/en/mplayer.1 Wed Mar 18 18:02:29 2009 (r28991) @@ -3464,15 +3464,14 @@ No deinterlacing. .IPs 1 Show only first field, similar to \-vf field. .IPs 2 -Bob deinterlacing -(current fallback for advanced deinterlacers and hardware decoding). +Bob deinterlacing, similar to \-vf tfields=1. .IPs 3 -Motion adaptive temporal deinterlacing -(currently only working with software-decoded video). +Motion adaptive temporal deinterlacing. +May lead to A/V desync with slow video hardware and/or high resolution. This is the default if "D" is used to enable deinterlacing. .IPs 4 -Motion adaptive temporal deinterlacing with edge-guided spatial interpolation -(currently only working with software-decoded video). +Motion adaptive temporal deinterlacing with edge-guided spatial interpolation. +Needs fast video hardware. .RE .IPs chroma\-deint Makes temporal deinterlacers operate both on luma and chroma (default). _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
