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 6680540929 for ; Fri, 16 Sep 2022 06:37:30 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 563DE68BA35; Fri, 16 Sep 2022 09:37:28 +0300 (EEST) Received: from mail-yw1-f173.google.com (mail-yw1-f173.google.com [209.85.128.173]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1B3C168B989 for ; Fri, 16 Sep 2022 09:37:22 +0300 (EEST) Received: by mail-yw1-f173.google.com with SMTP id 00721157ae682-3321c2a8d4cso248474857b3.5 for ; Thu, 15 Sep 2022 23:37:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date; bh=FWu7d+SiBaTXDu9cSofQNbR3T+GiML0q+HwvL8VWhyY=; b=hEwiy+PBV7xdookfkH2KSq21qs/adqNQOnXm7rpQIUPOHPr+gTyTUuvBTBmDxGYHTk /wghFs3xp73X4o4y/5twK4MxdNJZzu7ySNK3PoLmA4IXhEWFRcOMVTcC73CkPsVyQxzb cqF1X6iQxh57pUwpqOmKszrguqJHV0ocV/Hoej0wg+fQ/gFmMLM7aL+CgquheoL0gyCp EOgYfj8y46rVRSWiItsdkh2yNxyKTd5K0MKaRLzS6OE3R7JGjlkYXcW266oDV61Onflh Mbs0a8r9fanpGICRLLOmHBTvMGSEtZsFzWtpz8O7pyX4Qq94yjWwzQwm4ohp68iEi1/e GgPA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date; bh=FWu7d+SiBaTXDu9cSofQNbR3T+GiML0q+HwvL8VWhyY=; b=M558Cz8i6FrxBjdrxZv1ltZTrSECoKKbEnm9en29TsRdfkC6M9zCpoz9ORXMZQt68V S7Q/xibo6LMnQBX12ExZkw2z1IPfv8Zargs/38K8+8FqsrgZQh9jvHxMCLfi3fdFWoql zAR4fOHLdIk1ulSvHneczGyBYSTjiD+Zz4wBcMFTeZ/gUisU4GJEDAHIYp8A8ZDjrJCl umu+hkIwaMY1njLUPK60WOKljTRsTurDKpVYOkRM1ansVk8UNU/IEQae+Lu1EMS6JkTn U2il4S678G+tWmcLyNi3EA7P+bFWx0SUUTK07au9G1XnMmO77NxZWxzZiTwOKXqgyHcw tjYw== X-Gm-Message-State: ACrzQf20cUpw93nhA8+Z4FiTUMyM5zfYVdIuIsA/eEa2JiaXS4ZU2DoK taxECKGpc7SXpOu6L8a41kkQGTMgq6zAJxUTq1z0be8j X-Google-Smtp-Source: AMsMyM6FJo5iqmfbIs/yHPIR1TWjwgLUITyBBxfbdd5YPWiBo1yrZVfgsMReq9ou3FqX7Z3WrCnsxaA9jtJQ6wWCWpQ= X-Received: by 2002:a81:6f57:0:b0:349:e6a5:75f8 with SMTP id k84-20020a816f57000000b00349e6a575f8mr3188647ywc.40.1663310240211; Thu, 15 Sep 2022 23:37:20 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a81:7402:0:0:0:0:0 with HTTP; Thu, 15 Sep 2022 23:37:19 -0700 (PDT) In-Reply-To: References: <20220915224628.8059-1-pal@sandflow.com> From: Paul B Mahol Date: Fri, 16 Sep 2022 08:37:19 +0200 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] MAINTAINERS: add maintainer for the imf demuxer 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 9/16/22, Pierre-Anthony Lemieux wrote: > On Thu, Sep 15, 2022 at 4:07 PM Lynne wrote: >> >> Sep 16, 2022, 00:46 by pal@sandflow.com: >> >> > From: Pierre-Anthony Lemieux >> > >> > --- >> > MAINTAINERS | 2 ++ >> > 1 file changed, 2 insertions(+) >> > >> > diff --git a/MAINTAINERS b/MAINTAINERS >> > index ed2ec0b90c..2d37f0b86a 100644 >> > --- a/MAINTAINERS >> > +++ b/MAINTAINERS >> > @@ -436,6 +436,7 @@ Muxers/Demuxers: >> > idcin.c Mike Melanson >> > idroqdec.c Mike Melanson >> > iff.c Jaikrishnan Menon >> > + imf* Pierre-Anthony Lemieux >> > img2*.c Michael Niedermayer >> > ipmovie.c Mike Melanson >> > ircam* Paul B Mahol >> > @@ -633,6 +634,7 @@ Nikolay Aleksandrov 8978 1D8C FB71 588E >> > 4B27 EAA8 C4F0 B5FC E011 13B1 >> > Panagiotis Issaris 6571 13A3 33D9 3726 F728 AA98 F643 B12E >> > ECF3 E029 >> > Peter Ross A907 E02F A6E5 0CD2 34CD 20D2 6760 79C5 >> > AC40 DD6B >> > Philip Langdale 5DC5 8D66 5FBA 3A43 18EC 045E F8D6 B194 >> > 6A75 682E >> > +Pierre-Anthony Lemieux (pal) F4B3 9492 E6F2 E4AF AEC8 46CB 698F A1F0 >> > F8D4 EED4 >> > Ramiro Polla 7859 C65B 751B 1179 792E DAE8 8E95 8B2F >> > 9B6C 5700 >> > Reimar Doeffinger C61D 16E5 9E2C D10C 8958 38A4 0899 A2B9 >> > 06D4 D9C7 >> > Reinhard Tartler 9300 5DC2 7E87 6C37 ED7B CA9A 9808 3544 >> > 9453 48A4 >> > >> >> That list is for those with push access. Are you sure you want that? > > You make it sound unpleasant :) > > In all seriousness, my objective is being responsive to issues filed > against the IMF demuxer. > > I am happy to set aside the time to be a maintainer if it helps > achieve that objective. > > I am also happy to not be a maintainer if it will not help. > >> We don't have strict requirements for that, but you're just past >> the #commits to get a vote on TC questions. >> Reviewing patches takes a while, but that's just how it is when >> they're of little interest to most. > > Yes. > > Isn't this particularly true when there is no maintainer for that > module -- as is currently the case for the IMF demuxer? > > On a related note, I would think that review of narrow bug fixes like > [1] would require relatively less time than, say, the addition of an > imf muxer. > > [1] https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=7416 > > In any case thanks for your help/input since the beginning of my > involvement with the codebase. Just ask someone to push patches more frequently on ML and on IRC. > >> _______________________________________________ >> 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". > _______________________________________________ > 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". > _______________________________________________ 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".