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 3BFF046035 for ; Mon, 1 May 2023 10:19:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 242E968C09A; Mon, 1 May 2023 13:18:58 +0300 (EEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B140468C06C for ; Mon, 1 May 2023 13:18:51 +0300 (EEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 39FAB5C00D3 for ; Mon, 1 May 2023 06:18:50 -0400 (EDT) Received: from imap49 ([10.202.2.99]) by compute1.internal (MEProxy); Mon, 01 May 2023 06:18:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:content-type:date:date :feedback-id:feedback-id:from:from:in-reply-to:in-reply-to :message-id:mime-version:references:reply-to:sender:subject :subject:to:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; t=1682936330; x=1683022730; bh=+rBnxCzRVhbAu ee5j0BHEk2E9j39di8imofOO6J1nbM=; b=d6B8hYkIY0Gk11fzQ525xWlnYK99g oReHPWJWQpslFhCdm09S7wawNmoLYkPhioSvX3+eiFhqNsV/2QFk4AUYglONTP2v 4pbHOAom2KBDEPmzJyyNGc0pFritduGevYeRdnfkempg/E0RUI8qWJYIpcPzuT5A cSx/BV77BIREU+1XpGNvafwi1J+IHlZt+BgVedqanCyQCytT5rpYLMGCrfqzFlyS Ou5Q9RebcV7/fl0p+sKaQO8pl2HHMU2TUC1qgQDxXymPj3uVnDiLKyYejVmvwD7o wvOlR4u6t9pCa8a0ilisalSM85QqSJuixnMvyMnIeTGFr77JUma/uobDw== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrfedvgedgvdeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderredtnecuhfhrohhmpedflfgvrghnqdeurghpthhishhtvgcumfgvmhhpfhdfuceo jhgssehvihguvgholhgrnhdrohhrgheqnecuggftrfgrthhtvghrnhepieeigfdvffetke ekffdvieffieejtefhveetuedtgedvgeefkefgkedtleehfefgnecuvehluhhsthgvrhfu ihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepjhgssehvihguvgholhgrnhdroh hrgh X-ME-Proxy: Feedback-ID: i06904239:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id A91CB15A008E; Mon, 1 May 2023 06:18:49 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.9.0-alpha0-374-g72c94f7a42-fm-20230417.001-g72c94f7a Mime-Version: 1.0 Message-Id: <2f20a042-cc6c-4d4c-8e37-1996974a3dfd@betaapp.fastmail.com> In-Reply-To: <376de459-aceb-d4ec-958f-f34a146d756e@gmail.com> References: <20230428095508.221826-1-george@nsup.org> <20230428095508.221826-5-george@nsup.org> <168276131126.3843.11789945625076765172@lain.khirnov.net> <168279285287.3843.114763781387602494@lain.khirnov.net> <376de459-aceb-d4ec-958f-f34a146d756e@gmail.com> Date: Mon, 01 May 2023 12:18:29 +0200 From: "Jean-Baptiste Kempf" To: ffmpeg-devel Subject: Re: [FFmpeg-devel] [PATCH 5/8] lavu: add a JSON writer API (WIP) 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Mon, 1 May 2023, at 08:57, Leo Izen wrote: > On 4/29/23 14:33, Nicolas George wrote: >> Anton Khirnov (12023-04-29): >>> libavfilter is a C library with a C API. Any structured output from >>> filters should be in the form of a C object, typically a struct. I do >>> not see why are you so in love with strings, they make for terrible >>> APIs. >> >> Yes, strings are a terrible API, but our project is not only a set of >> libraries, it is also a set of command-line tools, and command-line >> tools work with strings and nothing else. >> > > This is a good argument for putting the code in fftools/ and not > libavutil, fwiw. This is also my understanding. -- Jean-Baptiste Kempf - President +33 672 704 734 _______________________________________________ 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".