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 B948741A3A for ; Wed, 15 Dec 2021 19:05:11 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 89FC668AF3E; Wed, 15 Dec 2021 21:05:08 +0200 (EET) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C749F68AF18 for ; Wed, 15 Dec 2021 21:05:01 +0200 (EET) 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 1BFJ50It019597 ; Wed, 15 Dec 2021 20:05:01 +0100 Received: by phare.normalesup.org (Postfix, from userid 1001) id B0873E00F5; Wed, 15 Dec 2021 20:05:00 +0100 (CET) Date: Wed, 15 Dec 2021 20:05:00 +0100 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <20211215190031.14529-1-g.sole.ca@gmail.com> MIME-Version: 1.0 In-Reply-To: <20211215190031.14529-1-g.sole.ca@gmail.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Wed, 15 Dec 2021 20:05:01 +0100 (CET) Subject: Re: [FFmpeg-devel] [PATCH] libavformat: add side_data copy in concat demuxer 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 Cc: Gerard Sole Content-Type: multipart/mixed; boundary="===============4520355083479738691==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============4520355083479738691== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="TKJTL2EldF2Yh5iP" Content-Disposition: inline --TKJTL2EldF2Yh5iP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Gerard Sole (12021-12-15): > Adds support for concat demuxer to copy the side data information > from the input file to the resulting file. It will behave like the > metadata copy, where the metadata of the first file is kept in the > the output file. >=20 > Extract the current code that already performs the stream side_data > copy into a separate method and reuse the method in the concat demuxer. >=20 > Signed-off-by: Gerard Sole > --- > libavformat/concatdec.c | 1 + > libavformat/internal.h | 9 +++++++++ > libavformat/utils.c | 9 +++++++++ > tests/ref/fate/concat-demuxer-extended-lavf-mxf | 2 +- > tests/ref/fate/concat-demuxer-extended-lavf-mxf_d10 | 2 +- > tests/ref/fate/concat-demuxer-simple1-lavf-mxf | 1 + > tests/ref/fate/concat-demuxer-simple1-lavf-mxf_d10 | 1 + > tests/ref/fate/concat-demuxer-simple2-lavf-ts | 1 + > 8 files changed, 24 insertions(+), 2 deletions(-) Sorry. I was about to apply it but something else came up. This version looks even better. I will try to find time in the next few days. Regards, --=20 Nicolas George --TKJTL2EldF2Yh5iP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmG6PFoACgkQcZVLI8pN xgxEfw/8CvFtjxa3fR1tT5QtyPkHu0NSp/PMsd71eqR4HIsshZRPEPZdZygJjGYQ mLXJYXHcMsgVhfONl5Jgk3EQGKOAJWj5LypHE60PJXmvRJ0/pLnMcv/BP7Mg8DtF BISDgE7h2xPNEzhIMmGmtXQT9xKQJyb/7fCVX9NFmYuMeIO4tt6OTNCRYa6iFMnO viWGIuw9I9IbgvyGBfkQ50938KF8rl+cngjldqDTz3eYkX6axPZtag2DXaROF4qy BFRqB9EL0SXdRYI48ygzeOKuYTAAp+OPAW2c17F4nSf6fCStdMpm29LDg4r01Xut yoDGA500kFhhFKC6RIjB1W2VQjwhLgi8mSE+YQfuaFM2NB0n6nAisFNEHToezVWc gwW7iVPndd+fJWcbhJIJsF96C99NniwYw7xh9F0xwSNhoI9DKI1jprzBKmqFaNPx uVdVWxxLUCzzyt3hG99AQTLzEqxSleiAZdQMLEM+SlUSNAA56vlMZhLKk8sCigzj iG2kc7qDjKvEfQg80yq4cDftSxCbCBTMfLNh+pscCP5CKcddFre1WUXqsz1SkBwF nbPACQzO5mo1k5GCyAULgYaOf4psHKsPigu7M0bt7Z8sAqEG/g5Qqdsf9HYhKUSb hg16MQmODLUGYkcF6sxOOmG4JGYNFJnu77jXrS2SVO7B+Sf1ejs= =/XNv -----END PGP SIGNATURE----- --TKJTL2EldF2Yh5iP-- --===============4520355083479738691== 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". --===============4520355083479738691==--