librempeg/fftools
Marvin Scholz e6c12507b3 fftools: do not access out of bounds filtergraph
The log message was logged for `filtergraphs[j]` which would cause a
heap buffer overflow in certain circumstances.

Correctly it should be logged for the current filtergraph, so just
use `fg` here.
2024-10-03 21:09:00 +02:00
..
cmdutils.c fftools/ffmpeg: add support for multiview video 2024-09-25 21:37:10 +02:00
cmdutils.h fftools/ffmpeg: add support for multiview video 2024-09-25 21:37:10 +02:00
ffmpeg_dec.c fftools/ffmpeg: add support for multiview video 2024-09-25 21:37:10 +02:00
ffmpeg_demux.c fftools/ffmpeg_demux: drop ist_output_add() 2024-09-30 19:16:26 +02:00
ffmpeg_enc.c fftools/ffmpeg_mux: move OutputStream.enc_ctx to Encoder 2024-09-30 19:18:50 +02:00
ffmpeg_filter.c fftools: do not access out of bounds filtergraph 2024-10-03 21:09:00 +02:00
ffmpeg_hw.c avutil/common: Don't auto-include mem.h 2024-04-01 19:51:37 +02:00
ffmpeg_mux_init.c fftools/ffmpeg_mux_init: consolidate connecting source to mux stream 2024-09-30 19:18:51 +02:00
ffmpeg_mux.c fftools/ffmpeg_mux: move OutputStream.enc_ctx to Encoder 2024-09-30 19:18:50 +02:00
ffmpeg_mux.h fftools/ffmpeg_filter: stop accessing OutputStream.[max_]frame_rate 2024-09-26 21:45:14 +02:00
ffmpeg_opt.c fftools/ffmpeg: add support for multiview video 2024-09-25 21:37:10 +02:00
ffmpeg_sched.c fftools/ffmpeg_sched: allow decoders to have multiple outputs 2024-09-25 21:37:09 +02:00
ffmpeg_sched.h fftools/ffmpeg_sched: allow decoders to have multiple outputs 2024-09-25 21:37:09 +02:00
ffmpeg_utils.h fftools/ffmpeg: prefer real errors over EOF in err_merge() 2024-07-24 11:27:51 +02:00
ffmpeg.c fftools/ffmpeg_mux: move OutputStream.enc_ctx to Encoder 2024-09-30 19:18:50 +02:00
ffmpeg.h fftools/ffmpeg_mux_init: do not export forced_keyframes_const_names[] 2024-09-30 19:18:51 +02:00
ffplay_renderer.c fftools/ffplay_renderer: use correct NULL value for Vulkan type 2024-06-27 09:03:07 +02:00
ffplay_renderer.h fftools/ffplay: add hwaccel decoding support 2023-11-15 01:20:11 +08:00
ffplay.c fftools/ffplay: switch to new buffersink options 2024-09-30 19:16:26 +02:00
ffprobe.c lavu/frame: add side data storing view ID for multi-view video 2024-09-25 21:32:22 +02:00
fftools.manifest
fftoolsres.rc
fopen_utf8.h avutil/common: Don't auto-include mem.h 2024-04-01 19:51:37 +02:00
Makefile fftools/ffmpeg: add thread-aware transcode scheduling infrastructure 2023-12-12 09:34:09 +01:00
objpool.c
objpool.h
opt_common.c fftools/opt_common: add missing newline after printing codecs 2024-09-09 23:36:36 +02:00
opt_common.h fftools/cmdutils: hide some information listing options from basic help 2024-02-07 23:21:52 +01:00
sync_queue.c fftools/ffmpeg_demux, sync_queue: Constify a bit 2024-03-02 12:09:18 +01:00
sync_queue.h
thread_queue.c fftools/thread_queue: count receive-finished streams as finished 2023-11-14 18:18:26 +01:00
thread_queue.h