Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-17 Thread Muhammad Faiz
On Wed, Feb 17, 2016 at 9:55 PM, Michael Niedermayer wrote: > > PS: Muhammad, if you want git write access to maintain this filter, > just say so. > OK, I have sent a mail to you. Thank's ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-17 Thread Muhammad Faiz
On Wed, Feb 17, 2016 at 6:26 PM, wm4 wrote: > On Wed, 17 Feb 2016 10:39:30 +0100 > Paul B Mahol wrote: > >> On 2/16/16, Muhammad Faiz wrote: >> > correct output pts based on input pts >> > make seeking possible >> > output frame one by

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-17 Thread Michael Niedermayer
On Wed, Feb 17, 2016 at 12:33:49PM +0100, Paul B Mahol wrote: > On 2/17/16, wm4 wrote: > > On Wed, 17 Feb 2016 10:39:30 +0100 > > Paul B Mahol wrote: > > > >> On 2/16/16, Muhammad Faiz wrote: > >> > correct output pts based on input pts

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-17 Thread wm4
On Wed, 17 Feb 2016 12:33:49 +0100 Paul B Mahol wrote: > On 2/17/16, wm4 wrote: > > On Wed, 17 Feb 2016 10:39:30 +0100 > > Paul B Mahol wrote: > > > >> On 2/16/16, Muhammad Faiz wrote: > >> > correct output pts

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-17 Thread Paul B Mahol
On 2/17/16, wm4 wrote: > On Wed, 17 Feb 2016 10:39:30 +0100 > Paul B Mahol wrote: > >> On 2/16/16, Muhammad Faiz wrote: >> > correct output pts based on input pts >> > make seeking possible >> > output frame one by one on eof >> >

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-17 Thread wm4
On Wed, 17 Feb 2016 10:39:30 +0100 Paul B Mahol wrote: > On 2/16/16, Muhammad Faiz wrote: > > correct output pts based on input pts > > make seeking possible > > output frame one by one on eof > > tested with showinfo filter > > > > patch attached > > > >

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-17 Thread wm4
On Wed, 17 Feb 2016 01:13:54 +0700 Muhammad Faiz wrote: > On Tue, Feb 16, 2016 at 6:22 PM, wm4 wrote: > > On Tue, 16 Feb 2016 18:01:16 +0700 > > Muhammad Faiz wrote: > ... > >> remaining -= s->remaining_fill; > >> +

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-17 Thread Paul B Mahol
On 2/16/16, Muhammad Faiz wrote: > correct output pts based on input pts > make seeking possible > output frame one by one on eof > tested with showinfo filter > > patch attached > > thank's > Tested with mpv, works, so LGTM. ___

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-16 Thread Muhammad Faiz
On Tue, Feb 16, 2016 at 6:22 PM, wm4 wrote: > On Tue, 16 Feb 2016 18:01:16 +0700 > Muhammad Faiz wrote: > >> From bc59d4a7636e2f199b3dbda06e8e3bc53e260cae Mon Sep 17 00:00:00 2001 >> From: Muhammad Faiz >> Date: Tue, 16 Feb 2016

Re: [FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-16 Thread Muhammad Faiz
On Tue, Feb 16, 2016 at 6:22 PM, wm4 wrote: > On Tue, 16 Feb 2016 18:01:16 +0700 > Muhammad Faiz wrote: > >> From bc59d4a7636e2f199b3dbda06e8e3bc53e260cae Mon Sep 17 00:00:00 2001 >> From: Muhammad Faiz >> Date: Tue, 16 Feb 2016

[FFmpeg-devel] [PATCH v2] avfilter/avf_showcqt: improve pts handling

2016-02-16 Thread Muhammad Faiz
correct output pts based on input pts make seeking possible output frame one by one on eof tested with showinfo filter patch attached thank's From bc59d4a7636e2f199b3dbda06e8e3bc53e260cae Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Tue, 16 Feb 2016 07:03:37 +0700