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 1A22448AAD for ; Fri, 29 Dec 2023 18:36:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 67A2968CB0D; Fri, 29 Dec 2023 20:36:02 +0200 (EET) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A5E2668C768 for ; Fri, 29 Dec 2023 20:35:55 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id EE72720005 for ; Fri, 29 Dec 2023 18:35:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1703874955; 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=wbnQZMjf1YcgYusLGeo+jdRECHNr/iaSp35tlZorLc0=; b=V1BimNR8Tp87eK9PjxqxVq2fdAXCgsymy81f1si3/S+hs6gwZrvGeecFsI31juVe6630TV ywsZDm1DGz3gUrnhLs0VPVwuA272gOZmZgQBB7vAgOPpf4m5K0YIqZYT6I02/AtH+dTXus Yv4ZQs9AMiJlYRGyiYCno+woUmLO0Pl+E9EzwOo8az/xkLkmq3iTRSDzXf3KRqA914g4D7 1Gn1v71kEM6WNJ3rHdMJ0JirA3OwilFmVyhxyRiaA2sNFCoPUuz99AOamxgHIMyAoSL7f8 pE3NvigNfSLBUvAMlOiSC5hWrJSluxtXhzqP/Hlf1L4mh8TvQatNbq19emF0Tg== Date: Fri, 29 Dec 2023 19:35:54 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231229183554.GN6420@pb2> References: <20231224014949.18449-1-michael@niedermayer.cc> <20231224014949.18449-2-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20231224014949.18449-2-michael@niedermayer.cc> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 2/2] avfilter/f_reverse: Apply PTS compensation only when pts is available 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="===============8689825187905282330==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============8689825187905282330== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="LwDZSyGAvxkXlqsD" Content-Disposition: inline --LwDZSyGAvxkXlqsD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Dec 24, 2023 at 02:49:49AM +0100, Michael Niedermayer wrote: > Fixes: out of array access > Fixes: tickets/10753/poc16ffmpeg >=20 > Regression since: 45dc668aea0edac34969b5a1ff76cf9ad3a09be1 > Found-by: Zeng Yunxiang > Signed-off-by: Michael Niedermayer > --- > libavfilter/f_reverse.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) will apply [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB "Nothing to hide" only works if the folks in power share the values of you and everyone you know entirely and always will -- Tom Scott --LwDZSyGAvxkXlqsD Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZY8RigAKCRBhHseHBAsP qwweAJ9vsBjBIOuUWrnxkb+VhfvHnxlKjQCcC/tn12c3Vjqq7cp9VnwIWp5GW+8= =+QlB -----END PGP SIGNATURE----- --LwDZSyGAvxkXlqsD-- --===============8689825187905282330== 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". --===============8689825187905282330==--