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 E092B45021 for ; Wed, 29 Mar 2023 06:03:37 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3F2E168CB71; Wed, 29 Mar 2023 09:03:34 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8451A68CB4F for ; Wed, 29 Mar 2023 09:03:27 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id D52E71060210; Wed, 29 Mar 2023 06:03:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1680069806; 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:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=O7ZC6lzbkcW4x9sqdjoIGpNDh2KfFnHrxHudzTlidfw=; b=w3HawYdfhDJp82+6DdhBKI9wVLZDXQvwwTc/yu4OfQc9J6kIG7gwKzT+/1zvv2iS +vrYpMbEbbggXsQZOdBq1KHMAbKhWNHb2cTF7uHmOEcjOq/ujWSHnEIl8q9pxpfc3fV 0PY8megm7XjOVZr1+AuJB4IAlrwQ6i7rFcp4J2FCyaJXJ1sgYdTvITbYALJXOx31QiX J5XkCrwudWE90eQLu/KIhKMjgeQeVbYLMt+1A1Ort+iIfk/g1Trxq3QbutjVWQ6L+w9 ks8T+Bnm0/XwMP29GeLQeq6QJS2Jlfz+rWjhyYKHNrn8mqL/N1nQtlA9cMjBW8RA8CV sYNDadYXnA== Date: Wed, 29 Mar 2023 08:03:26 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20230328134548.1580-1-d.kozinski@samsung.com> References: <20230328134548.1580-1-d.kozinski@samsung.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v18 01/10] avcodec/evc: MPEG-5 EVC codec registration 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 Cc: ffmpeg-devel@ffmpeg.org, d.frankiewic@samsung.com, Dawid Kozinski 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: Mar 28, 2023, 15:46 by d.kozinski@samsung.com: > Added prerequisites that must be met before providing support for the MPEG-5 EVC codec > - Added new entry to codec IDs list > - Added new entry to the codec descriptor list > - Bumped libavcodec minor version > - Added profiles for EVC codec > > Signed-off-by: Dawid Kozinski > --- > libavcodec/avcodec.h | 3 +++ > libavcodec/codec_desc.c | 8 ++++++++ > libavcodec/codec_id.h | 1 + > libavcodec/profiles.c | 6 ++++++ > libavcodec/profiles.h | 1 + > libavcodec/version.h | 2 +- > 6 files changed, 20 insertions(+), 1 deletion(-) > Patchset looks good to me now. Thanks! I'll push it tonight. As for your change in MAINTAINERS, the discussion is still ongoing, so I'll push it with the condition that it's just there to let submitters know who to ping, rather than requesting push access. If you'd like push access, just send a request on the ML. _______________________________________________ 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".