1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-03 05:10:03 +02:00
FFmpeg/fftools
Anton Khirnov 3bd7c57125 fftools/ffmpeg_filter: implement filtergraph chaining
This allows one complex filtergraph's output to be sent as input to
another one, which is useful in certain situations (one is described in
the docs).

Chaining filtergraphs was already effectively possible by using a
wrapped_avframe encoder connected to a loopback decoder, but it is ugly,
non-obvious and inefficient.
2024-04-09 10:34:18 +02:00
..
cmdutils.c
cmdutils.h
ffmpeg_dec.c
ffmpeg_demux.c
ffmpeg_enc.c
ffmpeg_filter.c fftools/ffmpeg_filter: implement filtergraph chaining 2024-04-09 10:34:18 +02:00
ffmpeg_hw.c
ffmpeg_mux_init.c fftools/ffmpeg_filter: drop OutputFilter.ost 2024-04-09 10:34:18 +02:00
ffmpeg_mux.c fftools/ffmpeg_filter: only store complex filtergraphs in global array 2024-04-09 10:34:18 +02:00
ffmpeg_mux.h
ffmpeg_opt.c fftools/ffmpeg_filter: change processing order in fg_finalise_bindings() 2024-04-09 10:34:18 +02:00
ffmpeg_sched.c fftools/ffmpeg_sched: allow filtergraphs to send to filtergraphs 2024-04-09 10:34:18 +02:00
ffmpeg_sched.h fftools/ffmpeg_sched: allow filtergraphs to send to filtergraphs 2024-04-09 10:34:18 +02:00
ffmpeg_utils.h
ffmpeg.c fftools/ffmpeg_filter: only store complex filtergraphs in global array 2024-04-09 10:34:18 +02:00
ffmpeg.h fftools/ffmpeg_filter: change processing order in fg_finalise_bindings() 2024-04-09 10:34:18 +02:00
ffplay_renderer.c
ffplay_renderer.h
ffplay.c
ffprobe.c
fftools.manifest
fftoolsres.rc
fopen_utf8.h
Makefile
objpool.c
objpool.h
opt_common.c
opt_common.h
sync_queue.c
sync_queue.h
thread_queue.c
thread_queue.h