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 84E1B4600A for ; Sat, 29 Apr 2023 18:34:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CF54A68C000; Sat, 29 Apr 2023 21:34:05 +0300 (EEST) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BE8E768BFDC for ; Sat, 29 Apr 2023 21:33:59 +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 33TIXxaB011596 for ; Sat, 29 Apr 2023 20:33:59 +0200 Received: by phare.normalesup.org (Postfix, from userid 1001) id F284AEB5BF; Sat, 29 Apr 2023 20:33:58 +0200 (CEST) Date: Sat, 29 Apr 2023 20:33:58 +0200 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: 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> MIME-Version: 1.0 In-Reply-To: <168279285287.3843.114763781387602494@lain.khirnov.net> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Sat, 29 Apr 2023 20:33:59 +0200 (CEST) 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: multipart/mixed; boundary="===============4329896542807873612==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4329896542807873612== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="ZG1OuUYpUWSzE467" Content-Disposition: inline --ZG1OuUYpUWSzE467 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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. --=20 Nicolas George --ZG1OuUYpUWSzE467 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmRNYxMACgkQcZVLI8pN xgyqxw//aICjTe++J114M9+/Nj2nT+qt1g8z90JEodEDvbqTpnZXAhAwbe3UY07A IX2ni5z7E1zqWhqtoSUbUcISMx/sgkuZx01rrZoRzV85oTnORJP0DwsMOwDBOQUA DHpyRTTyW8VVOUp/CvBoowRaDevnbhcsVFiK/bH+ZMOmJEMz9G0FpAcpMCPjNBX3 Ytsh479x1CwN9zw8mkykZDEHYZLrX38w4N4bxwi55n+2DeHxs3rdKdZu8z5f0QZf v4DazgrgEjRrPNGwulvlw90hU43r04GGHCV/EjM6WO3ezeP1qeeyUIgOh+u0QomQ kB5MUMGkdZ/vOI05wBhQ7J05yIo/AaJU0FWKINa9WXP5uhCPb6kREtMlLltxMoSz l809ng1v+SuEVVYq5tGurTwN8Y4FhZ9WDR5gD/r0gWnoyOuzbtYWma6mEMKrNAW1 sXLvlz5i3U6yHj18KjCzUgNBYVez/ITNXCL8ndgeEhOTjKrFQGt8GriyT23+EYVy /I8X3IWZpxtRZ1U99Cij9Tz+NF0F6tAC4YEVBhFXhS0vbhVT0/8DGn/UZwb//LSc n7EaR3eeGxRYsb/9ij9iO5lXi+aRkpBUrMEXV7n4ITRvIyVBxOmmeq8TEdZkHEPt aR2W/qq8Mdl+JX5zQpVzzmegMPx1WTVDWuAEvXts4t9nf55MR5E= =hjQq -----END PGP SIGNATURE----- --ZG1OuUYpUWSzE467-- --===============4329896542807873612== 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". --===============4329896542807873612==--