[MPlayer-dev-eng] [PATCH] Multiple problems with tfields filter
John Lindgren
john.lindgren at tds.net
Mon Feb 1 22:39:03 CET 2010
Updated patches:
vf_tfields.c.1.diff:
* 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.
* Fixes deint() to not read uninitialized data from over the top
and bottom image boundary when interpolating the very top and
bottom lines.
vf_tfields.c.2.diff:
* Fixes continue_buffered_image to send byte width, not pixel
width, to deint().
vf_tfields.c.3.diff:
* Marks the pts calculation hack clearly and in once place, and
uses it all the time, not just with -correct-pts.
John Lindgren
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vf_tfields.c.1.diff
Type: text/x-patch
Size: 1126 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20100201/75b2c442/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vf_tfields.c.2.diff
Type: text/x-patch
Size: 667 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20100201/75b2c442/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vf_tfields.c.3.diff
Type: text/x-patch
Size: 1437 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20100201/75b2c442/attachment-0002.bin>
More information about the MPlayer-dev-eng
mailing list