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 E472943059 for ; Thu, 13 Jan 2022 14:08:17 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3EFEA68B790; Thu, 13 Jan 2022 16:08:15 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1AC5C68B745 for ; Thu, 13 Jan 2022 16:08:09 +0200 (EET) Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 7A7CF1060312 for ; Thu, 13 Jan 2022 14:08:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1642082888; 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=ZrHhyJ96zNRqRgxaR3S4JeveHubMi6h65ONaadhi8AY=; b=zy9D13zli6fUlRt6BVbGvQYryE84+12Oseyjnd73wVW3x4LnksEEHPYMF3/Tthd4 tLHu9d5WCIsLkJ03eNPi5RUskbG2v1eMzNaCvPx2nt8Nn1Llzo5nU+zCFqUd10atoW5 B+b3K6GjzAac3niEExDEGDPeY1RjXluBKglBTH72nWqwmflZWVT3MWaFsXECu8/oWbC V0OqE9ppNn5x7qs64gHX/hqqZi1AWN3tAr/ssmu3ZRETsp6ooRpI+q+KTOYKMU2dvba VD3V9p+PMoJZ2Ttpa0SpN9xVFL8MaRart44pqs2y13WnBhhCD5QTK/sLQ8vN01Q48VE QD8tCgPaDg== Date: Thu, 13 Jan 2022 15:08:08 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: <20220113015101.4-2-jamrial@gmail.com> References: <20220113015101.4-1-jamrial@gmail.com> <20220113015101.4-2-jamrial@gmail.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 001/281] Add a new channel layout API 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: 13 Jan 2022, 02:49 by jamrial@gmail.com: > From: Anton Khirnov > > The new API is more extensible and allows for custom layouts. > More accurate information is exported, eg for decoders that do not > set a channel layout, lavc will not make one up for them. > > Deprecate the old API working with just uint64_t bitmasks. > > Expanded and completed by Vittorio Giovara > and James Almer . > Signed-off-by: Vittorio Giovara > Signed-off-by: James Almer > --- > libavutil/channel_layout.c | 629 ++++++++++++++++++++++++++++++++----- > libavutil/channel_layout.h | 542 ++++++++++++++++++++++++++++++-- > libavutil/version.h | 1 + > 3 files changed, 1069 insertions(+), 103 deletions(-) > API looks good to me now. _______________________________________________ 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".