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 4679348C05 for ; Wed, 10 Jan 2024 09:08:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E357268CEDA; Wed, 10 Jan 2024 11:07:58 +0200 (EET) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0E0AD68C8F6 for ; Wed, 10 Jan 2024 11:07:53 +0200 (EET) Received: from haasn.dev (unknown [10.30.0.2]) by haasn.dev (Postfix) with ESMTP id CAA26414B5 for ; Wed, 10 Jan 2024 10:07:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1704877672; bh=P4SteKIJ9xHOMcaWAWA9y4a7p2b22WIyniWmgbqD+uc=; h=Date:From:To:Subject:In-Reply-To:References:From; b=gnREQZDaUZzoVVOBietucNDKjGfsMfN/sPgJXnqj9pMWJbVgEgEZvlf4fa/KoFl6H VGvcxtKeDshYzWzeS3QDkKURBjj8IM2VuNcUbah2jXpJuWsKC70sq7QFvbTlm9IWIr Ladjxell2oXZbWMLFNkzT5gppVXHaosoQzyGmq1k= Date: Wed, 10 Jan 2024 10:07:52 +0100 Message-ID: <20240110100752.GC67866@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20240107095001.GI1833374@pb2> References: <20231231214944.B0C8541005F@natalya.videolan.org> <20240107095001.GI1833374@pb2> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] avfilter/buffersrc: add color_space/range parameters 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 Sun, 07 Jan 2024 10:50:01 +0100 Michael Niedermayer wrote: > On Sun, Dec 31, 2023 at 09:49:43PM +0000, Niklas Haas wrote: > > ffmpeg | branch: master | Niklas Haas | Fri Oct 20 16:55:43 2023 +0200| [2d555dc82d4ccd3c54c76e2fb3c861a8652de1c6] | committer: Niklas Haas > > > > avfilter/buffersrc: add color_space/range parameters > > > > To allow adding proper negotiation, in particular, to fftools. > > > > These values will simply be negotiated downstream for YUV formats, and > > ignored otherwise. > > > > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d555dc82d4ccd3c54c76e2fb3c861a8652de1c6 > > --- > > > > doc/filters.texi | 10 +++++++ > > libavfilter/buffersrc.c | 75 +++++++++++++++++++++++++++++++++++++++++++------ > > libavfilter/buffersrc.h | 6 ++++ > > 3 files changed, 83 insertions(+), 8 deletions(-) > > After this the command line tools print tons of warnings Sent a fix to the ML, thanks. > also iam still seeing a segfault i reported earlier, should i recheck which > commit was causing that? Are you referring to the hwframes issue, the vaf issue, or something else entirely? _______________________________________________ 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".