Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: rewrite showcqt and add features

2015-10-30 Thread Michael Niedermayer
On Thu, Oct 29, 2015 at 02:05:53AM -0300, James Almer wrote: > On 10/27/2015 9:56 PM, Michael Niedermayer wrote: > > On Mon, Oct 26, 2015 at 12:32:58AM +0700, Muhammad Faiz wrote: > >> On Sun, Oct 25, 2015 at 9:51 AM, Michael Niedermayer > >> wrote: > >>> On Sun, Oct 25, 2015 at 08:43:07AM +0700,

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: rewrite showcqt and add features

2015-10-28 Thread James Almer
On 10/27/2015 9:56 PM, Michael Niedermayer wrote: > On Mon, Oct 26, 2015 at 12:32:58AM +0700, Muhammad Faiz wrote: >> On Sun, Oct 25, 2015 at 9:51 AM, Michael Niedermayer >> wrote: >>> On Sun, Oct 25, 2015 at 08:43:07AM +0700, Muhammad Faiz wrote: doc/filters.texi | 181 +++--

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: rewrite showcqt and add features

2015-10-27 Thread Michael Niedermayer
On Mon, Oct 26, 2015 at 12:32:58AM +0700, Muhammad Faiz wrote: > On Sun, Oct 25, 2015 at 9:51 AM, Michael Niedermayer > wrote: > > On Sun, Oct 25, 2015 at 08:43:07AM +0700, Muhammad Faiz wrote: > >> doc/filters.texi | 181 +++-- > >> libavfilter/avf_showcqt.c | 1546 > >> ++

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: rewrite showcqt and add features

2015-10-25 Thread Muhammad Faiz
On Sun, Oct 25, 2015 at 9:51 AM, Michael Niedermayer wrote: > On Sun, Oct 25, 2015 at 08:43:07AM +0700, Muhammad Faiz wrote: >> doc/filters.texi | 181 +++-- >> libavfilter/avf_showcqt.c | 1546 >> +++--- >> libavfilter/avf_showcqt.h | 104 +++ >

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: rewrite showcqt and add features

2015-10-24 Thread Michael Niedermayer
On Sun, Oct 25, 2015 at 08:43:07AM +0700, Muhammad Faiz wrote: > On Sat, Oct 24, 2015 at 1:31 AM, Muhammad Faiz wrote: > > add yuv444p, yuv422p, and yuv420p output format (lower cpu usage > > on ffplay playback because it does not do format conversion) > > custom size with size/s option (fullhd op

Re: [FFmpeg-devel] [PATCH] avfilter/avf_showcqt: rewrite showcqt and add features

2015-10-24 Thread Muhammad Faiz
On Sat, Oct 24, 2015 at 1:31 AM, Muhammad Faiz wrote: > add yuv444p, yuv422p, and yuv420p output format (lower cpu usage > on ffplay playback because it does not do format conversion) > custom size with size/s option (fullhd option is deprecated) > custom layout with bar_h, axis_h, and sono_h opti

[FFmpeg-devel] [PATCH] avfilter/avf_showcqt: rewrite showcqt and add features

2015-10-23 Thread Muhammad Faiz
add yuv444p, yuv422p, and yuv420p output format (lower cpu usage on ffplay playback because it does not do format conversion) custom size with size/s option (fullhd option is deprecated) custom layout with bar_h, axis_h, and sono_h option support rational frame rate (within fps/r/rate option) relax