[FFmpeg-devel] [FFMPEG][OPW] FFmpeg OPW libavfilter task

Michael Niedermayer michaelni at gmx.at
Sat Nov 15 18:57:41 CET 2014


On Sat, Nov 15, 2014 at 10:31:21PM +0530, arwa arif wrote:
> On Sat, Nov 15, 2014 at 4:18 PM, Michael Niedermayer <michaelni at gmx.at>
> wrote:
> 
> > On Sat, Nov 15, 2014 at 01:53:58PM +0530, arwa arif wrote:
> > > On Fri, Nov 14, 2014 at 4:30 PM, Michael Niedermayer
> > <michael at niedermayer.cc
> > > > wrote:
> > >
> > > > On Fri, Nov 14, 2014 at 01:23:14PM +0530, arwa arif wrote:
> > > > > On Fri, Nov 14, 2014 at 7:21 AM, Michael Niedermayer
> > > > <michael at niedermayer.cc
> > > > > > wrote:
> > > > >
> > > > > > Hi
> > > > > >
> > > > > > On Wed, Nov 12, 2014 at 11:24:00AM +0100, Stefano Sabatini wrote:
> > > > > > > In data Wednesday 2014-11-12 00:26:26 +0530, arwa arif ha
> > scritto:
> > > > > > > > I talked to Sergio. This is his reply -
> > > > > > > > "Hi, Put lgpl on this and use it as you wish. It's free!
> > > > > > > >
> > > > > > > > Sissi"
> > > > > > >
> > > > > > > OK, so I assume it's safe to relicense to LGPL.
> > > > > >
> > > > > > i guess, yes
> > > > > >
> > > > > > arwa, can you post a patch which replaces the GPL by LGPL in xbr
> > > > > > and remove xbr from all gpl specific listings ?
> > > > > > I think stefano is a bit busy atm
> > > > > >
> > > > > > also probably best to copy the authors response in the commit
> > message
> > > > > > or state that he agreed to the change
> > > > > >
> > > > > > Thanks
> > > > > >
> > > > > >
> > > > > Updated the patch.
> > > >
> > > > you forgot to update your git after xbr was pushed.
> > > > the patch should be on top of the current git master in which xbr
> > > > is already. So it wouldnt add a xbr with differnet license but rather
> > > > replace the license in the already existing xbr filter.
> > > >
> > > > you can update your git with
> > > > git pull --rebase
> > > > this will then result in some conflicts due to 2 slightly different
> > > > vf_xbr.c files and other small changes clement did in the meantime
> > > > in ffmpeg git
> > > > you have to edit the files and resolve/remove the conflicts
> > > > then add the files you changed with git add
> > > > and then run git rebase --continue
> > > >
> > > > then make sure the chnages you have after that are the ones you
> > > > want
> > > > the "pull --rebase" likely will have added the xbr filter back in
> > > > configure and LICENSE.md so you have to remove them again
> > > >
> > > > Also add the Note about "Hi, Put lgpl on this and use it as you wish.
> > It's
> > > > free!"
> > > > to the commit message
> > > > you can edit the commit message with
> > > > git commit --amend
> > > >
> > > > And the License header at the top of vf_xbr.c should be replaced
> > > > by the LGPL one (just copy it from another file).
> > > >
> > > > [...]
> > > >
> > > > --
> > > > Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
> > > >
> > > > No human being will ever know the Truth, for even if they happen to
> > say it
> > > > by chance, they would not even known they had done so. -- Xenophanes
> > > >
> >
> > >  LICENSE.md           |    1 -
> > >  configure            |    1 -
> > >  libavfilter/vf_xbr.c |    4 ++++
> > >  3 files changed, 4 insertions(+), 2 deletions(-)
> > > 35334fa4267e818a454943161e8c00844f155bfa  0001-lavfi-xBR-filter.patch
> > > From 65643e13efcb497dca339c4fccd4c194e1df6d2a Mon Sep 17 00:00:00 2001
> > > From: Arwa Arif <arwaarif1994 at gmail.com>
> > > Date: Sat, 15 Nov 2014 13:29:31 +0530
> >
> > > Subject: [PATCH] lavfi : xBR filter Hyllian's message : "Hi, Put lgpl on
> > this
> > >  and use it as you wish. It's free!"
> >
> > Commit messages should be formated so that the first line gives a
> > summary of the changes then theres a blank line and then there can
> > be details like Hyllian's message
> >
> >
> > [...]
> >
> > > + * Changed from GPL to LGPL, in accordance with Hyllian's message:
> > > + *     On Tue, Nov 11, 2014 at 11:52 PM, Sérgio <sergiogdb at gmail.com>
> > wrote:
> > > + *         > Hi, Put lgpl on this and use it as you wish. It's free!
> > > + *
> > >   * FFmpeg is free software; you can redistribute it and/or modify
> > >   * it under the terms of the GNU General Public License as published by
> > >   * the Free Software Foundation; either version 2 of the License, or
> >
> > The license text, that is the stuff refering to
> > "the GNU General Public License" below should be replaced by the LGPL,
> > you can copy and paste the text from another file.
> >
> > [...]
> >
> > --
> > Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
> >
> > Many that live deserve death. And some that die deserve life. Can you give
> > it to them? Then do not be too eager to deal out death in judgement. For
> > even the very wise cannot see all ends. -- Gandalf
> >

>  LICENSE.md           |    1 -
>  configure            |    1 -
>  libavfilter/vf_xbr.c |   22 +++++++++++++---------
>  3 files changed, 13 insertions(+), 11 deletions(-)
> 25fb9eb7f75efbb36f168202e778db2011c116d3  0001-lavfi-xBR-filter.patch
> From bafbd28c3a0d96838621f4c566511505c91af960 Mon Sep 17 00:00:00 2001
> From: Arwa Arif <arwaarif1994 at gmail.com>
> Date: Sat, 15 Nov 2014 13:29:31 +0530
> Subject: [PATCH] lavfi : xBR filter

patch applied

thanks

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

You can kill me, but you cannot change the truth.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141115/c94b9f3a/attachment.asc>


More information about the ffmpeg-devel mailing list