On Sat, Dec 15, 2012 at 09:46:02AM -0800, Ronald S. Bultje wrote: > --- /dev/null > +++ b/libavcodec/arm/videodsp_arm.S > @@ -0,0 +1,33 @@ > +@ > +@ ARMv4 optimized DSP utils > +@ Copyright (c) 2004 AGAWA Koji <i (AT) atty (DOT) jp> > + > +#include "config.h" > +#include "libavutil/arm/asm.S" > + > +#if HAVE_ARMV5TE_EXTERNAL > +function ff_prefetch_arm, export=1 > + subs r2, r2, #1 > + pld [r0] > + add r0, r0, r1 > + bne ff_prefetch_arm > + bx lr > +endfunc > +#endif
You continue playing fast and loose with copyright. This was written by Mans, not by Koji Agawa. Many of the instances where you add your name to the top of files in this patch are also rather dubious. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
