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 81AAE46605 for ; Tue, 23 May 2023 21:51:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 45C8F68C091; Wed, 24 May 2023 00:51:21 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6FA3868BEC9 for ; Wed, 24 May 2023 00:51:14 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 6890C40002 for ; Tue, 23 May 2023 21:51:13 +0000 (UTC) Date: Tue, 23 May 2023 23:51:12 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230523215112.GL1391451@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="===============6336426136002365493==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6336426136002365493== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mmKKm/GJ6Xc4oob8" Content-Disposition: inline --mmKKm/GJ6Xc4oob8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 22, 2023 at 06:19:09PM +0200, Paul B Mahol wrote: > On 5/21/23, Paul B Mahol wrote: > > Attached patches. > > > > This finally removes giant hacks in gif demuxer and allows using gif > > files via pipe reliably. > > >=20 > Hopefully final version. [...] > libavcodec/gifdec.c | 11 +- > libavformat/gifdec.c | 244 +++++++++++-----------------------------= ------- > tests/ref/fate/gif-demux | 2=20 > 3 files changed, 70 insertions(+), 187 deletions(-) > 8624c021a27e9ac3d18db4e560179c3fe359953f 0002-avformat-gifdec-switch-to-= using-gif-parser.patch > From 899afe00bf969b8c47c6fb5afbde3a8f9be1536d Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Sat, 20 May 2023 14:13:27 +0200 > Subject: [PATCH 2/2] avformat/gifdec: switch to using gif parser >=20 > Update fate test, more correct as last packet is not truncated. >=20 > Signed-off-by: Paul B Mahol > --- > libavcodec/gifdec.c | 11 +- > libavformat/gifdec.c | 244 ++++++++++----------------------------- > tests/ref/fate/gif-demux | 2 +- > 3 files changed, 70 insertions(+), 187 deletions(-) seems to break resyncing =2E/ffmpeg -y -f gif -i resync.gif -bitexact resync.nut file at: https://samples.ffmpeg.org/image-samples/GIF/resync.gif [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Dictatorship naturally arises out of democracy, and the most aggravated form of tyranny and slavery out of the most extreme liberty. -- Plato --mmKKm/GJ6Xc4oob8 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZG01SwAKCRBhHseHBAsP q69DAJ9VcpIp76QTAyKF5zkTy1UmfLyZRgCfaMB7u/O19nG4sPGmQ7DjPJmL8+s= =TYOR -----END PGP SIGNATURE----- --mmKKm/GJ6Xc4oob8-- --===============6336426136002365493== 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". --===============6336426136002365493==--