> -----Original Message----- > From: ffmpegagent <ffmpegag...@gmail.com> > Sent: Sonntag, 23. März 2025 04:42 > To: ffmpeg-devel@ffmpeg.org > Cc: softworkz <softwo...@hotmail.com> > Subject: [PATCH v9 0/4] print_graphs: Complete Filtergraph Printing > > 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. > > > V9 > == > > * Fix outdir creation for out-of-tree builds > (thanks, Michael) > > 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 | 15 +- > 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, 2776 insertions(+), 1946 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-v9 > Fetch-It-Via: git fetch https://github.com/ffstaging/FFmpeg pr- > ffstaging-52/softworkz/submit_print_graphs5-v9 > Pull-Request: https://github.com/ffstaging/FFmpeg/pull/52 >
I'd be aiming to push this around Wednesday/Thursday. Please let me know when you need more time or have any objection. I'll send another message the day before. Thanks, sw _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".