summaryrefslogtreecommitdiff
path: root/tools/graph2dot.c
Commit message (Expand)AuthorAgeFilesLines
* tools: convert to new channel layout-APIJames Almer2022-03-151-2/+1
* tools/graph2dot: Don't use sizeof(AVFilterGraph), check allocationAndreas Rheinhardt2021-07-241-1/+7
* lav*,tests: remove several register_all callsJosh de Kock2018-04-021-2/+0
* graph2dot: use avfilter_pad_get_name accessor functionAndreas Cadhalpun2015-08-201-1/+2
* tools/graph2dot: use larger data types than int for array/string sizesMichael Niedermayer2015-05-121-2/+2
* tools/graph2dot: Check for av_malloc() failureMichael Niedermayer2015-02-221-0/+12
* tools/graph2dot: fix use of deprecated *put_countMichael Niedermayer2013-08-251-1/+1
* Merge commit 'a4baf96abd64cda68e3e4692b182bdf60745a14d'Michael Niedermayer2013-07-071-4/+4
|\
| * tools: Wording and formatting cosmeticsDiego Biurrun2013-07-061-4/+4
* | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer2013-04-111-1/+1
|\ \ | |/
| * lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-111-1/+1
* | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer2013-03-161-1/+1
|\ \ | |/
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* | Merge commit 'b7f1010c8fce09096057528f7cd29589ea1ae7df'Michael Niedermayer2012-10-121-1/+2
|\ \ | |/
| * tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-2/+2
* | tools/graphdot: unbreak syntaxStefano Sabatini2012-09-141-1/+1
* | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer2012-08-291-0/+7
|\ \ | |/
| * graph2dot: Use the fallback getopt implementation if neededMartin Storsjö2012-08-291-0/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+3
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-041-1/+1
|\ \ | |/
| * graph2dot: fix printf format specifierDiego Biurrun2012-07-041-1/+1
* | tools/graph2dot: make dot graph representation a bit more compactStefano Sabatini2012-06-261-6/+6
* | tools/graph2dot: factorize code printing non-media specific link informationStefano Sabatini2012-06-061-12/+10
* | tools/graph2dot: show input and output pad names in the link labelStefano Sabatini2012-06-061-4/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-261-15/+22
|\ \ | |/
| * 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
| * In graph2dot, print more specific audio information for audio links.Stefano Sabatini2011-02-171-4/+13
* | graph2dot: show timebase information for audio linksStefano Sabatini2011-09-171-2/+3
* | In graph2dot, print more specific audio information for audio links.Stefano Sabatini2011-02-181-4/+13
|/
* Print link audio format name in tools/graph2dot.Stefano Sabatini2011-01-121-2/+3
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-071-1/+1
* Add avfilter_graph_config().Stefano Sabatini2010-10-161-3/+1
* Make graph2dot print information related to the link timebase.Stefano Sabatini2010-10-101-2/+3
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-251-0/+163