Re: [FFmpeg-devel] [PATCH] x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high

2016-01-08 Thread Hendrik Leppkes
On Thu, Jan 7, 2016 at 2:13 PM, Hendrik Leppkes wrote: > --- > libavfilter/x86/vf_w3fdif.asm| 35 +-- > libavfilter/x86/vf_w3fdif_init.c | 2 +- > 2 files changed, 34 insertions(+), 3 deletions(-) > > diff --git

Re: [FFmpeg-devel] [PATCH] x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high

2016-01-07 Thread Hendrik Leppkes
On Thu, Jan 7, 2016 at 4:18 AM, James Almer wrote: > On 1/6/2016 11:54 PM, Hendrik Leppkes wrote: >> --- >> Based on an idea from Ronald mentioend in an earlier thread about this >> function. >> >> It works and passes FATE, however I'm sure some aspects can be done easier >>

[FFmpeg-devel] [PATCH] x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high

2016-01-07 Thread Hendrik Leppkes
--- libavfilter/x86/vf_w3fdif.asm| 35 +-- libavfilter/x86/vf_w3fdif_init.c | 2 +- 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/libavfilter/x86/vf_w3fdif.asm b/libavfilter/x86/vf_w3fdif.asm index c3c73ea..52628c3 100644 ---

[FFmpeg-devel] [PATCH] x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high

2016-01-06 Thread Hendrik Leppkes
--- Based on an idea from Ronald mentioend in an earlier thread about this function. It works and passes FATE, however I'm sure some aspects can be done easier or cleaner, so please let me know. libavfilter/x86/vf_w3fdif.asm| 37 ++---

Re: [FFmpeg-devel] [PATCH] x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high

2016-01-06 Thread James Almer
On 1/6/2016 11:54 PM, Hendrik Leppkes wrote: > --- > Based on an idea from Ronald mentioend in an earlier thread about this > function. > > It works and passes FATE, however I'm sure some aspects can be done easier or > cleaner, so please let me know. > > > libavfilter/x86/vf_w3fdif.asm|