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 8EB7540F6C for ; Thu, 10 Nov 2022 12:28:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B36AA68BAF9; Thu, 10 Nov 2022 14:28:35 +0200 (EET) 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 35322680B98 for ; Thu, 10 Nov 2022 14:28:29 +0200 (EET) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 59FC5C000F for ; Thu, 10 Nov 2022 12:28:27 +0000 (UTC) Date: Thu, 10 Nov 2022 13:28:27 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20221110122827.GZ1814017@pb2> References: <20221108112550.8375-1-anton@khirnov.net> <20221108112550.8375-2-anton@khirnov.net> MIME-Version: 1.0 In-Reply-To: <20221108112550.8375-2-anton@khirnov.net> Subject: Re: [FFmpeg-devel] [PATCH 2/5] lavf/demux: treat EAGAIN as REDO unless AVFMT_FLAG_NONBLOCK is set 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="===============5852396012529971026==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5852396012529971026== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="7fVM7fn5T1d7Fqim" Content-Disposition: inline --7fVM7fn5T1d7Fqim Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 08, 2022 at 12:25:47PM +0100, Anton Khirnov wrote: > Lavf only supports a very limited approximation of non-blocking > behavior, so we should not return random EAGAINs to callers unless they > specifically requested it. > --- > libavformat/demux.c | 8 ++++++-- > 1 file changed, 6 insertions(+), 2 deletions(-) this changes seeking behavior of for example: libavformat/tests/seek fate-suite/dss/sp.dss (this seemed to return EAGAIN before sometimes) thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are too smart to engage in politics are punished by being governed by those who are dumber. -- Plato=20 --7fVM7fn5T1d7Fqim Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCY2zuYgAKCRBhHseHBAsP q4ESAJ4oswpEFdBmJHPlIOSiSSYZXJmr7wCdFqUy0GVkxPlGB4xzmWD65xxpxak= =TYSz -----END PGP SIGNATURE----- --7fVM7fn5T1d7Fqim-- --===============5852396012529971026== 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". --===============5852396012529971026==--