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 5E7B14BC0B for ; Wed, 14 Aug 2024 22:37:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2398068D97C; Thu, 15 Aug 2024 01:37:23 +0300 (EEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EC52468D97C for ; Thu, 15 Aug 2024 01:37:16 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id F039060002 for ; Wed, 14 Aug 2024 22:37:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1723675036; 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=E1vTskMUNF1SM0AGk0AyVK0lXNryq5UMCiRmTEeusCM=; b=J12bl5mT+e7oDc1mQCEt6zqXpJezFe6C1vzzkoaa3XemxHlK/uwregUNKRYUZhvOZUf8RJ tRY2VWYPnvAwqSfjqO+2za7JI56EkQZvZ28wvrX8dbd0SJsL/xmOlRguzPotsFgtBVqRN3 k4Lvzw017gFePAj+wuaMP/0W+9Lo3mDZ3ZiibQNwdn+wazJ6PHo3rQ1MWMGHjPwOpZ01GE W1TVj/InCZVm2/UjRWHpQmPHnD9c5E/mJ4BHAyDywDbQbd7IzaDcb7zcO1PnmMfbvFS6VQ jMfdHIPIfvwprsUTqFgOdH/zQg2p9YmgUQItuWM9nZZNYXnB01he4WEjpKixZw== From: Michael Niedermayer To: FFmpeg development discussions and patches Date: Thu, 15 Aug 2024 00:37:02 +0200 Message-ID: <20240814223714.2436993-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 1/5] MAINTAINERS: Add a maintaince level field 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 Signed-off-by: Michael Niedermayer --- MAINTAINERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6ce8bc86393..a27116e9d15 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6,7 +6,12 @@ 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. +maintaince level: +[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. -- 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".