Re: [FFmpeg-devel] [PATCH] x86/vf_noise: move asm code to a separate file

2014-10-16 Thread James Almer
On 17/10/14 12:09 AM, Michael Niedermayer wrote: > On Thu, Oct 16, 2014 at 10:33:58PM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> libavfilter/vf_noise.c | 164 >> +++-- >> libavfilter/vf_noise.h | 64 ++ >> li

Re: [FFmpeg-devel] [PATCH] x86/vf_noise: move asm code to a separate file

2014-10-16 Thread Michael Niedermayer
On Thu, Oct 16, 2014 at 10:33:58PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > libavfilter/vf_noise.c | 164 > +++-- > libavfilter/vf_noise.h | 64 ++ > libavfilter/x86/Makefile | 1 + > libavfilter/x86/vf_no

[FFmpeg-devel] [PATCH] x86/vf_noise: move asm code to a separate file

2014-10-16 Thread James Almer
Signed-off-by: James Almer --- libavfilter/vf_noise.c | 164 +++-- libavfilter/vf_noise.h | 64 ++ libavfilter/x86/Makefile | 1 + libavfilter/x86/vf_noise.c | 144 +++ 4 files changed, 218 in