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 78922474FC for ; Wed, 11 Oct 2023 16:55:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2BA7468CC6F; Wed, 11 Oct 2023 19:55:29 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2664368C734 for ; Wed, 11 Oct 2023 19:55:23 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4976D1BF208 for ; Wed, 11 Oct 2023 16:55:21 +0000 (UTC) Date: Wed, 11 Oct 2023 18:55:21 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231011165521.GK3543730@pb2> References: <20231011150848.117897-1-ffmpeg@haasn.xyz> <20231011150848.117897-5-ffmpeg@haasn.xyz> MIME-Version: 1.0 In-Reply-To: <20231011150848.117897-5-ffmpeg@haasn.xyz> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH 4/7] fftools/ffmpeg_filter: auto-insert zscale filter 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="===============5803699362326915936==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5803699362326915936== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="kW8VbOAxhix4S1vC" Content-Disposition: inline --kW8VbOAxhix4S1vC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 11, 2023 at 04:55:38PM +0200, Niklas Haas wrote: > From: Niklas Haas >=20 > Since swscale currently can't handle conversion between different > colorimetry sets, supplement the missing bits and pieces using zscale. > Subject to change in the future, if libswscale ever gets the capability > to convert between colorspaces natively. > --- > fftools/ffmpeg_filter.c | 62 +++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 62 insertions(+) We need a solution without external dependancies thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Never trust a computer, one day, it may think you are the virus. -- Compn --kW8VbOAxhix4S1vC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZSbTdQAKCRBhHseHBAsP q/sRAJ4v8wwDBz3pVPmljjJr8vNmNJsruwCdEKaygOsCoKjjUb1YBei4Q2jJLcg= =RfJc -----END PGP SIGNATURE----- --kW8VbOAxhix4S1vC-- --===============5803699362326915936== 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". --===============5803699362326915936==--