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 87A06422B9 for ; Tue, 30 Aug 2022 17:08:35 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 776B268BA30; Tue, 30 Aug 2022 20:08:33 +0300 (EEST) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BED7E68B947 for ; Tue, 30 Aug 2022 20:08:26 +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 27UH8PmC017258 for ; Tue, 30 Aug 2022 19:08:25 +0200 Received: by phare.normalesup.org (Postfix, from userid 1001) id 689CCE0101; Tue, 30 Aug 2022 19:08:25 +0200 (CEST) Date: Tue, 30 Aug 2022 19:08:25 +0200 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <20220824151828.24218-1-george@nsup.org> MIME-Version: 1.0 In-Reply-To: <20220824151828.24218-1-george@nsup.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Tue, 30 Aug 2022 19:08:25 +0200 (CEST) Subject: Re: [FFmpeg-devel] [PATCH] lavu: header and documentation for 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: multipart/mixed; boundary="===============1228853408668801264==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1228853408668801264== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="F+w9Qjj1i5+T+jfV" Content-Disposition: inline --F+w9Qjj1i5+T+jfV Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Nicolas George (12022-08-24): > The actual implementation, tests and uses in the rest of > FFmpeg code will be committed separately once the API is > settled. >=20 > Signed-off-by: Nicolas George > --- > doc/avwriter_intro.md | 109 ++++++++++ > libavutil/writer.h | 484 ++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 593 insertions(+) > create mode 100644 doc/avwriter_intro.md > create mode 100644 libavutil/writer.h >=20 >=20 > As suggested by JB, here is the header and documentation for AVWriter, > to discuss the principle before investing time in polishing the > implementation. I expect to discuss the API and if no blockign > objections are raised push it then spend time on the implementation. >=20 > This API is a nicer and much more powerful version of BPrint. It can be > used to simplify existing code where BPrint could help, plus places > where BPrint could not help. >=20 > It also is the prerequisite for more ambitious projects, expecially > universal serialization of FFmpeg objects (side data and such) into > standardized formats. >=20 > The implementation is in most part done, and I am sure I can deliver. > What remains is the boring part of integrating the tests in FATE, > polishing various parts, updating the parts where I changed my mind > midway, etc. >=20 > Note: FF_NEW_SZ is a macro defined elsewhere; it is really part of the > implementation more than the API. >=20 >=20 Ping. Regards, --=20 Nicolas George --F+w9Qjj1i5+T+jfV Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmMORAcACgkQcZVLI8pN xgx3YRAAucOpl7AXvaT8bAfz3IKKDxIXdqSB46aWzV8jWYqAfZuaAeuSpQ4ALJol 047Vy5Dk6ik9i3Rk/SuLmoVR169+vNxblHczvTr7/VMv4g6ltK+Y40K1q94d7sgO EZlNbqBmy+efVSRetcu+7eN2Rmus4M/QiMFze+gUMjrTquJFDZ0MHLu2T005bxLO WWpabaJCLdjmNZPUlyK2zxUMoZkW/YowrCYNMvmshNRrY7cQ66EcArXBvMUIsFn6 wdByF5jCAgQ8HpRZ3goxikr2m3Z9PP4gmiu9qesgrMPFa8wZWetV85TuBUpwbBUa umiHXnx0c9GQlDMKDaIngckcOoFydJ5Zy7YWvUqv2+fgjisn7BVe/eKDvxz7c75B 9Ys2vdy6pi0+DZTo4P4ELkyo7/o0UJAcJpJt31rHLOM+1/eWVZEzVxvbg8CWbEX5 RdW2kEvwR7uSvgZZED2olMLT4kdwulluKjjuYOdlrNlyABguGt14OYRO6OHfQ3yF xcjr+U4UMGyJOht34rWxXFQ54WHWM7P1rRqRQeQDAtYUfVPN3/v3ymZL51+bqwYt 1DYeLMeE54qPlsra+j3IVPTlur5d3GkG2lNvnSTItCuAq9K6IANVYooTWXh/dRxD sTFIX/7VRmjAyjPQYA8pKRZDLF9G2U1fkDFNjalpu6gRFrn8nHg= =VsNw -----END PGP SIGNATURE----- --F+w9Qjj1i5+T+jfV-- --===============1228853408668801264== 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". --===============1228853408668801264==--