aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/graph/graphprint.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "fftools/graphprint: Now, make it a Killer-Feature!"softworkz2025-05-161-32/+0
| | | | This reverts commit 1f2b8d7238eff4ab8a4d8d6177e250b8180d51f4.
* fftools/graphprint: Now, make it a Killer-Feature!softworkz2025-05-151-0/+32
| | | | | | remember this: -sg <= means Show Graph Signed-off-by: softworkz <softworkz@hotmail.com>
* fftools/graphprint: Add execution graph printingsoftworkz2025-05-151-0/+30
The key benefits are: - Different to other graph printing methods, this is outputting: - all graphs with runtime state (including auto-inserted filters) - each graph with its inputs and outputs - all filters with their in- and output pads - all connections between all input- and output pads - for each connection: - the runtime-negotiated format and media type - the hw context - if video hw context, both: hw pixfmt + sw pixfmt - Output can either be printed to stdout or written to specified file - Output is machine-readable - Use the same output implementation as ffprobe, supporting multiple formats Signed-off-by: softworkz <softworkz@hotmail.com>