..
graph
fftools/ffprobe: use an AVTextFormatOptions struct in AVTextFormatContext
2026-02-04 21:46:30 +01:00
resources
fftools/resources: Update .gitignore
2025-08-13 17:39:49 +00:00
textformat
fftools/ffprobe: add base64 data dump format
2026-02-04 21:46:30 +01:00
cmdutils.c
fftools/cmdutils: constify string
2026-02-28 13:42:01 +01:00
cmdutils.h
ffplay: print new metadata
2025-11-22 18:38:40 +00:00
ffmpeg.c
fftools/ffmpeg: fix read_key() always return 255 when there was no input
2026-03-09 17:17:17 +01:00
ffmpeg.h
fftools/ffmpeg_opt: limit recursion of presets
2026-02-17 13:41:37 +00:00
ffmpeg_dec.c
avcodec: rename avcodec_receive_frame2 to avcodec_receive_frame_flags
2025-12-07 12:47:46 -03:00
ffmpeg_demux.c
fftools/ffmpeg_demux: Check metadata provided filename
2026-03-07 11:51:39 +01:00
ffmpeg_enc.c
fftools/ffmpeg_enc: use av_unreachable instead of av_assert0(0) at the end of a non-void function
2025-12-24 12:21:39 -03:00
ffmpeg_filter.c
fftools/ffmpeg_{filter,mux_init}: Improve type-safety
2026-01-30 15:20:08 +01:00
ffmpeg_hw.c
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
ffmpeg_mux.c
fftools/ffmpeg_mux: move OutputStream.enc_ctx to Encoder
2024-09-30 09:29:18 +02:00
ffmpeg_mux.h
fftools/ffmpeg_mux: Make ms_from_ost() inline
2025-05-15 23:08:05 +02:00
ffmpeg_mux_init.c
fftools/ffmpeg_mux_init: don't autoselect video codecs known to lack decoders
2026-03-07 19:21:44 -03:00
ffmpeg_opt.c
fftools/ffmpeg_opt: limit recursion of presets
2026-02-17 13:41:37 +00:00
ffmpeg_sched.c
fftools/ffmpeg_sched: drop unneeded atomic
2026-02-03 12:00:31 +01:00
ffmpeg_sched.h
fftools/ffmpeg_sched: add a function to remove a filtergraph from the scheduler
2025-10-30 11:02:01 -03:00
ffmpeg_utils.h
fftools/ffmpeg: propagate decoded_side_data from decoded streams to the filterchain
2025-01-25 21:56:49 -03:00
ffplay.c
fftools/ffplay: improve keyboard shortcut documentation
2026-03-04 21:30:40 +00:00
ffplay_renderer.c
hwcontext_vulkan: deprecate AVVulkanDeviceContext.lock/unlock_queue
2026-03-14 18:54:46 +01:00
ffplay_renderer.h
fftools/ffplay: add support for rendering without alpha
2026-01-21 22:02:50 +00:00
ffprobe.c
fftools/ffprobe: Initialize data_dump_format_id
2026-03-15 00:49:55 +01:00
fftools.manifest
fftools: add DPI awareness manifest
2022-08-13 14:42:52 +02:00
fftoolsres.rc
fftools: add DPI awareness manifest
2022-08-13 14:42:52 +02:00
fopen_utf8.h
avutil/common: Don't auto-include mem.h
2024-03-31 00:08:43 +01:00
Makefile
fftools: Fix MediaCodec on Android15+
2025-11-23 12:53:43 +00:00
opt_common.c
ALL: move av_unused to conform with standard requirement
2025-09-26 16:15:46 +00:00
opt_common.h
fftools/opt_common: Make -sources/-sinks options work without arguments
2026-02-03 23:22:03 +00:00
sync_queue.c
fftools/sync_queue: switch from AVFifo+ObjPool to AVContainerFifo
2024-12-15 14:05:34 +01:00
sync_queue.h
fftools/sync_queue: add debug logging
2023-05-28 10:47:59 +02:00
thread_queue.c
fftools/thread_queue: allow choking thread queues directly
2025-09-30 13:16:59 +02:00
thread_queue.h
fftools/thread_queue: allow choking thread queues directly
2025-09-30 13:16:59 +02:00