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 DAE9445E59 for ; Wed, 11 Oct 2023 17:34:38 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A937A68C7D4; Wed, 11 Oct 2023 20:34:35 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 44C2B68C768 for ; Wed, 11 Oct 2023 20:34:29 +0300 (EEST) Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id EA7F2423B6 for ; Wed, 11 Oct 2023 19:34:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1697045669; bh=fIcYkzUeJP1XEVz4wTDE1Mlxf7IwWloOmvc35S9jiMA=; h=Date:From:To:Subject:In-Reply-To:References:From; b=XEezZnd3yl/tXWstfLALLpzEoNs3gbCKcFj7O+g5GQ669d/+S6EASzMoybytAJ0sj fo4XjArLWtZElzUZ37tkhXNW3N0FmprSdKWZ8MtblDxr2oPD7krA7MFPR0teEcv//y o60Y8ctXmSuqq5uZwxbr01hImo2q10c+nEQ/+5pE= Date: Wed, 11 Oct 2023 19:34:28 +0200 Message-ID: <20231011193428.GB90382@haasn.xyz> From: Niklas Haas To: FFmpeg development discussions and patches In-Reply-To: <20231011165521.GK3543730@pb2> References: <20231011150848.117897-1-ffmpeg@haasn.xyz> <20231011150848.117897-5-ffmpeg@haasn.xyz> <20231011165521.GK3543730@pb2> MIME-Version: 1.0 Content-Disposition: inline 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Wed, 11 Oct 2023 18:55:21 +0200 Michael Niedermayer wrote: > On Wed, Oct 11, 2023 at 04:55:38PM +0200, Niklas Haas wrote: > > From: Niklas Haas > > > > 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 I will switch to vf_colorspace _______________________________________________ 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".