07:54
libavcodec/mpeg12dec.c: support DVB CC format 0x0502 in user_data Reviewed-by: Marth64 <marth64ⓐproxyid.net> Signed-off-by: Marth64 <marth64ⓐproxyid.net> [DH] libavcodec/mpeg12dec.c
00:54
hwcontext_vulkan: add support for AV_PIX_FMT_GBRP12/14/16 [DH] libavcodec/ffv1enc_vulkan.c [DH] libavcodec/vulkan/ffv1_enc_rct.comp [DH] libavutil/hwcontext_vulkan.c [DH] libavutil/vulkan.c
18:56
ffv1enc_vulkan: remove arbitrary limitation of the number of slices [DH] libavcodec/ffv1enc_vulkan.c
13:09
swscale: introduce new, dynamic scaling API As part of a larger, ongoing effort to modernize and partially rewrite libswscale, it was decided and generally agreed upon to introduce a new public API for libswscale. This API is designed to be less stateful, more explicitly defined, and considerably easier to use than the existing one. Most of the API work has been already accomplished in the previous commits, this commit merely introduces the ability to use sws_scale_frame() dynamically, without prior sws_init_context() calls. Instead, the new API takes frame properties from the frames (...)
21:03
avformat/mm: add fallthrough comment Fixes CID 1634888 [DH] libavformat/mm.c
01:27
avformat/mov: Populate packet duration using stts atom instead of guessing Fixes tickets #7855 and #11312. Signed-off-by: James Almer <jamrialⓐgmail.com> [DH] libavformat/isom.h [DH] libavformat/mov.c [DH] tests/ref/fate/copy-trac236 [DH] tests/ref/fate/filter-fps [DH] tests/ref/fate/filter-fps-cfr [DH] tests/ref/fate/filter-meta-4560-rotate0 [DH] tests/ref/fate/gaplessenc-itunes-to-ipod-aac [DH] tests/ref/fate/matroska-dovi-write-config8 [DH] tests/ref/fate/matroska-non-rotation-displaymatrix [DH] tests/ref/fate/mov-aac-2048-priming [DH] (...)