[FFmpeg-devel] [PATCH v8 0/4] print_graphs: Complete Filtergraph Printing

ffmpegagent ffmpegagent at gmail.com
Wed Mar 19 19:04:09 EET 2025


Due to the additional work on graph visualization (see
https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2025-March/341296.html), I
have removed the two graph printing commits from this patchset rather than
adding to it, as to avoid wasting the effort already spent on reviewing.

So, now it's a graph printing patchset without graph printing :-)

All other commits are unchanged from the previous version. I'm also
resubmitting to give it a final run of the tests on various platforms.

Thanks

softworkz (4):
  fftools/textformat: Extract and generalize textformat api from
    ffprobe.c
  fftools/ffprobe: Change to use textformat api
  fftools/ffprobe: Rename writer_print_section_* and WriterContext
  fftools/ffprobe: Rename AVTextFormatContext variables (w => tfc)

 fftools/Makefile                   |   12 +
 fftools/ffprobe.c                  | 2296 +++++-----------------------
 fftools/textformat/avtextformat.c  |  672 ++++++++
 fftools/textformat/avtextformat.h  |  171 +++
 fftools/textformat/avtextwriters.h |   68 +
 fftools/textformat/tf_compact.c    |  282 ++++
 fftools/textformat/tf_default.c    |  145 ++
 fftools/textformat/tf_flat.c       |  174 +++
 fftools/textformat/tf_ini.c        |  160 ++
 fftools/textformat/tf_json.c       |  215 +++
 fftools/textformat/tf_xml.c        |  221 +++
 fftools/textformat/tw_avio.c       |  129 ++
 fftools/textformat/tw_buffer.c     |   92 ++
 fftools/textformat/tw_stdout.c     |   82 +
 14 files changed, 2774 insertions(+), 1945 deletions(-)
 create mode 100644 fftools/textformat/avtextformat.c
 create mode 100644 fftools/textformat/avtextformat.h
 create mode 100644 fftools/textformat/avtextwriters.h
 create mode 100644 fftools/textformat/tf_compact.c
 create mode 100644 fftools/textformat/tf_default.c
 create mode 100644 fftools/textformat/tf_flat.c
 create mode 100644 fftools/textformat/tf_ini.c
 create mode 100644 fftools/textformat/tf_json.c
 create mode 100644 fftools/textformat/tf_xml.c
 create mode 100644 fftools/textformat/tw_avio.c
 create mode 100644 fftools/textformat/tw_buffer.c
 create mode 100644 fftools/textformat/tw_stdout.c


base-commit: 0b097ed9f141f57e2b91f0704c721a9eff0204c0
Published-As: https://github.com/ffstaging/FFmpeg/releases/tag/pr-ffstaging-52%2Fsoftworkz%2Fsubmit_print_graphs5-v8
Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr-ffstaging-52/softworkz/submit_print_graphs5-v8
Pull-Request: https://github.com/ffstaging/FFmpeg/pull/52

Range-diff vs v7:

 1:  f379c77e88 = 1:  f379c77e88 fftools/textformat: Extract and generalize textformat api from ffprobe.c
 2:  67bc38ac96 = 2:  67bc38ac96 fftools/ffprobe: Change to use textformat api
 3:  52c41fdcd0 = 3:  52c41fdcd0 fftools/ffprobe: Rename writer_print_section_* and WriterContext
 4:  21480a08b1 < -:  ---------- fftools/ffmpeg_filter: Move some declaration to new header file
 5:  70ba7a8bc9 < -:  ---------- avfilter/avfilter: Add avfilter_link_get_hw_frames_ctx()
 6:  a30ded4d62 < -:  ---------- fftools/ffmpeg_graphprint: Add options for filtergraph printing
 7:  fcfcc5f7df = 4:  e85abafb4d fftools/ffprobe: Rename AVTextFormatContext variables (w => tfc)

-- 
ffmpeg-codebot


More information about the ffmpeg-devel mailing list