Re: [FFmpeg-devel] [PATCH 1/2] lavu/aes: add x86 AESNI optimizations

2015-10-12 Thread Michael Niedermayer
On Mon, Oct 12, 2015 at 01:13:34PM +0200, Michael Niedermayer wrote: > On Mon, Oct 12, 2015 at 02:54:28AM -0500, Rodger Combs wrote: > > --- > > libavutil/aes.c | 2 + > > libavutil/aes_internal.h | 2 + > > libavutil/x86/Makefile | 4 +- > > libavutil/x86/aes.asm| 98 > > ++

Re: [FFmpeg-devel] [PATCH 1/2] lavu/aes: add x86 AESNI optimizations

2015-10-12 Thread Michael Niedermayer
On Mon, Oct 12, 2015 at 02:54:28AM -0500, Rodger Combs wrote: > --- > libavutil/aes.c | 2 + > libavutil/aes_internal.h | 2 + > libavutil/x86/Makefile | 4 +- > libavutil/x86/aes.asm| 98 > > libavutil/x86/aes_init.c | 37 +++

[FFmpeg-devel] [PATCH 1/2] lavu/aes: add x86 AESNI optimizations

2015-10-12 Thread Rodger Combs
--- libavutil/aes.c | 2 + libavutil/aes_internal.h | 2 + libavutil/x86/Makefile | 4 +- libavutil/x86/aes.asm| 98 libavutil/x86/aes_init.c | 37 ++ 5 files changed, 142 insertions(+), 1 deletion(-) create mode 1