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 avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
cmdutils.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
ffmpeg_dec.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
ffmpeg_demux.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
ffmpeg_enc.c fftools/ffmpeg: warn about ignored -enc_time_base for subtitles earlier 2024-04-09 10:34:18 +02:00
ffmpeg_filter.c fftools/ffmpeg_filter: implement filtergraph chaining 2024-04-09 10:34:18 +02: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_filter: only store complex filtergraphs in global array 2024-04-09 10:34:18 +02:00
ffmpeg_mux.h fftools/ffmpeg_filter: move most of -apad logic to the muxer 2024-04-09 10:34:18 +02:00
ffmpeg_mux_init.c fftools/ffmpeg_filter: drop OutputFilter.ost 2024-04-09 10:34:18 +02:00
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
ffplay.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
ffplay_renderer.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
ffplay_renderer.h
ffprobe.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
fftools.manifest
fftoolsres.rc
fopen_utf8.h avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00
objpool.c
objpool.h
opt_common.c
opt_common.h
sync_queue.c
sync_queue.h
thread_queue.c
thread_queue.h