PR #20584 opened by rcombs
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20584
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20584.patch
>From 5f00beecfcc26d05d486578e64a07a4c7775 Mon Sep 17 00:00:00 2001
From: rcombs
Date: Tue, 23 Sep 2025 00:45:58 -0700
Subject: [PATCH] lavc/li
PR #20565 opened by rcombs
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20565
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20565.patch
Adds support for decoding animated webp files.
This is a revised version of the patch from
https://patchwork.ffmpeg.org/project/ffmpeg/patch/202504
--- Begin Message ---
This has been causing quality degradation for people since the dawn of sws,
and the performance concerns that originally led to this default have been
soundly defeated by the march of time.
---
doc/APIchanges | 3 +++
libswscale/options.c | 4 +++-
libswscale/version.h
---
libavformat/avio_internal.h | 11 +++
libavformat/aviobuf.c | 31 +++
2 files changed, 42 insertions(+)
diff --git a/libavformat/avio_internal.h b/libavformat/avio_internal.h
index f2e4ff30cb..16cf6ce016 100644
--- a/libavformat/avio_internal.h
+++ b/