aboutsummaryrefslogtreecommitdiffstats
path: root/fftools
Commit message (Expand)AuthorAgeFilesLines
* all: fix typos found by codespellTimo Rothenpieler3 days5-7/+7
* fftools/cmdutils: Add av_freep() to avoid memory leakJiasheng Jiang2025-07-201-2/+5
* fftools/ffmpeg: add support for setting maximum buffered frames in a filtergraphMarton Balint2025-07-143-0/+11
* fftools/ffmpeg_demux: don't flag timestamps as unreliable if they are generatedJames Almer2025-07-101-1/+10
* fftools/cmdutils: don't try to load arguments from file if not neededKacper Michajłow2025-07-051-2/+3
* fftools/textformat: remove unreachable code in tf_mermaidMarvin Scholz2025-07-051-4/+1
* fftools/ffmpeg_filter: always reap all available frames before requesting new...Marton Balint2025-07-031-15/+16
* fftools/textformat: renamings in print_unit_int for consistency (cosmetic)Nicolas Gaullier2025-06-274-5/+5
* 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/ffmpeg_filter: simplify control flow in read_framesMarton Balint2025-06-211-2/+2
* fftools/ffplay_renderer: Use new vulkan queue APIZhao Zhili2025-06-201-19/+54
* ffmpeg_demux: init resume_warn variableMarvin Scholz2025-06-111-1/+1
* fftools/Makefile: clean files from fftools/{graph,textformat}/Ramiro Polla2025-06-031-1/+1
* fftools/graph/graphprint: Remove redundant avio_flush()Andreas Rheinhardt2025-06-021-1/+0
* fftools/ffprobe: Fix indentationAndreas Rheinhardt2025-06-021-92/+92
* fftools/ffprobe: Factor writing common side data types outAndreas Rheinhardt2025-06-021-52/+43
* fftools/textformat/avtextformat: Fix races when initializing formattersAndreas Rheinhardt2025-06-021-21/+12
* fftools/resources/resman: Use proper logcontextAndreas Rheinhardt2025-06-021-4/+4
* fftools/resources/resman: Use assert for always-false conditionAndreas Rheinhardt2025-06-021-4/+1
* fftools/resources/resman: Don't alloc ResourceManager, fix raceAndreas Rheinhardt2025-06-021-34/+3
* fftools/textformat/avtextformat: Avoid relocationsAndreas Rheinhardt2025-06-021-2/+2
* fftools/graph/graphprint: Fix races when initializing graphprintAndreas Rheinhardt2025-06-022-17/+9
* fftools/ffmpeg_filter: make InputFilterPriv and OutputFilterPriv private againJames Almer2025-06-015-291/+256
* fftools/ffmpeg_filter: make FilterGraphPriv private againJames Almer2025-06-014-60/+53
* fftools/tf_mermaid: Add missing uninit and fix leakssoftworkz2025-05-281-8/+37
* fftools/graphprint: Fix memory leakssoftworkz2025-05-281-1/+4
* fftools/ffmpeg: Free print_graph option variablessoftworkz2025-05-281-0/+3
* fftools/makefile: Remove resources from ffprobesoftworkz2025-05-281-1/+0
* fftools/resources: add missing extensions to .gitignoreTimo Rothenpieler2025-05-281-0/+2
* ffmpeg: Don't print graphs if there are no outputs yetMark Thompson2025-05-181-1/+1
* fftools/graphprint: Fix leak of graph section header stringMark Thompson2025-05-181-0/+2
* fftools/graphprint: Fix leak of graphprint objectMark Thompson2025-05-181-0/+2
* fftools/textformat: correctly propagate uninit error codesMarton Balint2025-05-164-6/+8
* Revert "fftools/textformat/avtextformat: Make close functions return void"Marton Balint2025-05-164-9/+21
* Revert "fftools/graphprint: Now, make it a Killer-Feature!"softworkz2025-05-168-292/+3
* fftools/graphprint: Now, make it a Killer-Feature!softworkz2025-05-158-3/+292
* fftools/graphprint: Add execution graph printingsoftworkz2025-05-1511-2/+1912
* fftools/ffmpeg_mux: Make ms_from_ost() inlinesoftworkz2025-05-151-1/+1
* fftools/resources: Add resource manager files with build-time compressionsoftworkz2025-05-157-1/+739
* fftools/ffmpeg_filter: Move some declaration to new header filesoftworkz2025-05-152-189/+235
* fftools/textformat: Add flags param to function avtext_print_integer()softworkz2025-05-153-8/+20
* 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-153-23/+24
* fftools/avtextformat: Re-use BPrint in loopsoftworkz2025-05-151-9/+14