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 A205646313 for ; Wed, 14 Jun 2023 17:33:49 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 79C4C68C49F; Wed, 14 Jun 2023 20:33:46 +0300 (EEST) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7F73C68BF48 for ; Wed, 14 Jun 2023 20:33:39 +0300 (EEST) X-ENS-nef-client: 129.199.129.80 ( name = phare.normalesup.org ) Received: from phare.normalesup.org (phare.normalesup.org [129.199.129.80]) by nef.ens.fr (8.14.4/1.01.28121999) with ESMTP id 35EHXc4R001504 for ; Wed, 14 Jun 2023 19:33:39 +0200 Received: by phare.normalesup.org (Postfix, from userid 1001) id C5D52EB5B7; Wed, 14 Jun 2023 19:33:38 +0200 (CEST) Date: Wed, 14 Jun 2023 19:33:38 +0200 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: MIME-Version: 1.0 In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Wed, 14 Jun 2023 19:33:39 +0200 (CEST) Subject: Re: [FFmpeg-devel] [RFC] [PATCH] avfilter/avfilter: add flag to signal filters that support w/h change 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="===============7219880996724255303==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7219880996724255303== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="c8FZsjhBlJ+zCXdT" Content-Disposition: inline --c8FZsjhBlJ+zCXdT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul B Mahol (12023-06-14): > To flag filters that can work with variable frame size changes > all the time in graph. So no rescalers are need to be inserted or > filtergraph reset. >=20 > Once all such filters are flaged with such capability then code will be > added so auto inserted rescale filter is inserted where neccesarry to > filters in > filtergraph that do not support dynamic width/height changes. If you have a proof-of-concept patch series where this flag is actually useful, I will review it. As it is, it is dead code and not for commit. --=20 Nicolas George --c8FZsjhBlJ+zCXdT Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmSJ+fAACgkQcZVLI8pN xgzTiRAApADenvuhz4ORRNjuDsSuVdH63HMctta3qv40CuoFOtp9GzszA1MESFc2 B5NEHj3RySW5pHELAwnmJBON6A7dupXgK65lq3vbXpkwriDyFwOr4W+srjVz+Rub ZGJK/K3NmKtoYbrt7xVrWKDEMo7alZaqN6yTJbPyiPBrqSFlu3lsUqoAxOKGyGFJ t8KTridsvO7YzHOKgwvzn4wh61oP3HjD30cLlo3zocaBv2GCPVlMhvkW/cuXf7Sr 14mlhD+Ooagn4ypkzQJGiFsIag9GQ9jVVV0jr48mlmYHS8/Ckapzo6KOTMW+aIHj X6Nhl1SoK5TkaabMO8j6FBtrhsWbC49SzWR/D3pNMJ/Exi8HFSyWy4QT9YtgQqDI ggWI1PJGUkHN//tTuro2nl8RXLRiRVIUg3HEan8C1KesCuK8b0EPrtc8jnemfvlz jT45Frqk/hyEk6PxStBEPxL0t9bH8d08fWp0jAzm7TNihxYbKNMObd5wqPl2Gx2I ykls6ZhT2m+sayVFcJ4d8POplRC0x9BnXYnkXOpRygOZW+2RnlWSe3ZOsOFxWfKM lNhorgTYEdvp6tcnOf1SY34FNK+s9yzQmxFeaLys9X0ds66KhCwsC3pgVxGuRjSy c0NGCoex6ow8Dn/VHm7XsZuYkLh+AclShmDwgNvPIKiv9PMhujQ= =68+8 -----END PGP SIGNATURE----- --c8FZsjhBlJ+zCXdT-- --===============7219880996724255303== 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". --===============7219880996724255303==--