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 DBC334AA9A for ; Sun, 12 May 2024 00:15:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C6DCD68D415; Sun, 12 May 2024 03:15:30 +0300 (EEST) Received: from mail.comstyle.com (speedy.comstyle.com [206.51.28.2]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 16C3E68D334 for ; Sun, 12 May 2024 03:15:24 +0300 (EEST) Received: from mail.comstyle.com (localhost [127.0.0.1]) by mail.comstyle.com (Postfix) with ESMTP id 4VcNRv0sYFz8PbP; Sat, 11 May 2024 20:15:23 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=comstyle.com; h= message-id:date:mime-version:subject:to:references:from :in-reply-to:content-type:content-transfer-encoding; s=default; bh=EGc4ru7VveYC0yxvoG5OmSPRdLa8WDTe7/JzdJCjtvk=; b=fSDd8P3/F3Mm 4adebxm9KYsYdwQGz4qTv+9U+BnqDHc2KOL3IXB/rTg44nIeXRElmgw5fy0Db8rA 4c4XgBSIqBwmbzmMJtufVsRm3f9f2wcRfcZVsa5AAe4B0bpuaK+bTCUiQ2eaF6wx Iuuwmcnr7Z/gpMPo3JUS0mB+T8vylE4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=comstyle.com; h=message-id :date:mime-version:subject:to:references:from:in-reply-to :content-type:content-transfer-encoding; q=dns; s=default; b=hUs m8cPcncMK6rSWtKD9rUc1R4sSU0LWKIJb537hJDH/djkDAuCCAGAJ+Iw0nryjVaA 2F6rUd0PxLMnIErwQFDUg1x4ZkxR6q2BobufF2/RHH9wKX+pUR5YEtiJK6FgvtNL sp/roXa9lqZEnUgvkavmM4t027XPrKN79G1G7CX4= Received: from [IPV6:2001:470:b050:6:6424:4650:38d:e1ae] (unknown [IPv6:2001:470:b050:6:6424:4650:38d:e1ae]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 4VcNRt5Ccqz8PbN; Sat, 11 May 2024 20:15:22 -0400 (EDT) Message-ID: <0542093a-8834-4e2b-97a4-dbf9277387af@comstyle.com> Date: Sat, 11 May 2024 20:15:21 -0400 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: FFmpeg development discussions and patches , Michael Niedermayer References: <20240507022406.GE6420@pb2> <01af1809-98c6-43a5-b868-5e3ea1ff4103@comstyle.com> <20240511214915.GT6420@pb2> <4d2fc025-7dbe-4937-a97a-ef70e3103129@comstyle.com> <20240512001359.GU6420@pb2> Content-Language: en-US From: Brad Smith In-Reply-To: <20240512001359.GU6420@pb2> Subject: Re: [FFmpeg-devel] [PATCH] avutil/ppc/cpu: Also use the machdep.altivec sysctl on NetBSD 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 2024-05-11 8:13 p.m., Michael Niedermayer wrote: > Hi > > On Sat, May 11, 2024 at 06:24:32PM -0400, Brad Smith wrote: >> On 2024-05-11 5:49 p.m., Michael Niedermayer wrote: >>> On Sat, May 11, 2024 at 03:55:44PM -0400, Brad Smith wrote: >>>> On 2024-05-06 10:24 p.m., Michael Niedermayer wrote: >>>>> On Sun, May 05, 2024 at 11:21:58PM -0400, Brad Smith wrote: >>>>>> avutil/ppc/cpu: Also use the machdep.altivec sysctl on NetBSD >>>>>> >>>>>> Use the machdep.altivec sysctl on NetBSD for AltiVec detection >>>>>> as is done with OpenBSD. >>>>>> >>>>>> Signed-off-by: Brad Smith >>>>>> --- >>>>>> libavutil/ppc/cpu.c | 6 +++--- >>>>>> 1 file changed, 3 insertions(+), 3 deletions(-) >>>>> you seem to be sending alot of bsd related patches, maybe >>>>> you want to send a patch that adds you to the MAINTAINERs file? >>>>> >>>>> thx >>>> I try to help where I can. I am an OpenBSD developer and take a look at >>>> what the other *BSD's have for local patches and push things upstream to >>>> benefit both sides, but I am not sure I have enough time to be in a position >>>> to be considered any kind of official MAINTAINER. >>> Iam not asking you to do more work >>> Id like to give you a git write account so you can push your BSD related >>> fixes yourself. >>> (everyone who has git write should be in MAINTAINERs) >>> >>> thx >> Oh, my misunderstanding. I would be fine with that. > Than please post a patch that adds you to MAINTAINERs > the idea behind this is so that teh whole community can always > object anyone receiving git wriet access > I can post a patch adding you too, but i dont know what exactly > you want listed in it. For git write it just matters that you are > in the file anywhere > > thx Thanks. Will do. _______________________________________________ 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".