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 BBB0C4B7A6 for ; Thu, 13 Jun 2024 07:49:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9F73568D960; Thu, 13 Jun 2024 10:49:28 +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 20E1368D918 for ; Thu, 13 Jun 2024 10:49:22 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 7107B60002 for ; Thu, 13 Jun 2024 07:49:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1718264961; 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=iK5XSmWWDYm4+wlWkLUzlQszGckDra1c6IYeBx01Av4=; b=CfmzmWG9NtnNuP3PyM0OblEodwTEbc4VbuEVM31Q3cvbT6UxATB5Mp3Fkwdy09rDIeviPT pFwD+tml82CmL6WHlYX6V3uEyM9psYe8rG1uyrwAW7Ts/HU7Ujxi+i4/z2PaILiV8gKsKh Ywt+uv7oMKVSlaXc1LGcuQNpqCK0ecNddC7+Q/oKQ9U3kujNHwpzvtydsHZYJdnhVf+j0v 9HK8ZVS+2CkLpSVohnNa0XEKdSTyhC5E9ZikyRVfrjY0SHrjUskqt/rEu7+dPmyUzpTLYV oiNkPCb23cIwFOUV6oTOc0fS5DI6JExbfKfGjenZvNJl/yM7FG2l9Z6UUCzThQ== Date: Thu, 13 Jun 2024 09:49:20 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240613074920.GC2821752@pb2> References: MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 25/57] avcodec/me_cmp, motion_est: Sanitize permissible cmp_funcs 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="===============2477717220124161836==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2477717220124161836== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="N5L3fxEBwgqp90XX" Content-Disposition: inline --N5L3fxEBwgqp90XX Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jun 12, 2024 at 03:48:21PM +0200, Andreas Rheinhardt wrote: > Several of the potential choices of comparison functions > need an initialized MpegEncContext (initialized for encoding, > not only ff_mpv_common_init()) or they crash when called. > Modify ff_set_cmp() to check for this. >=20 > Signed-off-by: Andreas Rheinhardt > --- I dont think they always crashed, so to me marking these as unsupported now feels a bit strange. But it shows we where lacking testing thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB it is not once nor twice but times without number that the same ideas make their appearance in the world. -- Aristotle --N5L3fxEBwgqp90XX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZmqkdwAKCRBhHseHBAsP q49tAKCYs7w0uNU+DEWrZOYvDwWQq8+E7QCeKvunthKiKJIsAoMJs4EjbwNCcNk= =B9KR -----END PGP SIGNATURE----- --N5L3fxEBwgqp90XX-- --===============2477717220124161836== 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". --===============2477717220124161836==--