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 E49AE40661 for ; Wed, 22 Dec 2021 11:29:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3E3D468AF00; Wed, 22 Dec 2021 13:29:30 +0200 (EET) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0342D680BA5 for ; Wed, 22 Dec 2021 13:29:23 +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 1BMBTMNB027380 ; Wed, 22 Dec 2021 12:29:22 +0100 Received: by phare.normalesup.org (Postfix, from userid 1001) id 82B76E1DC8; Wed, 22 Dec 2021 12:29:22 +0100 (CET) Date: Wed, 22 Dec 2021 12:29:22 +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, 22 Dec 2021 12:29:23 +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="===============6017786775715316282==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6017786775715316282== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gxV4Oa5GAbKRqA+k" Content-Disposition: inline --gxV4Oa5GAbKRqA+k 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(-) Applied, thanks, and again sorry for the delay. Regards, --=20 Nicolas George --gxV4Oa5GAbKRqA+k Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmHDDBAACgkQcZVLI8pN xgwnvA//Qzdqt2R2pTOMdw8iegl+pQDjOId5+HFw7QRm0s3HiHEnElw8AUxVqgrr w+zCDqwZXsj1pmEyRwtHHqw9Eufu97YehDP2JaPbGFB9fQ5MoOWk6CynmPIaw4Rt UmpeFMrpqzxcHmlOWn7HBLTdm6Zq1xt3i06/0sW7cXe/WHVblpsAM8HQil04Mag5 +eygZDmFotPmellHL1kbsozzcqORQXHHAwdK/SHkGfoJi9wuhmqZGwjl7UqMLzCm knqV/XMOYkjO7gAKem91fcWc09waUTDjSA+IeNySkEq9isjaXIlTBDaWE0XWHiFp N4/0DK/ktyXqbhwT3wZ6Z6ecIEonqd1yDJ6f0eIOr2w7kY+M/MNMwwvuA9qbGiqX il5X6AROHu5exVepnQZjarAZnmD2xA9EheJSZndtsIsdhZwmsapLQb5VLzaDgNo6 00VqO21eD6BxTyAsFMnc2nCTPuhpsyPz/9TWe8CvhYxx7UNevASoieVHKNpfOlBQ wMiDE0HJzrZLfr2bsyWV0LKX8P5dpd9/BH/b1KM3shsMBs7Dd3QVbGySONhxUN+n ohBm1mSOsU66aZgV8yeZR9CwQkwt8f26rM4DK/yoFhPi3fTboIbonSZD6m5l91WR 9709e8WJ8Pbrjv1S6zzoP8IGTPi2weAKUx4F1vX7ZMc10hiDQKE= =CdSa -----END PGP SIGNATURE----- --gxV4Oa5GAbKRqA+k-- --===============6017786775715316282== 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". --===============6017786775715316282==--