index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fftools
/
textformat
Commit message (
Expand
)
Author
Age
Files
Lines
*
fftools/textformat: remove unreachable code in tf_mermaid
Marvin Scholz
2025-07-05
1
-4
/
+1
*
fftools/textformat: renamings in print_unit_int for consistency (cosmetic)
Nicolas Gaullier
2025-06-27
2
-3
/
+3
*
fftools/textformat: fix print 64 bit integers
Nicolas Gaullier
2025-06-27
2
-2
/
+2
*
fftools/textformat: do not return early
Marvin Scholz
2025-06-26
1
-1
/
+0
*
fftools/textformat: remove noop free
Marvin Scholz
2025-06-26
1
-2
/
+0
*
fftools/textformat: narrow variable scopes
Marvin Scholz
2025-06-26
1
-9
/
+6
*
fftools/textformat: remove leftover comments in mermaid_print_value
Marvin Scholz
2025-06-26
1
-4
/
+1
*
fftools/textformat: exit early in mermaid_print_value
Marvin Scholz
2025-06-26
1
-10
/
+2
*
fftools/textformat/avtextformat: Fix races when initializing formatters
Andreas Rheinhardt
2025-06-02
1
-21
/
+12
*
fftools/textformat/avtextformat: Avoid relocations
Andreas Rheinhardt
2025-06-02
1
-2
/
+2
*
fftools/graph/graphprint: Fix races when initializing graphprint
Andreas Rheinhardt
2025-06-02
1
-2
/
+5
*
fftools/tf_mermaid: Add missing uninit and fix leaks
softworkz
2025-05-28
1
-8
/
+37
*
fftools/textformat: correctly propagate uninit error codes
Marton Balint
2025-05-16
4
-6
/
+8
*
Revert "fftools/textformat/avtextformat: Make close functions return void"
Marton Balint
2025-05-16
3
-6
/
+10
*
fftools/graphprint: Add execution graph printing
softworkz
2025-05-15
4
-1
/
+731
*
fftools/textformat: Add flags param to function avtext_print_integer()
softworkz
2025-05-15
2
-7
/
+19
*
fftools/tf_internal: Use av_default_item_name
softworkz
2025-05-15
1
-5
/
+1
*
fftools/textformat: Introduce common header and deduplicate code
softworkz
2025-05-15
11
-141
/
+160
*
fftools/textformat: Introduce AVTextFormatOptions for avtext_context_open()
softworkz
2025-05-15
2
-19
/
+15
*
fftools/avtextformat: Re-use BPrint in loop
softworkz
2025-05-15
1
-9
/
+14
*
fftools/textformat: Rename name param to key for API consistency
softworkz
2025-05-15
2
-10
/
+10
*
fftools/textformat: Remove unused print_rational() pointer from AVTextFormatter
softworkz
2025-05-15
2
-6
/
+0
*
fftools/textformat: Apply quality improvements
softworkz
2025-05-15
7
-45
/
+82
*
fftools/textformat: Apply formatting and whitespace changes
softworkz
2025-05-15
9
-156
/
+172
*
fftools/textformat/avtextformat: Remove unused variable
Andreas Rheinhardt
2025-04-17
1
-1
/
+0
*
fftools/textformat/avtextformat: Make close functions return void
Andreas Rheinhardt
2025-04-16
3
-9
/
+6
*
fftools/textformat/avtextformat: Add missing AVERROR()
Andreas Rheinhardt
2025-04-16
1
-2
/
+2
*
fftools/textformat/avtextformat: Initialize stuff earlier
Andreas Rheinhardt
2025-04-16
1
-6
/
+6
*
fftools/textformat/avtextformat: Fix segfault upon allocation error
Andreas Rheinhardt
2025-04-16
1
-4
/
+6
*
fftools/textformat/avtextformat: Fix segfault upon allocation error
Andreas Rheinhardt
2025-04-16
1
-4
/
+6
*
textformat/tw_avio: Remove close_on_uninit param from create_file
Andreas Rheinhardt
2025-04-16
2
-3
/
+3
*
fftools/textformat/tw_avio: Use avio_closep()
Andreas Rheinhardt
2025-04-16
1
-3
/
+2
*
fftools/textformat/tw_avio: Don't flush unnecessarily
Andreas Rheinhardt
2025-04-16
1
-1
/
+0
*
fftools/textformat/tw_avio: Remove unused private class
Andreas Rheinhardt
2025-04-16
1
-12
/
+3
*
fftools/textformat: Use "", not <> for lavu headers
Andreas Rheinhardt
2025-04-16
6
-30
/
+16
*
fftools/textformat/avtextformat: Simplify avtext_print_rational()
Andreas Rheinhardt
2025-04-16
1
-4
/
+3
*
fftools/textformat: Extract and generalize textformat api from ffprobe.c
softworkz
2025-04-11
12
-0
/
+2411