[FFmpeg-devel] [PATCH] x86/vf_fspp: port inline asm to yasm

James Almer jamrial at gmail.com
Fri Dec 26 19:46:06 CET 2014


On 26/12/14 3:09 PM, Michael Niedermayer wrote:
> On Fri, Dec 26, 2014 at 02:15:32PM -0300, James Almer wrote:
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>>  libavfilter/vf_fspp.c                         |   12 +-
>>  libavfilter/vf_fspp.h                         |    6 +-
>>  libavfilter/x86/Makefile                      |    3 +-
>>  libavfilter/x86/vf_fspp.asm                   |  727 +++++++++++++
>>  libavfilter/x86/{vf_fspp.c => vf_fspp_init.c} | 1396 +------------------------
>>  5 files changed, 756 insertions(+), 1388 deletions(-)
>>  create mode 100644 libavfilter/x86/vf_fspp.asm
>>  rename libavfilter/x86/{vf_fspp.c => vf_fspp_init.c} (1%)
> 
> seems building find and seems producing the same output
> should be ok

Pushed, thanks.



More information about the ffmpeg-devel mailing list