ffmpeg/fftools
Anton Khirnov 4b8a171beb fftools/ffmpeg_filter: make sub2video heartbeat more robust
Avoid making decisions based on current graph input state, which makes
the output dependent on the order in which the frames from different
inputs are interleaved.

Makes the output of fate-filter-overlay-dvdsub-2397 more correct - the
subtitle appears two frames later, which is closer to its PTS as stored
in the file.
2023-12-12 08:24:18 +01:00
..
cmdutils.c fftools/cmdutils: only set array size after allocation succeeded 2023-11-09 11:25:17 +01:00
cmdutils.h fftools/ffmpeg: stop calling exit_program() 2023-07-20 20:47:46 +02:00
ffmpeg_dec.c fftools/ffmpeg: rework keeping track of file duration for -stream_loop 2023-11-14 18:18:26 +01:00
ffmpeg_demux.c fftools/ffmpeg: rework keeping track of file duration for -stream_loop 2023-11-14 18:18:26 +01:00
ffmpeg_enc.c fftools/ffmpeg_enc: constify the frame passed to enc_open() 2023-10-10 12:41:31 +02:00
ffmpeg_filter.c fftools/ffmpeg_filter: make sub2video heartbeat more robust 2023-12-12 08:24:18 +01:00
ffmpeg_hw.c fftools/ffmpeg_hw: inline hwaccel_decode_init() into its caller 2023-06-19 09:48:55 +02:00
ffmpeg_mux_init.c fftools/ffmpeg_mux_init: Restrict disabling automatic copying of metadata 2023-11-02 13:24:21 +01:00
ffmpeg_mux.c fftools/ffmpeg: move a few inline function into a new header 2023-11-14 18:18:26 +01:00
ffmpeg_mux.h fftools/ffmpeg_mux: stop rescaling timestamps in of_streamcopy() 2023-08-30 11:53:46 +02:00
ffmpeg_opt.c fftools/ffmpeg: deprecate the -top option 2023-09-18 17:16:06 +02:00
ffmpeg_utils.h fftools/ffmpeg: rework keeping track of file duration for -stream_loop 2023-11-14 18:18:26 +01:00
ffmpeg.c fftools/ffmpeg: make sure FrameData is writable when we modify it 2023-12-06 10:30:28 +01:00
ffmpeg.h fftools/ffmpeg: make sure FrameData is writable when we modify it 2023-12-06 10:30:28 +01:00
ffplay_renderer.c fftools/ffplay_renderer: declare function argument as const 2023-11-27 23:39:48 +08:00
ffplay_renderer.h fftools/ffplay: add hwaccel decoding support 2023-11-15 01:20:11 +08:00
ffplay.c fftools/ffplay: add hwaccel decoding support 2023-11-15 01:20:11 +08:00
ffprobe.c ffprobe: print the non-diegetic stream disposition flag 2023-10-25 21:55:01 -03:00
fftools.manifest
fftoolsres.rc
fopen_utf8.h
Makefile fftools/ffplay: add hwaccel decoding support 2023-11-15 01:20:11 +08:00
objpool.c
objpool.h
opt_common.c fftools/opt_common: Don't add unnecessary " " 2023-08-02 18:15:34 +02:00
opt_common.h
sync_queue.c fftools/sync_queue: make sure non-limiting streams are not used as queue head 2023-05-28 10:47:59 +02:00
sync_queue.h fftools/sync_queue: add debug logging 2023-05-28 10:47:59 +02:00
thread_queue.c fftools/thread_queue: count receive-finished streams as finished 2023-11-14 18:18:26 +01:00
thread_queue.h