Re: [FFmpeg-devel] [PATCH] lavfi: add bench and abench filters

2016-03-01 Thread Clément Bœsch
On Mon, Feb 29, 2016 at 07:37:35PM +0100, Paul B Mahol wrote: > On 2/29/16, Clement Boesch wrote: > > From: Clement Boesch > > > > --- > > TODO: doc, bump, Changelog > > > > example: -vf bench=start,gradfun,format=rgba,hqx,bench=stop > > Nice, LGTM with

Re: [FFmpeg-devel] [PATCH] lavfi: add bench and abench filters

2016-02-29 Thread Paul B Mahol
On 2/29/16, Clement Boesch wrote: > From: Clement Boesch > > --- > TODO: doc, bump, Changelog > > example: -vf bench=start,gradfun,format=rgba,hqx,bench=stop Nice, LGTM with documentation changes. ___ ffmpeg-devel

[FFmpeg-devel] [PATCH] lavfi: add bench and abench filters

2016-02-29 Thread Clément Bœsch
From: Clément Bœsch --- TODO: doc, bump, Changelog example: -vf bench=start,gradfun,format=rgba,hqx,bench=stop --- libavfilter/Makefile | 2 + libavfilter/allfilters.c | 2 + libavfilter/f_bench.c| 132 +++ 3 files