[MPlayer-cvslog] r20272 - in trunk/libmpcodecs: Makefile vf.c vf_geq.c

Diego Biurrun diego at biurrun.de
Tue Oct 24 20:52:16 CEST 2006


On Mon, Oct 16, 2006 at 05:47:32PM +0200, michael wrote:
> 
> Added:
>    trunk/libmpcodecs/vf_geq.c
>       - copied, changed from r20265, /trunk/libmpcodecs/vf_qp.c
> 
> Log:
> generic equation filter
> example: -vf 'geq=(p(X\,Y)+p(mod(Y*2-X*2\,W)\,mod(Y*2+X*2+sin((X-Y)/10/SW+N)*SW*20\,H)))/2'

Would something like this be a correct description?  Is adding all those
spaces legal?

  geq=equation
    generic equation change filter
      <equation>
        "(  p(X\,Y) + p( mod( Y*2-X*2 \,W) \,mod( Y*2+X*2 + sin( (X-Y)
        /10 /SW +N ) *SW *20 \,H)) ) /2"

Plus, this is still lacking a description of the constants
("PI", "E", "X", "Y", "W", "H", "N", "SW", "SH").

Diego



More information about the MPlayer-cvslog mailing list