From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 2635845FBF for ; Thu, 27 Apr 2023 18:09:17 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4B75768BF51; Thu, 27 Apr 2023 21:09:03 +0300 (EEST) Received: from shout01.mail.de (shout01.mail.de [62.201.172.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9189568B585 for ; Thu, 27 Apr 2023 21:08:55 +0300 (EEST) Received: from postfix01.mail.de (postfix01.bt.mail.de [10.0.121.125]) by shout01.mail.de (Postfix) with ESMTP id 8F1C7A3595 for ; Thu, 27 Apr 2023 20:08:54 +0200 (CEST) Received: from smtp02.mail.de (smtp02.bt.mail.de [10.0.121.212]) by postfix01.mail.de (Postfix) with ESMTP id 769E180298 for ; Thu, 27 Apr 2023 20:08:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1682618934; bh=dP4u0Fsezn1Z3doLs/Jicwv6r8TZhh5kNwgseP5waP8=; h=From:To:Subject:Date:Message-Id:From:To:CC:Subject:Reply-To; b=o3xxLM0gNVTHY9Vztyj+DgxftvlMNhgEhX3EuzbhpgOWssAjIyrIyCCNAN2HND6kL iXJx+Z/vBsw6ZcBNbRlBXwjDEwlCV+YM4wD5Upum8qISKzSU46aNP8+8SZ5+fyEENs Ni+1aDC3C2VfvMmVuT/w2KQT1SFoqGpE0GQY9vswONfp/aWcfcifaXb2vGhghL+U4+ ysNVM7HpXWxg+eRypWtrn6S0ihksVZSca84jmO3+sHyOuKGM/5ZP9AzVT5jXB+9L5o 1s26atuGWkPtIq3r+l7iOEEh2rIQbXJigiNCBshMQc+NJs2j5kPYQaMzZfAYRbo5OA Xcr5gVV56oNtg== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp02.mail.de (Postfix) with ESMTPSA id 40ED1A022D for ; Thu, 27 Apr 2023 20:08:53 +0200 (CEST) From: Thilo Borgmann To: ffmpeg-devel@ffmpeg.org Date: Thu, 27 Apr 2023 20:08:49 +0200 Message-Id: <20230427180851.92573-1-thilo.borgmann@mail.de> MIME-Version: 1.0 X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 505 X-purgate-ID: 154282::1682618934-94FF9199-0EA71A43/0/0 Subject: [FFmpeg-devel] Add support for animated WebP X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Hi, support for animated WebP had been proposed twice in the past [1][2]. This did stall when Lynne called for some review on the demuxer in [1]. So these are the rebased patches from [1], pinging especially for demuxer review. Retested decoding with all files given in #4907. Demuxer needs testing, I just rebased it. -Thilo [1] https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2020-September/269584.html [2] https://lists.ffmpeg.org/pipermail/ffmpeg-devel/2021-September/285204.html _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".