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
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: fix typos found by codespell
Timo Rothenpieler
3 days
5
-7
/
+7
*
fftools/cmdutils: Add av_freep() to avoid memory leak
Jiasheng Jiang
2025-07-20
1
-2
/
+5
*
fftools/ffmpeg: add support for setting maximum buffered frames in a filtergraph
Marton Balint
2025-07-14
3
-0
/
+11
*
fftools/ffmpeg_demux: don't flag timestamps as unreliable if they are generated
James Almer
2025-07-10
1
-1
/
+10
*
fftools/cmdutils: don't try to load arguments from file if not needed
Kacper Michajłow
2025-07-05
1
-2
/
+3
*
fftools/textformat: remove unreachable code in tf_mermaid
Marvin Scholz
2025-07-05
1
-4
/
+1
*
fftools/ffmpeg_filter: always reap all available frames before requesting new...
Marton Balint
2025-07-03
1
-15
/
+16
*
fftools/textformat: renamings in print_unit_int for consistency (cosmetic)
Nicolas Gaullier
2025-06-27
4
-5
/
+5
*
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/ffmpeg_filter: simplify control flow in read_frames
Marton Balint
2025-06-21
1
-2
/
+2
*
fftools/ffplay_renderer: Use new vulkan queue API
Zhao Zhili
2025-06-20
1
-19
/
+54
*
ffmpeg_demux: init resume_warn variable
Marvin Scholz
2025-06-11
1
-1
/
+1
*
fftools/Makefile: clean files from fftools/{graph,textformat}/
Ramiro Polla
2025-06-03
1
-1
/
+1
*
fftools/graph/graphprint: Remove redundant avio_flush()
Andreas Rheinhardt
2025-06-02
1
-1
/
+0
*
fftools/ffprobe: Fix indentation
Andreas Rheinhardt
2025-06-02
1
-92
/
+92
*
fftools/ffprobe: Factor writing common side data types out
Andreas Rheinhardt
2025-06-02
1
-52
/
+43
*
fftools/textformat/avtextformat: Fix races when initializing formatters
Andreas Rheinhardt
2025-06-02
1
-21
/
+12
*
fftools/resources/resman: Use proper logcontext
Andreas Rheinhardt
2025-06-02
1
-4
/
+4
*
fftools/resources/resman: Use assert for always-false condition
Andreas Rheinhardt
2025-06-02
1
-4
/
+1
*
fftools/resources/resman: Don't alloc ResourceManager, fix race
Andreas Rheinhardt
2025-06-02
1
-34
/
+3
*
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
2
-17
/
+9
*
fftools/ffmpeg_filter: make InputFilterPriv and OutputFilterPriv private again
James Almer
2025-06-01
5
-291
/
+256
*
fftools/ffmpeg_filter: make FilterGraphPriv private again
James Almer
2025-06-01
4
-60
/
+53
*
fftools/tf_mermaid: Add missing uninit and fix leaks
softworkz
2025-05-28
1
-8
/
+37
*
fftools/graphprint: Fix memory leaks
softworkz
2025-05-28
1
-1
/
+4
*
fftools/ffmpeg: Free print_graph option variables
softworkz
2025-05-28
1
-0
/
+3
*
fftools/makefile: Remove resources from ffprobe
softworkz
2025-05-28
1
-1
/
+0
*
fftools/resources: add missing extensions to .gitignore
Timo Rothenpieler
2025-05-28
1
-0
/
+2
*
ffmpeg: Don't print graphs if there are no outputs yet
Mark Thompson
2025-05-18
1
-1
/
+1
*
fftools/graphprint: Fix leak of graph section header string
Mark Thompson
2025-05-18
1
-0
/
+2
*
fftools/graphprint: Fix leak of graphprint object
Mark Thompson
2025-05-18
1
-0
/
+2
*
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
4
-9
/
+21
*
Revert "fftools/graphprint: Now, make it a Killer-Feature!"
softworkz
2025-05-16
8
-292
/
+3
*
fftools/graphprint: Now, make it a Killer-Feature!
softworkz
2025-05-15
8
-3
/
+292
*
fftools/graphprint: Add execution graph printing
softworkz
2025-05-15
11
-2
/
+1912
*
fftools/ffmpeg_mux: Make ms_from_ost() inline
softworkz
2025-05-15
1
-1
/
+1
*
fftools/resources: Add resource manager files with build-time compression
softworkz
2025-05-15
7
-1
/
+739
*
fftools/ffmpeg_filter: Move some declaration to new header file
softworkz
2025-05-15
2
-189
/
+235
*
fftools/textformat: Add flags param to function avtext_print_integer()
softworkz
2025-05-15
3
-8
/
+20
*
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
3
-23
/
+24
*
fftools/avtextformat: Re-use BPrint in loop
softworkz
2025-05-15
1
-9
/
+14
[next]