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
..
Makefile
cmdutils.c
cmdutils.h
ffmpeg.c
ffmpeg.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.c
ffmpeg_mux.h
ffmpeg_mux_init.c
ffmpeg_opt.c
ffmpeg_sched.c
ffmpeg_sched.h
ffmpeg_utils.h
ffplay.c
ffplay_renderer.c
ffplay_renderer.h
ffprobe.c
fftools.manifest
fftoolsres.rc
fopen_utf8.h
objpool.c
objpool.h
opt_common.c
opt_common.h
sync_queue.c
sync_queue.h
thread_queue.c
thread_queue.h