22:53
avfilter/overlay_cuda: add timeline editing support Enables timeline editing options for overlay_cuda similar to what overlay allows Example overlaying an image on a video between 30 to 60 seconds: ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i sample-video.mp4 -i sample-image.jpg -filter_complex "[1:v]hwupload_cuda[image],[0:v]scale_npp=format=yuv420p[video],[video][image]overlay_cuda=enable='between(t,30,60)'" -c:v h264_nvenc -c:a copy -y overlay-output-gpu.mp4 Signed-off-by: Jorge Estrada <jestrada.listⓐgmail.com> Signed-off-by: Timo Rothenpieler (...)
19:25
avformat/scd: ensure SCD_MIN_HEADER_SIZE bytes are read Instead of accessing unintialized data when input is shorter than expected size. Fixes use of uninitialized value in MSAN build. Found by OSS-Fuzz. Signed-off-by: Kacper Michajłow <kasper93ⓐgmail.com> Signed-off-by: Michael Niedermayer <michaelⓐniedermayer.cc> [DH] libavformat/scd.c
21:41
avformat/tls: rename accidentally changed options These were accidentally renamed back to the old names in ba9817df9df5911ceb2edff37d9ec970c29329e2 Reviewed-by: Timo Rothenpieler <timoⓐrothenpieler.org> [DH] libavformat/tls.h
13:57
Changelog: mention dropping OpenSSL < 1.1.0 [DH] Changelog
15:19
APIchanges: Add entry for AV_PKT_DATA_RTCP_SR [DH] doc/APIchanges
15:18
avcodec: bump minor after adding AV_PKT_DATA_RTCP_SR [DH] libavcodec/version.h