[FFmpeg-devel] [PATCH] Port gradfun to libavfilter (GCI)

Nolan L nol888
Mon Nov 29 22:02:27 CET 2010


On Mon, Nov 29, 2010 at 11:02 AM, Alexander Strange
<astrange at ithinksw.com>wrote:

> Might as well put the same author name there.
>
> Ask pengvado to relicense it under LGPL, otherwise you'll have to add the
> GPL dependency in the Makefile.
>
>
Pengvado still has to review some code I've written for the x264 project, so
when I get that done I'll ask him to relicense the video filter.


> > +static const uint16_t __attribute__((aligned(16))) pw_7f[8] =
> {127,127,127,127,127,127,127,127};
> > +static const uint16_t __attribute__((aligned(16))) pw_ff[8] =
> {255,255,255,255,255,255,255,255};
>
> I think you can merge the three files in x86/ into one; then this will only
> be used in one file and you can move it there.
>
>
How should I modify the makefile to account for 1 file with 3 different CPU
capability dependencies?

I appreciate all the other comments and will be sure to apply them in the
next revision of the patch.



More information about the ffmpeg-devel mailing list