[MPlayer-dev-eng] [PATCH] vf_bmovl: respect destination stride

Diego Biurrun diego at biurrun.de
Thu Jul 13 12:58:43 CEST 2006


On Wed, Jul 12, 2006 at 02:17:41PM -0400, Jason Tackaberry wrote:
> 
> On Wed, 2006-07-12 at 18:35 +0200, Jindrich Makovicka wrote:
> > in some cases, vf_bmovl produces junk due to source and
> > destination stride mismatch. The attached patch fixes it by replacing
> > memcpy with memcpy_pic.
> 
> If you rely on bmovl for your project, you might also find vf_overlay
> useful.  bmovl has a lot of shortcomings, notably its speed, that
> vf_overlay addresses.  You can fetch the patch (as it is not yet
> included in mplayer) at:
> 
>    http://urandom.ca/mebox/downloads.php
> 
> Documentation (also included in the patch):
> 
>    http://urandom.ca/mebox/downloads/vf_overlay.txt
> 
> Feedback welcome.

Time to submit that thing for eventual inclusion?

Diego



More information about the MPlayer-dev-eng mailing list