Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-03-20 Thread Gerion Entrup
On Dienstag, 21. März 2017 00:12:52 CET Michael Niedermayer wrote: > On Mon, Mar 20, 2017 at 02:31:46PM -0800, Lou Logan wrote: > > On Mon, 20 Mar 2017 15:23:10 +0100 > > Paul B Mahol wrote: > > > > > Then wait until someone else appears and like to commit this code. > > > > It would be easier t

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-03-20 Thread Michael Niedermayer
On Mon, Mar 20, 2017 at 02:31:46PM -0800, Lou Logan wrote: > On Mon, 20 Mar 2017 15:23:10 +0100 > Paul B Mahol wrote: > > > Then wait until someone else appears and like to commit this code. > > It would be easier to do for a lazy commit monkey if it was rebased to > current git master: > > e

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-03-20 Thread Lou Logan
On Mon, 20 Mar 2017 15:23:10 +0100 Paul B Mahol wrote: > Then wait until someone else appears and like to commit this code. It would be easier to do for a lazy commit monkey if it was rebased to current git master: error: patch failed: Changelog:12 error: Changelog: patch does not apply e

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-03-20 Thread Paul B Mahol
On 3/20/17, Dave Rice wrote: > >> On Mar 20, 2017, at 10:13 AM, Paul B Mahol wrote: >> >> On 3/20/17, Dave Rice wrote: >>> On Jan 6, 2017, at 1:34 PM, Gerion Entrup >>> wrote: On Donnerstag, 5. Januar 2017 02:26:23 CET Michael Niedermayer wrote: > On Wed, Jan 04, 2017 at 05:05:41P

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-03-20 Thread Dave Rice
> On Mar 20, 2017, at 10:13 AM, Paul B Mahol wrote: > > On 3/20/17, Dave Rice wrote: >> On Jan 6, 2017, at 1:34 PM, Gerion Entrup >> wrote: >>> >>> On Donnerstag, 5. Januar 2017 02:26:23 CET Michael Niedermayer wrote: On Wed, Jan 04, 2017 at 05:05:41PM +0100, Gerion Entrup wrote: > O

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-03-20 Thread Paul B Mahol
On 3/20/17, Dave Rice wrote: > On Jan 6, 2017, at 1:34 PM, Gerion Entrup > wrote: >> >> On Donnerstag, 5. Januar 2017 02:26:23 CET Michael Niedermayer wrote: >>> On Wed, Jan 04, 2017 at 05:05:41PM +0100, Gerion Entrup wrote: On Dienstag, 3. Januar 2017 16:58:32 CET Moritz Barsnick wrote: >>>

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-03-20 Thread Dave Rice
On Jan 6, 2017, at 1:34 PM, Gerion Entrup wrote: > > On Donnerstag, 5. Januar 2017 02:26:23 CET Michael Niedermayer wrote: >> On Wed, Jan 04, 2017 at 05:05:41PM +0100, Gerion Entrup wrote: >>> On Dienstag, 3. Januar 2017 16:58:32 CET Moritz Barsnick wrote: >> The English opposite of "fine" is

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-01-06 Thread Gerion Entrup
On Donnerstag, 5. Januar 2017 02:26:23 CET Michael Niedermayer wrote: > On Wed, Jan 04, 2017 at 05:05:41PM +0100, Gerion Entrup wrote: > > On Dienstag, 3. Januar 2017 16:58:32 CET Moritz Barsnick wrote: > > > > > The English opposite of "fine" is "coarse", not "course". :) > > > > Oops. > > > > >

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-01-04 Thread Michael Niedermayer
On Wed, Jan 04, 2017 at 05:05:41PM +0100, Gerion Entrup wrote: > On Dienstag, 3. Januar 2017 16:58:32 CET Moritz Barsnick wrote: > > > > The English opposite of "fine" is "coarse", not "course". :) > > > Oops. > > > > You still have a few "courses". (The actual variables, not the types. I > > don'

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-01-04 Thread Gerion Entrup
On Dienstag, 3. Januar 2017 16:58:32 CET Moritz Barsnick wrote: > > > The English opposite of "fine" is "coarse", not "course". :) > > Oops. > > You still have a few "courses". (The actual variables, not the types. I > don't care *too* much, but might be better for consistency.) You're right. Fixe

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-01-03 Thread Moritz Barsnick
On Tue, Jan 03, 2017 at 16:29:44 +0100, Gerion Entrup wrote: > The matching is not calculated automatically but with a commandline switch. > I've tried > to reformulate it in a better way. Very good, I understand it now. :-) > I don't understand fully what your question is. > > The output path

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-01-03 Thread Gerion Entrup
On Dienstag, 3. Januar 2017 11:33:48 CET Moritz Barsnick wrote: > On Mon, Jan 02, 2017 at 23:52:58 +0100, Gerion Entrup wrote: > > +Calculates the MPEG-7 Video Signature. The filter could handle more than > > one > > +input. In this case the matching between the inputs could be calculated. > > Th

Re: [FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-01-03 Thread Moritz Barsnick
On Mon, Jan 02, 2017 at 23:52:58 +0100, Gerion Entrup wrote: > +Calculates the MPEG-7 Video Signature. The filter could handle more than one > +input. In this case the matching between the inputs could be calculated. The > +filter passthrough the first input. The signature of each stream could be

[FFmpeg-devel] [PATCHv3] add signature filter for MPEG7 video signature

2017-01-02 Thread Gerion Entrup
Hi, I made a new thread because of the delay between this mail and my last one. Attached is the next iteration of the patch (rebased to current master). Main change is, that I've moved the writing and lookup code from uninit to request_frame (thank you for the suggestion). Please comment. Kind