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 DD1804DC67 for ; Sat, 1 Mar 2025 23:22:53 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0AA8C68E23F; Sun, 2 Mar 2025 01:22:51 +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 0F3BD68E19D for ; Sun, 2 Mar 2025 01:22:45 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 162DD42D83 for ; Sat, 1 Mar 2025 23:22:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1740871364; 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=6t+L9xP6XbLmV2RyfUL99SP7XHB1OCsrR60bUOnTB2Q=; b=oL0LeT2tH48c+IhjuCO1AQuLlwj5a2Rn+jX2Q45tBr3cHlmz6t6GquKsbEFnN8snOHl3Ov WR4b3zA42Yl7ZwLHzXU9wcTDDqFTgO5ect5JKwUfrhL+KkLrNkcaLqwtkHUEiXeXHIK1ya gq4v3Yv/IOEfk3t17YSDtQNjHYFKBIbgSD4IPsKUBTeuZ3krAsQ6CRz1OmurKyrS3iHk7w RYqy/hc2G3ejZlw3EXIVe+MMSVsfAC5U01oPatKrG5qP1A6sZtHzenq6mGqvuAwV8Ziz9f J2hVB6jElFN2UUXGSk8aPstjndfcc9Xl5ACudm6MW3/veUsBA1YFqPuXnuW12A== Date: Sun, 2 Mar 2025 00:22:43 +0100 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20250301232243.GZ4991@pb2> References: <20250218124603.95398-1-ffmpeg@haasn.xyz> <20250227185322.GD133559@haasn.xyz> <12406003-5110-4985-85bb-0dd5ed599ac9@gmail.com> <1495d182-70d6-48e4-8f30-aa5647f130e9@gmail.com> MIME-Version: 1.0 In-Reply-To: X-GND-State: clean X-GND-Score: -70 X-GND-Cause: gggruggvucftvghtrhhoucdtuddrgeefvddrtddtgdelgeeivdcutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfitefpfffkpdcuggftfghnshhusghstghrihgsvgenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnegfrhhlucfvnfffucdlfedtmdenucfjughrpeffhffvuffkfhggtggujgesghdtreertddtvdenucfhrhhomhepofhitghhrggvlhcupfhivgguvghrmhgrhigvrhcuoehmihgthhgrvghlsehnihgvuggvrhhmrgihvghrrdgttgeqnecuggftrfgrthhtvghrnhepieegkedtjeduffejhfetgeejtdegteetgfegtdfhjefgvefhteegkeejtddvhfevnecukfhppeeguddrieeirdeijedruddufeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepihhnvghtpeeguddrieeirdeijedruddufedphhgvlhhopehlohgtrghlhhhoshhtpdhmrghilhhfrhhomhepmhhitghhrggvlhesnhhivgguvghrmhgrhigvrhdrtggtpdhnsggprhgtphhtthhopedupdhrtghpthhtohepfhhfmhhpvghgqdguvghvvghlsehffhhmphgvghdrohhrgh X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2 1/4] avfilter/graphdump: implement options parsing 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="===============3587232368679666685==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============3587232368679666685== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="1fIISFY1eL7CVXN5" Content-Disposition: inline --1fIISFY1eL7CVXN5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Nicolas On Fri, Feb 28, 2025 at 03:38:41PM +0100, Nicolas George wrote: > James Almer (HE12025-02-28): > > Who among those still around after last Christmas (and in the TC, or > > ultimately the GA, both of which would have a last word) is against you= r fun > > things? >=20 > I could give you names, but you know them as well as me. The issue is > that they have that authority in the first place, whether they make use > of it or not. I cannot find anything that says how the TC and maintainers relate in autho= rity Also i dont think the TC would override a clear decission of an active maintainer even if it had the power to. The maintainer likely would resign in such a case About AVWriter. I dont think this is a question for the TC It is a question for the community because strings touch many parts of FFmpeg and thus it affects many developers. Strings in C are security wise, bad. Having some simple to use and safe general API for string handling, IMHO makes sense. reaching a point where everyone who may be affected by a string API is ok with the code, is cerainly not easy, but i think we should not give up. 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 --1fIISFY1eL7CVXN5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZ8OWvwAKCRBhHseHBAsP q3i5AJ0aRAWu4Q3LwbWdPYZBj0knS/rpHgCff3VlVhDf3EsRnDxhE1tvnxZ5UNg= =NFBx -----END PGP SIGNATURE----- --1fIISFY1eL7CVXN5-- --===============3587232368679666685== 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". --===============3587232368679666685==--