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 B7FA14476E for ; Tue, 25 Oct 2022 11:17:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 95E0F68BD32; Tue, 25 Oct 2022 14:17:22 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 94D5C68B8CF for ; Tue, 25 Oct 2022 14:17:16 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 3D1D71060147 for ; Tue, 25 Oct 2022 11:17:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1666696635; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=gTtaSeRRNy3nEMLhCYPBVyf7bqTmwojNv/R2KyEy8bA=; b=uXv/BRh0riMe8PMxBa1ITdRxgUO9UJiazld9ilmMtDVcFti08TU9DquV+p31qkjq uo1piHiHi7x4Rf/Xg3CWkEJSsnqCccJEO/WvIPc4cEbaCbtipLvovH3CZEQBMM1b455 YLjXOoRXtfuNT4O1zsmLmSq63jeHLTML7XyMatQBHhrfUrhitN8tUfGcM1y20OASDGt n6Ht2N5DtVMiVLYdtpN1T23pYq8xH3Mky4wKIBI9PFuipex/Qa2gCin7tYt1FvZ3/WM iKGfYsCJcZ1REHH8+8uk0YJmBLb/p3Y3+NeFZyxc4wYrlUN6rbWyrVzH8FAmkfwgQ59 z2vbZZX/Cg== Date: Tue, 25 Oct 2022 13:17:15 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <5612537e-7e68-ee4c-17cd-30a42980915c@gmail.com> References: <20221024074221.217-1-d.kozinski@samsung.com> <5612537e-7e68-ee4c-17cd-30a42980915c@gmail.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v14 9/9] avcodec/evc: Changes in Changelog and MAINTAINERS files 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: Oct 24, 2022, 18:29 by jamrial@gmail.com: > On 10/24/2022 12:56 PM, Lynne wrote: > >> Oct 24, 2022, 09:42 by d.kozinski@samsung.com: >> >>> - Changelog update >>> - MAINTAINERS update >>> >>> Signed-off-by: Dawid Kozinski >>> --- >>> Changelog | 3 ++- >>> MAINTAINERS | 5 +++++ >>> 2 files changed, 7 insertions(+), 1 deletion(-) >>> >>> diff --git a/Changelog b/Changelog >>> index ec9de1bd85..19e9ae3b1f 100644 >>> --- a/Changelog >>> +++ b/Changelog >>> @@ -45,6 +45,8 @@ version 5.1: >>> - remap_opencl filter >>> - added chromakey_cuda filter >>> - added bilateral_cuda filter >>> +- eXtra-fast Essential Video Encoder (XEVE) >>> +- eXtra-fast Essential Video Decoder (XEVD) >>> version 5.0: >>> @@ -92,7 +94,6 @@ version 5.0: >>> - anlmf audio filter >>> - IMF demuxer (experimental) >>> - >>> version 4.4: >>> - AudioToolbox output device >>> - MacCaption demuxer >>> diff --git a/MAINTAINERS b/MAINTAINERS >>> index eebfa5cfb7..df8d8eca73 100644 >>> --- a/MAINTAINERS >>> +++ b/MAINTAINERS >>> @@ -200,6 +200,8 @@ Codecs: >>> libvpx* James Zern >>> libxavs.c Stefan Gehrer >>> libxavs2.c Huiwen Ren >>> + libxevd.c Dawid Kozinski >>> + libxeve.c, Dawid Kozinski >>> libzvbi-teletextdec.c Marton Balint >>> lzo.h, lzo.c Reimar Doeffinger >>> mdec.c Michael Niedermayer >>> @@ -420,6 +422,9 @@ Muxers/Demuxers: >>> dv.c Roman Shaposhnik >>> electronicarts.c Peter Ross >>> epafdec.c Paul B Mahol >>> + evc.c, evc.h Dawid Kozinski >>> + evcdec.c Dawid Kozinski >>> + evc_parser.c Dawid Kozinski >>> ffm* Baptiste Coudurier >>> flic.c Mike Melanson >>> flvdec.c Michael Niedermayer >>> >> >> Nak, that list is only for those with push access, and no >> other changes may be made in the same patch. >> > > No, it's the other way around. Those in this list may be eligible for push access. > Being listed here gives them the right to NAK a patch made for a module they maintain, as well as their approval being (ideally) a requirement before making changes to it. > Nope. Michael will give anyone on the list push access. That's why I insisted on a rule to separate out such patches to avoid sneaking in. The whole problem would be solved by having 2 lists, but instead, users have to explicitly ask not to get push access if they want to get added to maintainers. _______________________________________________ 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".