Re: [libav-devel] [PATCH 08/15] lavr: x86: optimized 2-channel s16 to s16p conversion

2012-08-21 Thread Ronald S. Bultje
Hi, On Sun, Aug 5, 2012 at 9:52 PM, Justin Ruggles wrote: > --- > libavresample/x86/audio_convert.asm| 50 > > libavresample/x86/audio_convert_init.c | 15 + > libavresample/x86/util.asm |6 > 3 files changed, 71 insertions(+

[libav-devel] [PATCH 08/15] lavr: x86: optimized 2-channel s16 to s16p conversion

2012-08-05 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 50 libavresample/x86/audio_convert_init.c | 15 + libavresample/x86/util.asm |6 3 files changed, 71 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/li

[libav-devel] [PATCH 08/15] lavr: x86: optimized 2-channel s16 to s16p conversion

2012-08-01 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 51 libavresample/x86/audio_convert_init.c | 15 + libavresample/x86/util.asm |6 3 files changed, 72 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/li

[libav-devel] [PATCH 08/15] lavr: x86: optimized 2-channel s16 to s16p conversion

2012-07-31 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 52 libavresample/x86/audio_convert_init.c | 15 + 2 files changed, 67 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 7144b65..3f3

Re: [libav-devel] [PATCH 08/15] lavr: x86: optimized 2-channel s16 to s16p conversion

2012-07-24 Thread Ronald S. Bultje
Hi, On Tue, Jul 24, 2012 at 9:41 PM, Ronald S. Bultje wrote: > Hi, > > On Sat, Jul 14, 2012 at 9:29 PM, Justin Ruggles > wrote: >> --- >> libavresample/x86/audio_convert.asm| 38 >> >> libavresample/x86/audio_convert_init.c | 11 + >> 2 files ch

Re: [libav-devel] [PATCH 08/15] lavr: x86: optimized 2-channel s16 to s16p conversion

2012-07-24 Thread Ronald S. Bultje
Hi, On Sat, Jul 14, 2012 at 9:29 PM, Justin Ruggles wrote: > --- > libavresample/x86/audio_convert.asm| 38 > > libavresample/x86/audio_convert_init.c | 11 + > 2 files changed, 49 insertions(+), 0 deletions(-) > > diff --git a/libavresample/x86/

[libav-devel] [PATCH 08/15] lavr: x86: optimized 2-channel s16 to s16p conversion

2012-07-14 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 38 libavresample/x86/audio_convert_init.c | 11 + 2 files changed, 49 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index 9ba7251..705