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 D63F846561 for ; Sun, 21 May 2023 17:37:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 74D2468BEDF; Sun, 21 May 2023 20:36:58 +0300 (EEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 52B936808F5 for ; Sun, 21 May 2023 20:36:51 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 2B35560004 for ; Sun, 21 May 2023 17:36:49 +0000 (UTC) Date: Sun, 21 May 2023 19:36:47 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230521173647.GG1391451@pb2> References: MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] avformat/gifdec: cleanup 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: multipart/mixed; boundary="===============6122253188162632299==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6122253188162632299== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="dNAMVNv5nvnU4ZiI" Content-Disposition: inline --dNAMVNv5nvnU4ZiI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 21, 2023 at 01:24:06PM +0200, Paul B Mahol wrote: > libavcodec/gifdec.c | 11 - > libavformat/gifdec.c | 245 +++++------------------ > tests/ref/fate/gif-color | 348 ++++++++++++++++----------= ------- > tests/ref/fate/gif-deal | 314 ++++++++++++++++++++++++++= +-- > tests/ref/fate/gif-disposal-background | 12 - > tests/ref/fate/gif-disposal-restore | 6=20 > tests/ref/fate/gifenc-bgr4_byte | 348 ++++++++++++++++----------= ------- > tests/ref/fate/gifenc-bgr8 | 348 ++++++++++++++++----------= ------- > tests/ref/fate/gifenc-gray | 348 ++++++++++++++++----------= ------- > tests/ref/fate/gifenc-pal8 | 348 ++++++++++++++++----------= ------- > tests/ref/fate/gifenc-rgb4_byte | 348 ++++++++++++++++----------= ------- > tests/ref/fate/gifenc-rgb8 | 348 ++++++++++++++++----------= ------- > 12 files changed, 1585 insertions(+), 1439 deletions(-) > a8f54d72293f55ac76ae2e004e57809d7e9b90c6 0003-avformat-gifdec-switch-to-= using-gif-parser.patch > From 866801d43a9cf4c90e86afde1963b8b684e92998 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Sat, 20 May 2023 14:13:27 +0200 > Subject: [PATCH 3/3] avformat/gifdec: switch to using gif parser >=20 > Update fate, more correct as timebase is not reduced. >=20 > Signed-off-by: Paul B Mahol > --- > libavcodec/gifdec.c | 11 +- > libavformat/gifdec.c | 245 +++++------------ > tests/ref/fate/gif-color | 348 ++++++++++++------------- > tests/ref/fate/gif-deal | 314 ++++++++++++++++++++-- > tests/ref/fate/gif-disposal-background | 12 +- > tests/ref/fate/gif-disposal-restore | 6 +- > tests/ref/fate/gifenc-bgr4_byte | 348 ++++++++++++------------- > tests/ref/fate/gifenc-bgr8 | 348 ++++++++++++------------- > tests/ref/fate/gifenc-gray | 348 ++++++++++++------------- > tests/ref/fate/gifenc-pal8 | 348 ++++++++++++------------- > tests/ref/fate/gifenc-rgb4_byte | 348 ++++++++++++------------- > tests/ref/fate/gifenc-rgb8 | 348 ++++++++++++------------- > 12 files changed, 1585 insertions(+), 1439 deletions(-) breaks:fate-fits-demux =2E.. +0, 242, 242, 1, 14320, 0xa34e7331 +0, 243, 243, 1, 14320, 0xa34e7331 +0, 244, 244, 1, 14320, 0xa34e7331 +0, 245, 245, 1, 14320, 0xa34e7331 +0, 246, 246, 1, 14320, 0xa34e7331 +0, 247, 247, 1, 14320, 0xa34e7331 +0, 248, 248, 1, 14320, 0xa34e7331 +0, 249, 249, 1, 14320, 0xa34e7331 Test fits-demux failed. Look at tests/data/fate/fits-demux.err for details. tests/Makefile:307: recipe for target 'fate-fits-demux' failed make: *** [fate-fits-demux] Error 1 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many that live deserve death. And some that die deserve life. Can you give it to them? Then do not be too eager to deal out death in judgement. For even the very wise cannot see all ends. -- Gandalf --dNAMVNv5nvnU4ZiI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZGpWrwAKCRBhHseHBAsP q54gAJ9rleXpZCCHaoLK0P2buL7mb07B2gCggBs+w7TadefIizkAdzF+PF98Oek= =0V5b -----END PGP SIGNATURE----- --dNAMVNv5nvnU4ZiI-- --===============6122253188162632299== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============6122253188162632299==--