| Commit message (Expand) | Author | Age | Files | Lines |
* | tools: convert to new channel layout-API | James Almer | 2022-03-15 | 1 | -2/+1 |
* | tools/graph2dot: Don't use sizeof(AVFilterGraph), check allocation | Andreas Rheinhardt | 2021-07-24 | 1 | -1/+7 |
* | lav*,tests: remove several register_all calls | Josh de Kock | 2018-04-02 | 1 | -2/+0 |
* | graph2dot: use avfilter_pad_get_name accessor function | Andreas Cadhalpun | 2015-08-20 | 1 | -1/+2 |
* | tools/graph2dot: use larger data types than int for array/string sizes | Michael Niedermayer | 2015-05-12 | 1 | -2/+2 |
* | tools/graph2dot: Check for av_malloc() failure | Michael Niedermayer | 2015-02-22 | 1 | -0/+12 |
* | tools/graph2dot: fix use of deprecated *put_count | Michael Niedermayer | 2013-08-25 | 1 | -1/+1 |
* | Merge commit 'a4baf96abd64cda68e3e4692b182bdf60745a14d' | Michael Niedermayer | 2013-07-07 | 1 | -4/+4 |
|\ |
|
| * | tools: Wording and formatting cosmetics | Diego Biurrun | 2013-07-06 | 1 | -4/+4 |
* | | Merge commit '38f0c0781a6e099f11c0acec07f9b8be742190c4' | Michael Niedermayer | 2013-04-11 | 1 | -1/+1 |
|\| |
|
| * | lavfi: merge avfiltergraph.h into avfilter.h | Anton Khirnov | 2013-04-11 | 1 | -1/+1 |
* | | Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' | Michael Niedermayer | 2013-03-16 | 1 | -1/+1 |
|\| |
|
* | | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | | Merge commit 'b7f1010c8fce09096057528f7cd29589ea1ae7df' | Michael Niedermayer | 2012-10-12 | 1 | -1/+2 |
|\| |
|
| * | tools: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 1 | -2/+2 |
* | | tools/graphdot: unbreak syntax | Stefano Sabatini | 2012-09-14 | 1 | -1/+1 |
* | | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112' | Michael Niedermayer | 2012-08-29 | 1 | -0/+7 |
|\| |
|
| * | graph2dot: Use the fallback getopt implementation if needed | Martin Storsjö | 2012-08-29 | 1 | -0/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+3 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -1/+1 |
|\| |
|
| * | graph2dot: fix printf format specifier | Diego Biurrun | 2012-07-04 | 1 | -1/+1 |
* | | tools/graph2dot: make dot graph representation a bit more compact | Stefano Sabatini | 2012-06-26 | 1 | -6/+6 |
* | | tools/graph2dot: factorize code printing non-media specific link information | Stefano Sabatini | 2012-06-06 | 1 | -12/+10 |
* | | tools/graph2dot: show input and output pad names in the link label | Stefano Sabatini | 2012-06-06 | 1 | -4/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-26 | 1 | -15/+22 |
|\| |
|
| * | tools: Remove some unnecessary #undefs. | Diego Biurrun | 2012-01-25 | 1 | -1/+0 |
| * | tools: K&R reformatting cosmetics | Diego Biurrun | 2012-01-25 | 1 | -14/+22 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | In graph2dot, print more specific audio information for audio links. | Stefano Sabatini | 2011-02-17 | 1 | -4/+13 |
* | | graph2dot: show timebase information for audio links | Stefano Sabatini | 2011-09-17 | 1 | -2/+3 |
* | | In graph2dot, print more specific audio information for audio links. | Stefano Sabatini | 2011-02-18 | 1 | -4/+13 |
|/ |
|
* | Print link audio format name in tools/graph2dot. | Stefano Sabatini | 2011-01-12 | 1 | -2/+3 |
* | Remove graphparser.h header, move AVFilterInOut and | Stefano Sabatini | 2010-11-07 | 1 | -1/+1 |
* | Add avfilter_graph_config(). | Stefano Sabatini | 2010-10-16 | 1 | -3/+1 |
* | Make graph2dot print information related to the link timebase. | Stefano Sabatini | 2010-10-10 | 1 | -2/+3 |
* | Add the graph2dot tools and document it. | Stefano Sabatini | 2010-02-25 | 1 | -0/+163 |