[MPlayer-dev-eng] [PATCH]Allow hardware accelerated codecs to use vdpau deinterlacing

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Mar 18 00:47:41 CET 2009


Reimar Döffinger <Reimar.Doeffinger <at> gmx.de> writes:

> > Do you think it is a bad idea?
> 
> No, it just was unclear. I think the name is bad. buffer_past_frames
> maybe? deint_prebuffer? prepare is just so generic...

I use deint_buffer_past_frames now.
Anything else?
Documentation changes follow inline.

Carl Eugen

@@ -984,9 +999,9 @@
     "  deint (all modes > 0 respect -field-dominance)\n"
     "    0: no deinterlacing\n"
     "    1: only show first field\n"
-    "    2: bob deinterlacing (current fallback for hardware decoding)\n"
-    "    3: temporal deinterlacing (only works with software codecs)\n"
-    "    4: temporal-spatial deinterlacing (only works with software codecs)\n"
+    "    2: bob deinterlacing\n"
+    "    3: temporal deinterlacing (resource-hungry)\n"
+    "    4: temporal-spatial deinterlacing (very resource-hungry)\n"
     "  chroma-deint\n"
     "Operate on luma and chroma when using temporal deinterlacing (default)\n"
     "    Use nochroma-deint to speed up temporal deinterlacing\n"

Index: DOCS/man/en/mplayer.1
===================================================================
--- DOCS/man/en/mplayer.1       (revision 28986)
+++ DOCS/man/en/mplayer.1       (working copy)
@@ -3465,14 +3465,13 @@
 Show only first field, similar to \-vf field.
 .IPs 2
 Bob deinterlacing
-(current fallback for advanced deinterlacers and hardware decoding).
 .IPs 3
-Motion adaptive temporal deinterlacing
-(currently only working with software-decoded video).
+Motion adaptive temporal deinterlacing.
+May not work with very slow video hardware.
 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.
+Typically needs fast video hardware.
 .RE
 .IPs chroma\-deint
 Makes temporal deinterlacers operate both on luma and chroma (default).





More information about the MPlayer-dev-eng mailing list