[FFmpeg-devel] [PATCH] lavfi: add (a)drawgraph filter

2015-06-29 Thread Paul B Mahol
Signed-off-by: Paul B Mahol one...@gmail.com --- Changelog | 1 + doc/filters.texi | 101 ++ libavfilter/Makefile | 2 + libavfilter/allfilters.c | 2 + libavfilter/f_drawgraph.c | 346 ++ 5 files

Re: [FFmpeg-devel] [PATCH] lavfi: add (a)drawgraph filter

2015-06-29 Thread Dave Rice
Hi, On Jun 29, 2015, at 12:31 AM, Paul B Mahol one...@gmail.com wrote: Signed-off-by: Paul B Mahol one...@gmail.com --- Changelog | 1 + doc/filters.texi | 101 ++ libavfilter/Makefile | 2 + libavfilter/allfilters.c | 2 +

Re: [FFmpeg-devel] [PATCH] lavfi: add (a)drawgraph filter

2015-06-29 Thread Dave Rice
On Jun 29, 2015, at 2:09 PM, Paul B Mahol one...@gmail.com wrote: On 6/29/15, Dave Rice d...@dericed.com wrote: Hi, [...] I re-tested and all looks great. The new default size, 900x256, makes sense and I'm glad to see it now works with audio metadata (would love to be able to use

Re: [FFmpeg-devel] [PATCH] lavfi: add (a)drawgraph filter

2015-06-29 Thread Paul B Mahol
On 6/29/15, Dave Rice d...@dericed.com wrote: Hi, [...] I re-tested and all looks great. The new default size, 900x256, makes sense and I'm glad to see it now works with audio metadata (would love to be able to use astats with this someday). I'm having a little trouble getting an example

Re: [FFmpeg-devel] [PATCH] lavfi: add (a)drawgraph filter

2015-06-29 Thread Paul B Mahol
On 6/29/15, Dave Rice d...@dericed.com wrote: On Jun 29, 2015, at 2:09 PM, Paul B Mahol one...@gmail.com wrote: On 6/29/15, Dave Rice d...@dericed.com wrote: Hi, [...] I re-tested and all looks great. The new default size, 900x256, makes sense and I'm glad to see it now works with