[vlc-devel] [PATCH] Puzzle filter enhancement

vianney boyer vlcvboyer at gmail.com
Thu Feb 7 22:53:26 CET 2013


Hi,

> Copyright is wrong.
Oups, I'll update the date.
At present I've used the same block as in original puzzle.c file.Do I have
to use another one?

> Nothing to take from skins2?
Can you clarify?

> How are those tables generated?
It's based on bezier points (defined manually) that creates a typical
jigsaw puzzle piece shape.
Then random modifications have been applied.
The best results have been selected and are included here.

I've one additional question: At present, for new files, I've used "$Id:
   $" (spaces) instead of  "$Id: 123456... $". Is it correct?


Best regards

Vianney


2013/2/7 Jean-Baptiste Kempf <jb at videolan.org>

> On 06 Feb, Vianney Boyer wrote :
> > + * Copyright (C) 2005-2009 VLC authors and VideoLAN
>
> Copyright is wrong.
>
> Nothing to take from skins2?
>
> > +/* generate random bezier data */
> > +point_t *puzzle_rand_bezier(uint8_t i_pts_nbr)
> > +{
> > +#define NB_PRIM 13
> > +    point_t ps_pt[NB_PRIM][19] = {  {{ -1,    0}, { -0.708333333333333,
>    0},
>
> How are those tables generated?
>
> Best regards,
>
> --
> Jean-Baptiste Kempf
> http://www.jbkempf.com/ - +33 672 704 734
> Sent from my Electronic Device
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/vlc-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20130207/144d119b/attachment.html>


More information about the vlc-devel mailing list