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

Jason Tackaberry tack at urandom.ca
Wed Jul 12 20:17:41 CEST 2006


Hi Jindrich,

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.

Cheers,
Jason.




More information about the MPlayer-dev-eng mailing list