ffmpeg/fftools
Anton Khirnov 577708a70a fftools/ffplay: stop using avfilter_graph_create_filter() incorrectly
This function creates AND initializes a filter, so setting any filter
options after it is wrong. It happens to work when the filter's init
function does not touch the options in question, but is forbidden by the
API and is not guaranteed to remain functional.

Instead, use avfilter_graph_alloc_filter(), followed by setting the
options, and avfilter_init_dict().
2024-09-28 17:04:33 +02:00
..
cmdutils.c fftools/ffmpeg: add support for multiview video 2024-09-23 17:15:02 +02:00
cmdutils.h fftools/ffmpeg: add support for multiview video 2024-09-23 17:15:02 +02:00
ffmpeg_dec.c fftools/ffmpeg: add support for multiview video 2024-09-23 17:15:02 +02:00
ffmpeg_demux.c fftools/ffmpeg: add support for multiview video 2024-09-23 17:15:02 +02:00
ffmpeg_enc.c fftools/ffmpeg_enc: don't write frame rate/SAR to AVStream directly 2024-09-26 18:25:21 +02:00
ffmpeg_filter.c fftools/ffmpeg_filter: stop using avfilter_graph_create_filter() incorrectly 2024-09-28 17:04:33 +02:00
ffmpeg_hw.c
ffmpeg_mux_init.c fftools/ffmpeg_filter: remove remaining OutputStream usage in init_simple_filtergraph() 2024-09-26 18:29:40 +02:00
ffmpeg_mux.c fftools/ffmpeg_enc: don't write frame rate/SAR to AVStream directly 2024-09-26 18:25:21 +02:00
ffmpeg_mux.h fftools/ffmpeg_filter: stop accessing OutputStream.[max_]frame_rate 2024-09-26 18:29:40 +02:00
ffmpeg_opt.c fftools/ffmpeg: add support for multiview video 2024-09-23 17:15:02 +02:00
ffmpeg_sched.c fftools/ffmpeg_sched: allow decoders to have multiple outputs 2024-09-23 17:15:02 +02:00
ffmpeg_sched.h fftools/ffmpeg_sched: allow decoders to have multiple outputs 2024-09-23 17:15:02 +02:00
ffmpeg_utils.h
ffmpeg.c fftools/ffmpeg: show video stats in progress output without filters 2024-08-14 15:17:58 +02:00
ffmpeg.h fftools/ffmpeg_filter: remove remaining OutputStream usage in init_simple_filtergraph() 2024-09-26 18:29:40 +02:00
ffplay_renderer.c
ffplay_renderer.h
ffplay.c fftools/ffplay: stop using avfilter_graph_create_filter() incorrectly 2024-09-28 17:04:33 +02:00
ffprobe.c lavu/frame: add side data storing view ID for multi-view video 2024-09-23 17:11:38 +02:00
fftools.manifest
fftoolsres.rc
fopen_utf8.h
Makefile
objpool.c
objpool.h
opt_common.c fftools/opt_common: add missing newline after printing codecs 2024-09-09 13:03:04 +02:00
opt_common.h
sync_queue.c
sync_queue.h
thread_queue.c
thread_queue.h