aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/textformat
Commit message (Expand)AuthorAgeFilesLines
* fftools/textformat: remove unreachable code in tf_mermaidMarvin Scholz2025-07-051-4/+1
* fftools/textformat: renamings in print_unit_int for consistency (cosmetic)Nicolas Gaullier2025-06-272-3/+3
* fftools/textformat: fix print 64 bit integersNicolas Gaullier2025-06-272-2/+2
* fftools/textformat: do not return earlyMarvin Scholz2025-06-261-1/+0
* fftools/textformat: remove noop freeMarvin Scholz2025-06-261-2/+0
* fftools/textformat: narrow variable scopesMarvin Scholz2025-06-261-9/+6
* fftools/textformat: remove leftover comments in mermaid_print_valueMarvin Scholz2025-06-261-4/+1
* fftools/textformat: exit early in mermaid_print_valueMarvin Scholz2025-06-261-10/+2
* fftools/textformat/avtextformat: Fix races when initializing formattersAndreas Rheinhardt2025-06-021-21/+12
* fftools/textformat/avtextformat: Avoid relocationsAndreas Rheinhardt2025-06-021-2/+2
* fftools/graph/graphprint: Fix races when initializing graphprintAndreas Rheinhardt2025-06-021-2/+5
* fftools/tf_mermaid: Add missing uninit and fix leakssoftworkz2025-05-281-8/+37
* fftools/textformat: correctly propagate uninit error codesMarton Balint2025-05-164-6/+8
* Revert "fftools/textformat/avtextformat: Make close functions return void"Marton Balint2025-05-163-6/+10
* fftools/graphprint: Add execution graph printingsoftworkz2025-05-154-1/+731
* fftools/textformat: Add flags param to function avtext_print_integer()softworkz2025-05-152-7/+19
* fftools/tf_internal: Use av_default_item_namesoftworkz2025-05-151-5/+1
* fftools/textformat: Introduce common header and deduplicate codesoftworkz2025-05-1511-141/+160
* fftools/textformat: Introduce AVTextFormatOptions for avtext_context_open()softworkz2025-05-152-19/+15
* fftools/avtextformat: Re-use BPrint in loopsoftworkz2025-05-151-9/+14
* fftools/textformat: Rename name param to key for API consistencysoftworkz2025-05-152-10/+10
* fftools/textformat: Remove unused print_rational() pointer from AVTextFormattersoftworkz2025-05-152-6/+0
* fftools/textformat: Apply quality improvementssoftworkz2025-05-157-45/+82
* fftools/textformat: Apply formatting and whitespace changessoftworkz2025-05-159-156/+172
* fftools/textformat/avtextformat: Remove unused variableAndreas Rheinhardt2025-04-171-1/+0
* fftools/textformat/avtextformat: Make close functions return voidAndreas Rheinhardt2025-04-163-9/+6
* fftools/textformat/avtextformat: Add missing AVERROR()Andreas Rheinhardt2025-04-161-2/+2
* fftools/textformat/avtextformat: Initialize stuff earlierAndreas Rheinhardt2025-04-161-6/+6
* fftools/textformat/avtextformat: Fix segfault upon allocation errorAndreas Rheinhardt2025-04-161-4/+6
* fftools/textformat/avtextformat: Fix segfault upon allocation errorAndreas Rheinhardt2025-04-161-4/+6
* textformat/tw_avio: Remove close_on_uninit param from create_fileAndreas Rheinhardt2025-04-162-3/+3
* fftools/textformat/tw_avio: Use avio_closep()Andreas Rheinhardt2025-04-161-3/+2
* fftools/textformat/tw_avio: Don't flush unnecessarilyAndreas Rheinhardt2025-04-161-1/+0
* fftools/textformat/tw_avio: Remove unused private classAndreas Rheinhardt2025-04-161-12/+3
* fftools/textformat: Use "", not <> for lavu headersAndreas Rheinhardt2025-04-166-30/+16
* fftools/textformat/avtextformat: Simplify avtext_print_rational()Andreas Rheinhardt2025-04-161-4/+3
* fftools/textformat: Extract and generalize textformat api from ffprobe.csoftworkz2025-04-1112-0/+2411