summaryrefslogtreecommitdiffstats
path: root/tools/graph2dot.c
Commit message (Collapse)AuthorAgeFilesLines
* graph2dot: Add missing #include for av_get_channel_layout_string()Diego Biurrun2013-11-041-0/+1
|
* graph2dot: Fix use of deprecated APIDiego Biurrun2013-11-041-2/+2
|
* tools: Wording and formatting cosmeticsDiego Biurrun2013-07-061-4/+4
|
* lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-111-1/+1
| | | | | We do not support using filters without AVFilterGraph in practice anyway, so there is no point in pretending we do.
* tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-2/+2
|
* graph2dot: Use the fallback getopt implementation if neededMartin Storsjö2012-08-291-0/+7
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
| | | | Signed-off-by: Martin Storsjö <martin@martin.st>
* graph2dot: fix printf format specifierDiego Biurrun2012-07-041-1/+1
| | | | tools/graph2dot.c:85: warning: format ‘%lld’ expects type ‘long long int’, but argument 4 has type ‘int’
* tools: Remove some unnecessary #undefs.Diego Biurrun2012-01-251-1/+0
|
* tools: K&R reformatting cosmeticsDiego Biurrun2012-01-251-14/+22
|
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* In graph2dot, print more specific audio information for audio links.Stefano Sabatini2011-02-171-4/+13
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Print link audio format name in tools/graph2dot.Stefano Sabatini2011-01-121-2/+3
| | | | Originally committed as revision 26322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-071-1/+1
| | | | | | | | avfilter_graph_parse() declaration to libavfilter/avfiltergraph.h. Simplify, and less confusing for the user. Originally committed as revision 25705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avfilter_graph_config().Stefano Sabatini2010-10-161-3/+1
| | | | Originally committed as revision 25502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make graph2dot print information related to the link timebase.Stefano Sabatini2010-10-101-2/+3
| | | | Originally committed as revision 25442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-251-0/+163
Also link avfiltergraph.o and graphparser.o against libavfilter, as it uses them. Originally committed as revision 22063 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud