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 396F646895 for ; Sat, 21 Oct 2023 23:20:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C22AB68CA46; Sun, 22 Oct 2023 02:20:42 +0300 (EEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1A67168C898 for ; Sun, 22 Oct 2023 02:20:35 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 3301AC0004 for ; Sat, 21 Oct 2023 23:20:34 +0000 (UTC) Date: Sun, 22 Oct 2023 01:20:34 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20231021232034.GU3543730@pb2> References: <20231013142706.23971-1-ffmpeg@haasn.xyz> MIME-Version: 1.0 In-Reply-To: X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [PATCH v2 00/13] YUVJ removal 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="===============1666758825056729016==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1666758825056729016== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="O2BWZm+4jd3A2owS" Content-Disposition: inline --O2BWZm+4jd3A2owS Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Oct 20, 2023 at 07:13:00PM -0400, Ronald S. Bultje wrote: > Hi, >=20 > On Fri, Oct 20, 2023 at 12:14=E2=80=AFPM Vittorio Giovara < > vittorio.giovara@gmail.com> wrote: >=20 > > tbh while it's great that this functionality exists *somewhere* in ffmp= eg, > > this is really something that should belong to the scaler filter (which= ever > > implementation) > > >=20 > I agree. The reason this was done separately was to be able to have it at > all. I considered doing it in sws and realized I probably wouldn't finish > it. This was a path of less resistance. sws supports cascaded_context, with that a sws can just spawn multiple sws to implement a path. so if a sws can do just colorspace1->colorspace2 and one can scale colorspace2 you can quite easily make it support colorspace1 scaling into colorspace2 for example so anything should be quite add-able into sws that you have an implementation for thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The educated differ from the uneducated as much as the living from the dead. -- Aristotle=20 --O2BWZm+4jd3A2owS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZTRcvgAKCRBhHseHBAsP qzk7AKCELePrjh2IpL0ChCnKylsyyonKXwCfbVJ8vNtCQJU+wJCmtM0Q5cD7nZc= =ezLK -----END PGP SIGNATURE----- --O2BWZm+4jd3A2owS-- --===============1666758825056729016== 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". --===============1666758825056729016==--