Re: [FFmpeg-devel] GP License question

2016-03-22 Thread Ismail Donmez
On Tue, Mar 22, 2016 at 2:44 PM, Aaron Boxer wrote: > Hi Carl, > > > On Tue, Mar 22, 2016 at 8:32 AM, Carl Eugen Hoyos wrote: > >> Aaron Boxer gmail.com> writes: >> >> > I am developing a jpeg 2000 codec licensed under Affero GPL. >> >> Why don't you work on

Re: [FFmpeg-devel] [PATCH 1/3] configure: Force mingw's ld to keep the reloc section

2016-03-19 Thread Ismail Donmez
On Sat, Mar 19, 2016 at 6:50 PM, Christophe Gisquet wrote: > Hi, > > 2016-03-11 8:57 GMT+01:00 Christophe Gisquet : >>> It should either be reverted or made dependent on >>> --enable/disable-debug (I would favor the first, honestly,

Re: [FFmpeg-devel] [PATCH] Use lowercase includes and library names for schannel check

2016-03-16 Thread Ismail Donmez
On Tue, Mar 15, 2016 at 9:51 PM, Hendrik Leppkes wrote: > On Tue, Mar 15, 2016 at 8:33 PM, Reimar Döffinger > wrote: >> On Tue, Mar 15, 2016 at 07:32:35PM +, Derek Buitenhuis wrote: >>> On 3/15/2016 7:26 PM, Reimar Döffinger wrote: >>> > I see

Re: [FFmpeg-devel] [PATCH] Use lowercase includes and library names for schannel check

2016-03-15 Thread Ismail Donmez
ping please? On Tue, Mar 8, 2016 at 2:48 PM, Ismail Donmez <ism...@i10z.com> wrote: > This fixes cross-build on Linux with mingw-w64. Patch attached. This > will not break MSVC because Windows is case-insensitive unlike Linux. > > Please review. >

Re: [FFmpeg-devel] [PATCH 0/3] showcqt x86 optimization using intrinsic

2016-03-10 Thread Ismail Donmez
On Thu, Mar 10, 2016 at 12:04 PM, wm4 wrote: > On Thu, 10 Mar 2016 16:53:12 +0700 > Muhammad Faiz wrote: > >> I use intrinsic because writing asm using nasm or inline asm >> is difficult task for me. >> >> [PATCH 1/3] configure: add x86 intrinsic support

[FFmpeg-devel] [PATCH] Use lowercase includes and library names for schannel check

2016-03-08 Thread Ismail Donmez
This fixes cross-build on Linux with mingw-w64. Patch attached. This will not break MSVC because Windows is case-insensitive unlike Linux. Please review. Regards, ismail From e30470da6c21bb57c2a067660c613356cdbf6b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20D=C3=B6nmez?=