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 B7419411D6 for ; Sun, 17 Apr 2022 17:15:39 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1837C68B298; Sun, 17 Apr 2022 20:15:37 +0300 (EEST) Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 61D8568B204 for ; Sun, 17 Apr 2022 20:15:30 +0300 (EEST) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 7E33A40007 for ; Sun, 17 Apr 2022 17:15:29 +0000 (UTC) Date: Sun, 17 Apr 2022 19:15:28 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220417171528.GR2829255@pb2> References: <20210818205538.GF4067@pb2> <20220330232223.1135455-1-izadi@google.com> MIME-Version: 1.0 In-Reply-To: <20220330232223.1135455-1-izadi@google.com> Subject: Re: [FFmpeg-devel] [PATCH] avformat/matroska: Support HDR10+ metadata in Matroska. 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="===============0871694857150940736==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============0871694857150940736== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bfazbtKUDPeUHzXI" Content-Disposition: inline --bfazbtKUDPeUHzXI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Mar 30, 2022 at 04:22:23PM -0700, Mohammad Izadi wrote: > From: Gyan Doshi >=20 > The fate test file can be found here: https://drive.google.com/file/d/1jG= W3f94rglLfr5WGmMQe3SEnp1YkbMRy/view?usp=3Ddrivesdk > The video file needs to be copied to fate-suite/mkv/ > --- > libavcodec/dynamic_hdr10_plus.c | 269 +++++++++++++++++--- > libavcodec/dynamic_hdr10_plus.h | 35 ++- > libavformat/matroska.h | 5 + > libavformat/matroskadec.c | 30 ++- > libavformat/matroskaenc.c | 44 +++- > tests/fate/matroska.mak | 6 + > tests/ref/fate/matroska-hdr10-plus-metadata | 152 +++++++++++ > 7 files changed, 484 insertions(+), 57 deletions(-) > create mode 100644 tests/ref/fate/matroska-hdr10-plus-metadata fails to build with shared libs LD ffplay_g libavformat/libavformat.so: undefined reference to `ff_parse_full_itu_t_t35= _to_dynamic_hdr10_plus' libavformat/libavformat.so: undefined reference to `ff_write_dynamic_hdr10_= plus_to_full_itu_t_t35' clang: error: linker command failed with exit code 1 (use -v to see invocat= ion) Makefile:127: recipe for target 'ffplay_g' failed make: *** [ffplay_g] Error 1 make: *** Waiting for unfinished jobs.... [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB If you fake or manipulate statistics in a paper in physics you will never get a job again. If you fake or manipulate statistics in a paper in medicin you will get a job for life at the pharma industry. --bfazbtKUDPeUHzXI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYlxLMAAKCRBhHseHBAsP q7n9AJ945zQyKcfowiuZ3bNF3MS06j+hSQCfVd3kZte6LgSfkZsQE4KS9CuVxRc= =9KuD -----END PGP SIGNATURE----- --bfazbtKUDPeUHzXI-- --===============0871694857150940736== 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". --===============0871694857150940736==--