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

2012-08-21 Thread Ronald S. Bultje
Hi, On Sun, Aug 5, 2012 at 9:52 PM, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavresample/x86/audio_convert.asm| 123 libavresample/x86/audio_convert_init.c | 14 2 files changed, 137 insertions(+), 0 deletions(-) diff --git

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

2012-08-05 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 123 libavresample/x86/audio_convert_init.c | 14 2 files changed, 137 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index

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

2012-07-28 Thread Justin Ruggles
On 07/24/2012 11:51 PM, Ronald S. Bultje wrote: Hi, On Sat, Jul 14, 2012 at 9:29 PM, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavresample/x86/audio_convert.asm| 62 libavresample/x86/audio_convert_init.c |9 + 2 files changed,

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

2012-07-28 Thread Ronald S. Bultje
Hi, On Sat, Jul 28, 2012 at 11:48 AM, Justin Ruggles justin.rugg...@gmail.com wrote: On 07/24/2012 11:51 PM, Ronald S. Bultje wrote: On Sat, Jul 14, 2012 at 9:29 PM, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavresample/x86/audio_convert.asm| 62

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

2012-07-28 Thread Justin Ruggles
--- libavresample/x86/audio_convert.asm| 123 libavresample/x86/audio_convert_init.c | 14 2 files changed, 137 insertions(+), 0 deletions(-) diff --git a/libavresample/x86/audio_convert.asm b/libavresample/x86/audio_convert.asm index

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

2012-07-24 Thread Ronald S. Bultje
Hi, On Sat, Jul 14, 2012 at 9:29 PM, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavresample/x86/audio_convert.asm| 62 libavresample/x86/audio_convert_init.c |9 + 2 files changed, 71 insertions(+), 0 deletions(-) diff --git

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

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