You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nicolas Gaullier
ee9ae4e8ba
fftools/ffmpeg: Fix honor -r output option with streamcopy
...
Fix "ost->st->avg_frame_rate = ost->frame_rate" in streamcopy_init()
being reset to input's frame rate a few lines below.
Note that in current code, there are some discrepancies amongst the
muxers. For example, avienc relies on time_base, so it is not affected
by this patch, whereas mxfenc and matroskaenc do use avg_frame_rate,
so this patch fixes -r being honored.
In the updated fate test, the input is (wrongly) probed as 50fps. With
this patch, the correct value (25fps) is successfully forced with -r.
Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
4 months ago
..
Makefile
fftools/ffmpeg: add thread-aware transcode scheduling infrastructure
1 year ago
cmdutils.c
fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*()
5 months ago
cmdutils.h
fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*()
5 months ago
ffmpeg.c
fftools/ffmpeg: show video stats in progress output without filters
5 months ago
ffmpeg.h
fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*()
5 months ago
ffmpeg_dec.c
fftools/ffmpeg_dec: improve detection of lavf-guessed durations
6 months ago
ffmpeg_demux.c
fftools/ffmpeg: use new stream specifier API in opt_match_per_stream*()
5 months ago
ffmpeg_enc.c
fftools/ffmpeg_mux_init: apply encoder options manually
6 months ago
ffmpeg_filter.c
fftools/ffmpeg_filter: use the correct specifier for crop arguments
5 months ago
ffmpeg_hw.c
avutil/common: Don't auto-include mem.h
9 months ago
ffmpeg_mux.c
fftools/ffmpeg_mux_init: make encoder_opts local to ost_add()
6 months ago
ffmpeg_mux.h
fftools/ffmpeg: replace MATCH_PER_STREAM_OPT(.., str, ..) with a function
5 months ago
ffmpeg_mux_init.c
fftools/ffmpeg: Fix honor -r output option with streamcopy
4 months ago
ffmpeg_opt.c
fftools/ffmpeg: switch -map parsing to new stream specifier API
5 months ago
ffmpeg_sched.c
fftools/ffmpeg_sched: Remove dead assignments in sch_dec_send()
6 months ago
ffmpeg_sched.h
fftools/ffmpeg_sched: allow filtergraphs to send to filtergraphs
9 months ago
ffmpeg_utils.h
fftools/ffmpeg: prefer real errors over EOF in err_merge()
5 months ago
ffplay.c
fftools/ffplay: handle flip in display matrix
4 months ago
ffplay_renderer.c
fftools/ffplay_renderer: use correct NULL value for Vulkan type
6 months ago
ffplay_renderer.h
fftools/ffplay: add hwaccel decoding support
1 year ago
ffprobe.c
fftools/ffprobe: implement dv_md_compression
5 months ago
fftools.manifest
…
fftoolsres.rc
…
fopen_utf8.h
avutil/common: Don't auto-include mem.h
9 months ago
objpool.c
…
objpool.h
…
opt_common.c
tools/opt_common: Check for malloc failure
8 months ago
opt_common.h
fftools/cmdutils: hide some information listing options from basic help
11 months ago
sync_queue.c
fftools/ffmpeg_demux, sync_queue: Constify a bit
10 months ago
sync_queue.h
…
thread_queue.c
fftools/thread_queue: count receive-finished streams as finished
1 year ago
thread_queue.h
…