summaryrefslogtreecommitdiff
path: root/tools/graph2dot.c
Commit message (Expand)AuthorAge
* tools: convert to new channel layout-APIJames Almer2022-03-15
* tools/graph2dot: Don't use sizeof(AVFilterGraph), check allocationAndreas Rheinhardt2021-07-24
* lav*,tests: remove several register_all callsJosh de Kock2018-04-02
* graph2dot: use avfilter_pad_get_name accessor functionAndreas Cadhalpun2015-08-20
* tools/graph2dot: use larger data types than int for array/string sizesMichael Niedermayer2015-05-12
* tools/graph2dot: Check for av_malloc() failureMichael Niedermayer2015-02-22
* tools/graph2dot: fix use of deprecated *put_countMichael Niedermayer2013-08-25
* Merge commit 'a4baf96abd64cda68e3e4692b182bdf60745a14d'Michael Niedermayer2013-07-07
|\
| * tools: Wording and formatting cosmeticsDiego Biurrun2013-07-06
* | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4'Michael Niedermayer2013-04-11
|\|
| * lavfi: merge avfiltergraph.h into avfilter.hAnton Khirnov2013-04-11
* | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf'Michael Niedermayer2013-03-16
|\|
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* | Merge commit 'b7f1010c8fce09096057528f7cd29589ea1ae7df'Michael Niedermayer2012-10-12
|\|
| * tools: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* | tools/graphdot: unbreak syntaxStefano Sabatini2012-09-14
* | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer2012-08-29
|\|
| * graph2dot: Use the fallback getopt implementation if neededMartin Storsjö2012-08-29
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-04
|\|
| * graph2dot: fix printf format specifierDiego Biurrun2012-07-04
* | tools/graph2dot: make dot graph representation a bit more compactStefano Sabatini2012-06-26
* | tools/graph2dot: factorize code printing non-media specific link informationStefano Sabatini2012-06-06
* | tools/graph2dot: show input and output pad names in the link labelStefano Sabatini2012-06-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-26
|\|
| * tools: Remove some unnecessary #undefs.Diego Biurrun2012-01-25
| * tools: K&R reformatting cosmeticsDiego Biurrun2012-01-25
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * In graph2dot, print more specific audio information for audio links.Stefano Sabatini2011-02-17
* | graph2dot: show timebase information for audio linksStefano Sabatini2011-09-17
* | In graph2dot, print more specific audio information for audio links.Stefano Sabatini2011-02-18
|/
* Print link audio format name in tools/graph2dot.Stefano Sabatini2011-01-12
* Remove graphparser.h header, move AVFilterInOut andStefano Sabatini2010-11-07
* Add avfilter_graph_config().Stefano Sabatini2010-10-16
* Make graph2dot print information related to the link timebase.Stefano Sabatini2010-10-10
* Add the graph2dot tools and document it.Stefano Sabatini2010-02-25