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 3D0AA4A89F for ; Wed, 17 Jul 2024 21:20:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B8B0968DA1C; Thu, 18 Jul 2024 00:20:26 +0300 (EEST) Received: from relay1-d.mail.gandi.net (relay1-d.mail.gandi.net [217.70.183.193]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B9EB768D825 for ; Thu, 18 Jul 2024 00:20:20 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 297FC240003 for ; Wed, 17 Jul 2024 21:20:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1721251220; 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=2wK4ntrKKURV74iH1gFraBeB//gZt1c5KJha1muQPLU=; b=P8yf4IstgZM2kiLQNOUC6acwiwGyHB1NBYhsiYpDux+eEpnAF709Orj9tzMdFaWsOVcEbo MSZZTO3UAJ6k0WZnqxTPqoZzyQT4Tifjzk/imRMz6+Nsed15PlnOYhRebToAVzH32FqYIJ 1CgvI6POhL8K1obgN9rKup9kZIB++aGPfvPFzAo8CPC9rydxmfRlqiiiqVY8Id55+ofUdK gkypgSo8wT9909ff16HCyefBJT01nm0CrDHEGHqTBWmf5QIPPS5BW/YJV7r7XjHH6z6Vwj zaG8CRYh0IbszUkbnYKgOfrCxJN+HGg5CIcm1MugvvM9ZTf3bzfgdD2jIKmx/Q== Date: Wed, 17 Jul 2024 23:20:19 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240717212019.GV4991@pb2> References: <20240716171155.31838-1-anton@khirnov.net> <20240716171155.31838-31-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20240716171155.31838-31-anton@khirnov.net> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 31/39] lavc/decode: wrap AV_FRAME_FLAG_DISCARD handling in a loop 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="===============7463752469244769037==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7463752469244769037== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="FrGtGUqnfnh75Pg1" Content-Disposition: inline --FrGtGUqnfnh75Pg1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 16, 2024 at 07:11:46PM +0200, Anton Khirnov wrote: > Makes sure discarded frames do not cause EAGAIN to be returned during > flushing, which is forbidden. > --- > libavcodec/decode.c | 11 ++++++++--- > 1 file changed, 8 insertions(+), 3 deletions(-) giving execution back to the user at finer granularity would be better thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 2 "100% positive feedback" - "All either got their money back or didnt compla= in" "Best seller ever, very honest" - "Seller refunded buyer after failed scam" --FrGtGUqnfnh75Pg1 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZpg1jwAKCRBhHseHBAsP q0qdAJ4x7GcFiTC+NuCfQYEYqBNcX/UvcgCeKl/bz97x9WiN9Rr85DxgUrqBGkg= =UNL/ -----END PGP SIGNATURE----- --FrGtGUqnfnh75Pg1-- --===============7463752469244769037== 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". --===============7463752469244769037==--