[FFmpeg-devel] [PATCH] avformat/httpauth: support sha-256 and sha-512-256

2022-09-18 Thread Aki Sakurai
Signed-off-by: Aki Sakurai --- libavformat/httpauth.c | 82 -- 1 file changed, 48 insertions(+), 34 deletions(-) diff --git a/libavformat/httpauth.c b/libavformat/httpauth.c index 0a98ff80a5..6781d32ff1 100644 --- a/libavformat/httpauth.c +++ b

[FFmpeg-devel] [PATCH] avfilter/metal: fix build when minimun deployments is less than ios 13

2022-09-19 Thread Aki Sakurai
supportsFamily is only available after ios 13. https://developer.apple.com/documentation/metal/mtldevice/3143473-supportsfamily?language=objc Signed-off-by: Aki Sakurai --- libavfilter/metal/utils.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/metal/utils.m b