[MPlayer-dev-eng] [PATCH] Multiple problems with tfields filter

Reimar Döffinger Reimar.Doeffinger at gmx.de
Mon Feb 1 23:22:48 CET 2010


On Mon, Feb 01, 2010 at 04:39:03PM -0500, John Lindgren wrote:
>       * Fixes deint() to stop tapping from alternate field, which blurs
>         fast motion.
>       * Fixes deint() to stop tapping from left and right pixels, which
>         reads uninitialized data from over the left and right image
>         boundary and blurs high detail.

I claim that those are not fixes but a different algorithm.
While the current one blurs more when it suspect it might lead to combing
otherwise, it also blurs less in other cases.
Thus I'd find it much preferable if you'd add a new mode, a deint2 function
and use a function pointer to call a different one depending on the selected mode.



More information about the MPlayer-dev-eng mailing list