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 78E874A866 for ; Wed, 17 Apr 2024 20:21:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id EC35F68D3C8; Wed, 17 Apr 2024 23:21:41 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AD39A68CC5A for ; Wed, 17 Apr 2024 23:21:35 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1713385295; bh=ub+47/JWW2d4M4wiB4NsvQSv+p5flGDUkEst0RO3vS8=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=htTQZTsF7pf+iW32/ixSllydFnVkdWmgPjN/rAUN28Ao563VYOEppWrhI9L2QB1x7 m4h8066uu3eJC1L2Cc8NawuKF0S3/stxGUDnzDfXpE+ZxlOmnVTEX9rmP6fR7Kibym 7ihWRlaZWHmO59B+lCHFp1pKe3c5XpZKZB2PL2r0= Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id 7A6D8406B0; Wed, 17 Apr 2024 22:21:35 +0200 (CEST) Date: Wed, 17 Apr 2024 22:21:35 +0200 Message-ID: <20240417222135.GE5885@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20240404170514.827721-1-nicolas.gaullier@cji.paris> References: <20240404170514.827721-1-nicolas.gaullier@cji.paris> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH v4 0/1] avfilter/vf_colorspace: use colorspace negotiation API 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 Cc: Nicolas Gaullier 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 Thu, 04 Apr 2024 19:05:13 +0200 Nicolas Gaullier wrote: > v4: > - remove dynamic color_range pass-through (which requires changing outlink dynamically and is forbidden) > - nits&coding style > - commit msg: simplified example (+ removed example for dynamic color_range pass-through) > > Nicolas Gaullier (1): > avfilter/vf_colorspace: use colorspace negotiation API > > libavfilter/vf_colorspace.c | 62 +++++++++++++++++++++---------------- > 1 file changed, 36 insertions(+), 26 deletions(-) > > -- > 2.30.2 > > _______________________________________________ > 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". Pushed as 376b3d53c54791c1be58709df4303ba2b90851bc Sorry for the delay; it is really not clear to me who has push rights and who does not, and whose job it is to merge patches. _______________________________________________ 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".