[FFmpeg-cvslog] avfilter/vf_decimate: fix overreads when using ppsrc

2020-12-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Dec 22 13:19:12 2020 +0100| [686c07fb1e0455c4205eaad18e8a01bf64058dec] | committer: Paul B Mahol avfilter/vf_decimate: fix overreads when using ppsrc Derive input parameters from correct inlink when using ppsrc. Previously both input frames would us

[FFmpeg-cvslog] ffmpeg: add option stats_period

2020-12-22 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Dec 21 14:34:49 2020 +0530| [842714b5cb4112ec6805ed228b34d711024ad9e2] | committer: Gyan Doshi ffmpeg: add option stats_period At present, progress stats are updated at a hardcoded interval of half a second. For long processes, this can lead to bloated

[FFmpeg-cvslog] ffmpeg: don't delay printing initial stats

2020-12-22 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Mon Dec 21 15:04:15 2020 +0530| [3e47bbad56e8a00bf502829403f298e17c69dd1a] | committer: Gyan Doshi ffmpeg: don't delay printing initial stats The first stats is printed after the initial stats_period has elapsed. With a large period, it may appear that ff

[FFmpeg-cvslog] avformat/hlsenc: Add dependency on avc.o

2020-12-22 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Tue Dec 22 15:58:53 2020 -0500| [a7f9b3b954ece129402ac7ef8f96e0fa1c01d8ba] | committer: Derek Buitenhuis avformat/hlsenc: Add dependency on avc.o a2b1dd0ce301450a47c972745a6b33c4c273aa5d added a dependency on ff_nal_unit_extract_rbsp. Signed-off-by