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

James Almer jamrial at gmail.com
Fri Oct 17 05:44:45 CEST 2014


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 <jamrial at gmail.com>
>> ---
>>  libavfilter/vf_noise.c     | 164 +++------------------------------------------
>>  libavfilter/vf_noise.h     |  64 ++++++++++++++++++
>>  libavfilter/x86/Makefile   |   1 +
>>  libavfilter/x86/vf_noise.c | 144 +++++++++++++++++++++++++++++++++++++++
>>  4 files changed, 218 insertions(+), 155 deletions(-)
>>  create mode 100644 libavfilter/vf_noise.h
>>  create mode 100644 libavfilter/x86/vf_noise.c
> 
> LGTM

Pushed, thanks.



More information about the ffmpeg-devel mailing list