[MPlayer-dev-eng] [PATCH] new vf_ass implementation
Zongyao Qu
zongyao.qu at gmail.com
Fri Oct 12 15:48:59 CEST 2012
Xidorn Quan <quanxunzhen <at> gmail.com> writes:
> I modified some code so that it can run faster for planar YUV format.
> The filter with this new patch is now never slower than the current
> one, though it is only ~3% faster in the worst case (subtitle is
> changed every frame, planar YUV format).
>
I have reviewed patch,
and tested with my local test cases.
including margin test, animated text, long lines, huge fonts.
So far so good.
and the performance is as the author said, even in the worst cases,
such as animated text, the performance is slightly better than old one.
One thing to notice, this patch has already merged George's
"[PATCH] vf_ass: reduce useless up/downsampling." in some degree.
http://article.gmane.org/gmane.comp.video.mplayer.devel/62119
So we only have to patch this one.
Hope it appears in the upstream ASAP.
More information about the MPlayer-dev-eng
mailing list