summaryrefslogtreecommitdiff
path: root/tools/graph2dot.c
Commit message (Collapse)AuthorAge
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* In graph2dot, print more specific audio information for audio links.Stefano Sabatini2011-02-17
| | | | Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
* Print link audio format name in tools/graph2dot.Stefano Sabatini2011-01-12
| | | | Originally committed as revision 26322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-07
| | | | | | | | 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-16
| | | | Originally committed as revision 25502 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make graph2dot print information related to the link timebase.Stefano Sabatini2010-10-10
| | | | Originally committed as revision 25442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-25
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