aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/textformat/tf_compact.c
Commit message (Collapse)AuthorAgeFilesLines
* fftools/textformat: Introduce common header and deduplicate codesoftworkz2025-05-151-21/+11
| | | | | | | | | Also change writer_printf signature in AVTextWriter to use va_list, so that it can be called by the new function writer_printf() in tf_internal.h. Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: softworkz <softworkz@hotmail.com>
* fftools/textformat: Apply formatting and whitespace changessoftworkz2025-05-151-38/+49
| | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: softworkz <softworkz@hotmail.com>
* fftools/textformat: Use "", not <> for lavu headersAndreas Rheinhardt2025-04-161-6/+3
| | | | | | | Also remove unused headers. Reviewed-by: softworkz . <softworkz-at-hotmail.com@ffmpeg.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* fftools/textformat: Extract and generalize textformat api from ffprobe.csoftworkz2025-04-111-0/+282
Signed-off-by: softworkz <softworkz@hotmail.com>