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 10B914CBE4 for ; Thu, 15 Aug 2024 07:33:18 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id DCAB268DAD8; Thu, 15 Aug 2024 10:33:15 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 664B068D9B7 for ; Thu, 15 Aug 2024 10:33:09 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id BAA5C20002 for ; Thu, 15 Aug 2024 07:33:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1723707188; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=NNDocht+yZVlFPMiSo1mbAaDWt1YxPuBvX9GY2ZBjNc=; b=Mcu9i/uHJ+XOJZfPLdpccXUu/yhfnci0VJXyVJtBZOs06sKNbkIOebuOF9mX2vBj8coe0H Me8Vh7mr6JoAnvxv9LWF9Bb5BeqZjsctWO5JFkwTOp3wlmffpzGaX5eTnvZ8tZDwUSFccW xw2hoSIdpV3gLubEZzttO7z2fztIQrPVHjzpSRrQ159eD9x4zBzEpuBL4EXNCwE04T0lNc 2CdKehJ/aTPSS4DOr4bhVSlQbrfprjAJPPhG3IxkX4O+HO92N4g+wh+RBHTTFZ1eXr9yfU fsR9eiyNOwPbYQ6KTYz4NJUjHm69ri26QVu3NlJIvabWCncNPVyLa0XbW5lDfg== From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Thu, 15 Aug 2024 09:33:07 +0200 Message-ID: <20240815073307.2441983-1-michael@niedermayer.cc> X-Mailer: git-send-email 2.45.2 MIME-Version: 1.0 X-GND-Sasl: michael@niedermayer.cc Subject: [FFmpeg-devel] [PATCH] MAINTAINERS: Add more fields based on the linux kernel MAINTAINERs 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: Text was stolen from the linux kernel This is thus identical to the kernel just a different more compact format. I am very happy also to switch the file entirely to the format of the linux kernel maintainer list if people prefer This allows tracking the status of each sub system, if it needs new blood or not It allows people to specify a separate webpage / document describing the subsystem It allows people to ask for bug reports to be mailed to them instead of just sent to trac. It allows listing things like gitlab or github or anything else where to submit patches. This could be used both for testing new patch submission systems as well as permanently honoring the preferance of the developers maintaining a subsystem. It allows listing a separate tree where development happens, and against which thus patches should be done. Overall this gives us/the people many more options on how to maintain their stuff Signed-off-by: Michael Niedermayer --- MAINTAINERS | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6ce8bc86393..44efd9bc00a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6,10 +6,26 @@ FFmpeg code. Please try to keep entries where you are the maintainer up to date! -Names in () mean that the maintainer currently has no time to maintain the code. +*Status*, one of the following: +[X] Old code. Something tagged obsolete generally means it has been replaced by a better system and you should be using that. +[0] No current maintainer [but maybe you could take the role as you write your new code]. +[1] It has a maintainer but they don't have time to do much other than throw the odd patch in. +[2] Someone actually looks after it. + A (CC
) after the name means that the maintainer prefers to be CC-ed on patches and related discussions. +(L
) *Mailing list* that is relevant to this area +(W ) *Web-page* with status/info +(B
) URI for where to file *bugs*. A web-page with detailed bug + filing info, a direct bug tracker link, or a mailto: URI. +(P
) *Subsystem Profile* document for more details submitting + patches to the given subsystem. This is either an in-tree file, + or a URI. See Documentation/maintainer/maintainer-entry-profile.rst + for details. +(T
) *SCM* tree type and location. + Type is one of: git, hg, quilt, stgit, topgit + Applications ============ -- 2.45.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".