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 76D4443F44 for ; Thu, 18 Aug 2022 17:24:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C358B68B9A1; Thu, 18 Aug 2022 20:24:04 +0300 (EEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 00BA368B78D for ; Thu, 18 Aug 2022 20:23:57 +0300 (EEST) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 5AE7732009A2 for ; Thu, 18 Aug 2022 13:23:56 -0400 (EDT) Received: from imap49 ([10.202.2.99]) by compute5.internal (MEProxy); Thu, 18 Aug 2022 13:23:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc: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= fm1; t=1660843435; x=1660929835; bh=cIqKOK52nqKKRZsnUxtH7kuJXT1O w6vn3B7a/CapIgY=; b=ieenA/HHct1Gm/VqyckJi8fTIwq3OvUybNxpJG31hQVQ DuP+XVk6ayCptwwohKNn263vf2uJVqJYu+7b3Mf90mYfGl1d9PV5K9hcY3WPA947 2VGNU1ynyTgsEaRCEmDMnPv3bmmwa2kgHbdo4I7MvuNPMEcn1T7Vl7Vt1BY81fPs Bwkhmk8v81Gqyeb/w6Fo05d1Y8qHAARzRPYznfA++4wD3ABCNhUPdZv3D9hllAGn MHGxKhrqThA27ay2Vgu2UsHKo9g5ogMWA76A3eM6nxDFBC5Zakr1U6okH/baeck8 qVbG2kW4ck/EvrnNZsFHTMXsX4vJEQTA8QDZgsEhyg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrvdehledgkeejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefofgggkfgjfhffhffvufgtsehttd ertderredtnecuhfhrohhmpedflfgvrghnqdeurghpthhishhtvgcumfgvmhhpfhdfuceo jhgssehvihguvgholhgrnhdrohhrgheqnecuggftrfgrthhtvghrnhepieeigfdvffetke ekffdvieffieejtefhveetuedtgedvgeefkefgkedtleehfefgnecuvehluhhsthgvrhfu ihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepjhgssehvihguvgholhgrnhdroh hrgh X-ME-Proxy: Feedback-ID: i06904239:Fastmail Received: by mailuser.nyi.internal (Postfix, from userid 501) id 6CCC815A0087; Thu, 18 Aug 2022 13:23:55 -0400 (EDT) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.7.0-alpha0-841-g7899e99a45-fm-20220811.002-g7899e99a Mime-Version: 1.0 Message-Id: In-Reply-To: <20220817214932.42351-2-george@nsup.org> References: <20220817214932.42351-1-george@nsup.org> <20220817214932.42351-2-george@nsup.org> Date: Thu, 18 Aug 2022 19:23:35 +0200 From: "Jean-Baptiste Kempf" To: ffmpeg-devel Subject: Re: [FFmpeg-devel] [PATCH 2/2] doc/plans: add AVWriter 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 Wed, 17 Aug 2022, at 23:49, Nicolas George wrote: > +An API that can be used everywhere a function needs to return a > string, or > +really an arbitrary buffer of bytes, and everywhere code needs to > build a > +string from parts. It needs to be fast and lightweight enough to be > used in > +tight loops, like once per frame, without limiting the size of the How is that different from open_memstream? -- 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".