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 ESMTPS id 9F0A34BFC9 for ; Wed, 22 Jan 2025 15:33:21 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7F4E568B870; Wed, 22 Jan 2025 17:33:17 +0200 (EET) 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 951B4689C28 for ; Wed, 22 Jan 2025 17:33:11 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id CC89724000D for ; Wed, 22 Jan 2025 15:33:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1737559991; 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=nLjkwYjNoKjORw9Jx7hbG8XCRfe89q3vvrTJftq5TU4=; b=KiKJssPm+VmpBcqrvXOTPuLlYR8gNMXLcBe32KxLWXLm8o2VCYS1dA1ktgLvaWT3SZux8c sJa76fqVfHjeW8ANg1KWUxD7//q3HvQrEDT19ZeFLg4OXSLPcL0/BpEEx8uIAZi2KoDu9d gtOhGe3UW54zphl9E9wqYIjagpochgSYoWhPm17W+AOPlN08ZKmXaZfgjY4LJEn9hYDojD rCo5PaMq2fDCdO8KLB+rybfSO5MKq6KkLlvXSQhcb02fsov/13nq53PKeA9guMl1OcX4av zfBvfMMpiAH5iydvlDL7kEH3zJf0y3KvVjsWn1UlClM7iN3MrjPRZJF9EAQXTg== Date: Wed, 22 Jan 2025 16:33:09 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250122153309.GX4991@pb2> References: <082f12b8-2319-47d2-8854-f361d2039748@gmail.com> <20250117170823.GM4991@pb2> <20250119222239.GU4991@pb2> MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v0] Implement promeg decoder. 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="===============3734234986495072784==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3734234986495072784== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="XC+dM6/2/06LcH8U" Content-Disposition: inline --XC+dM6/2/06LcH8U Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jan 20, 2025 at 06:46:46AM +0000, Kieran Kunhya via ffmpeg-devel wr= ote: > > > > > The data arrives on multiple sockets, leading to all sorts > > > of opportunities for timing behavior and reordering issues. > > > > how does this matter? > > >=20 > There are routers that put traffic on a different port down a different I= SP > so you have to compensate for latency delays between the two links. You > can't just "buffer N packets". >=20 > Another edge case. I dont know why you assume "buffer N packets". Packets enter this buffer when they are received Packets should exit that (buffer + FEC) when they are needed for decompress= ion (for presentation to the user) or slightly prior Removing them from the buffer earlier has a higher propability of failure so it is strictly worse. thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The worst form of inequality is to try to make unequal things equal. -- Aristotle --XC+dM6/2/06LcH8U Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ5EPrwAKCRBhHseHBAsP qwsjAJ99g5O6ncU85dt1WXTx86fdHXnJAACglF2p82v39GkUrABM9EmhvUq5QC4= =3lk4 -----END PGP SIGNATURE----- --XC+dM6/2/06LcH8U-- --===============3734234986495072784== 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". --===============3734234986495072784==--