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 1B8D8452FD for ; Sat, 19 Aug 2023 16:53:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EF8BB68C5AD; Sat, 19 Aug 2023 19:53:34 +0300 (EEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B97AC68C3C4 for ; Sat, 19 Aug 2023 19:53:28 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 19DC660004 for ; Sat, 19 Aug 2023 16:53:27 +0000 (UTC) Date: Sat, 19 Aug 2023 18:53:27 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230819165327.GA7802@pb2> References: <20230817214858.184010-1-jeebjp@gmail.com> <20230817214858.184010-12-jeebjp@gmail.com> MIME-Version: 1.0 In-Reply-To: <20230817214858.184010-12-jeebjp@gmail.com> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v3 11/12] avcodec/libx264: add support for writing out CLL and MDCV 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="===============0947806098499968634==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0947806098499968634== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="PryeMBWNihx6Jibm" Content-Disposition: inline --PryeMBWNihx6Jibm Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 18, 2023 at 12:48:49AM +0300, Jan Ekstr=F6m wrote: > Both of these two structures were first available with X264_BUILD > 163, so make relevant functionality conditional on the version > being at least such. >=20 > Keep handle_side_data available in all cases as this way X264_init > does not require additional version based conditions within it. >=20 > Finally, add a FATE test which verifies that pass-through of the > MDCV/CLL side data is working during encoding. > --- > libavcodec/libx264.c | 79 ++++++++++++++++++++++++++++++++++++ > tests/fate/enc_external.mak | 5 +++ > tests/ref/fate/libx264-hdr10 | 15 +++++++ > 3 files changed, 99 insertions(+) > create mode 100644 tests/ref/fate/libx264-hdr10 fate fails with X264_BUILD 152 The filters 'Parsed_null_0' and 'format' do not have a common format and au= tomatic conversion is disabled. [vf#0:0 @ 0x55eddf8d4780] Error reinitializing filters! Failed to inject frame into filter network: Invalid argument Error while filtering: Invalid argument [out#0/mp4 @ 0x55eddf87b980] Nothing was written into output file, because = at least one of its streams received no packets. frame=3D 0 fps=3D0.0 q=3D0.0 Lsize=3D 0kB time=3DN/A bitrate=3DN/A= speed=3DN/A Conversion failed! threads=3D1 tests/Makefile:307: recipe for target 'fate-libx264-hdr10' failed make: *** [fate-libx264-hdr10] Error 234 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If the United States is serious about tackling the national security threat= s=20 related to an insecure 5G network, it needs to rethink the extent to which = it values corporate profits and government espionage over security.-Bruce Schn= eier --PryeMBWNihx6Jibm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZODzgwAKCRBhHseHBAsP q7flAJ9JaMNEToj31ZuTsSCuOEw6AmzBsQCdFOGx+Y22oGwbrOgaXsA5ENmvMG8= =1rLJ -----END PGP SIGNATURE----- --PryeMBWNihx6Jibm-- --===============0947806098499968634== 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". --===============0947806098499968634==--