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