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 12609489A1 for ; Wed, 21 Feb 2024 17:30:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D9D2668CF70; Wed, 21 Feb 2024 19:30:37 +0200 (EET) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D29FA68CF70 for ; Wed, 21 Feb 2024 19:30:30 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 1E23BFF803 for ; Wed, 21 Feb 2024 17:30:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1708536630; 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=Lyb2+Ds2dlYaNKBJYvd6r86DiA8q+WE6iq+z7goy3jU=; b=L6TjnSMcSBSH+kRAFndS1QiCPOPFYuAf7go1ELQfPGZ/EoYtPukbrr+s81VHG7m4HvbvPL vRX9f6UI6vOuXVH238cwCdX7/b+R42NVpHLPFHsHfQZqbnJND3FEhaFK+ClxS72erHpUUm zwTskr/onC6UjmlPNu6lGkiYMgtlO+jD4JCz19h1kKWiiWQDE76dDA6MQLfmViim9LwSOH GNXfbXacn91XhDrqmo4+hs1rRtj4VgbCV5/TgZlRRWQh7OXzCw/NedLs0c8sEJ7gqvzQJ8 HedmZoYNSZlsPnx9sG3wlxn3tzux2NYZe81cZXjntO0+iL2AUdn+CLplVJ5xHg== Date: Wed, 21 Feb 2024 18:30:29 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240221173029.GE6420@pb2> References: <20240220024922.22779-1-michael@niedermayer.cc> <20240220024922.22779-3-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20240220024922.22779-3-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 3/3] libswscale/utils: Fix bayer to yuvj 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="===============8183942605214178816==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8183942605214178816== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="HCd2qR7z8x++8HzZ" Content-Disposition: inline --HCd2qR7z8x++8HzZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Feb 20, 2024 at 03:49:22AM +0100, Michael Niedermayer wrote: > Fixes: out of array access. >=20 > Earlier code assumes that a unscaled bayer to yuvj420 converter exists > but the later code then skips yuvj420 >=20 > Signed-off-by: Michael Niedermayer > --- > libswscale/utils.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) will apply [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is a danger to trust the dream we wish for rather than the science we have, -- Dr. Kenneth Brown --HCd2qR7z8x++8HzZ Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZdYzNQAKCRBhHseHBAsP q2ayAJ4zF50nGwREGN7qyzYrclxaGS+jeACeNInYm94jG6KlcoMM+dwmB1ax1sg= =VWH7 -----END PGP SIGNATURE----- --HCd2qR7z8x++8HzZ-- --===============8183942605214178816== 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". --===============8183942605214178816==--