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 953624C07B for ; Sun, 21 Jul 2024 14:35:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A623768D6F9; Sun, 21 Jul 2024 17:35:42 +0300 (EEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 11B1A68D69C for ; Sun, 21 Jul 2024 17:35:35 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 489A8C0003 for ; Sun, 21 Jul 2024 14:35:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1721572535; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=oV1sjfBPWEmKRHVLqWLZfZwRRIV0aijo3+RzqKKyEJQ=; b=k+qwwkf2n6Eu0MhM8l5wxKhFImqQi5XhJYpIZlPgoZr4yiMs1niQ64QGfudrCJRKbUJ095 +rY5t92jbiqU/Gywn3KKsXxtl4v1BIKbwlJwEhEq575JcJ8xQBvknQzHnrjue8F9UQ7iS5 J/t8IHupOMX55nIcLe63b4UUT6UzyL3iw8p1S59G9zm3TqZARpu7G9mZHMS7v+SJSQhC0V VPw2ro3xV5eg4yxXD9+3lGE/GlK6b6PsiORK+UQp19cQdHPavr3UwDh79lRObULdnAFYK4 PVItcHUnAbv1WoH/Fed7oeoULPYH/ubRshyK+ldvkjaI0Fu1nUTMs/XTtxdmuQ== Date: Sun, 21 Jul 2024 16:35:34 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240721143534.GS4991@pb2> References: <20240708222410.773456-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240708222410.773456-1-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 1/8] avfilter/vf_elbg: Use unsigned for shifting into the top bit 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="===============2079243599199171730==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2079243599199171730== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="2nOmHLaPfT8qBXnP" Content-Disposition: inline --2nOmHLaPfT8qBXnP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 09, 2024 at 12:24:03AM +0200, Michael Niedermayer wrote: > Fixes: part of CID1355110 Overflowed constant >=20 > Sponsored-by: Sovereign Tech Fund > Signed-off-by: Michael Niedermayer > --- > libavfilter/vf_elbg.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) will apply 1-7 (not 8) [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Old school: Use the lowest level language in which you can solve the problem conveniently. New school: Use the highest level language in which the latest supercomputer can solve the problem without the user falling asleep waiting. --2nOmHLaPfT8qBXnP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZp0crAAKCRBhHseHBAsP q+30AJ9JxbC8XrhAPf9jqK9Xmzjk77eH/gCfciJpe50UMklgssWW2r3KUMs+sjE= =bPs6 -----END PGP SIGNATURE----- --2nOmHLaPfT8qBXnP-- --===============2079243599199171730== 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". --===============2079243599199171730==--