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 5F5A843D8C for ; Tue, 9 Aug 2022 20:21:04 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6558B68B84E; Tue, 9 Aug 2022 23:21:01 +0300 (EEST) Received: from mail-yb1-f174.google.com (mail-yb1-f174.google.com [209.85.219.174]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D929268B5E6 for ; Tue, 9 Aug 2022 23:20:54 +0300 (EEST) Received: by mail-yb1-f174.google.com with SMTP id y127so20101855yby.8 for ; Tue, 09 Aug 2022 13:20:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc; bh=wvjKEFC9jmMc35jp3rfa+oYOpBVeBAFUgbUk6TEDlqg=; b=WWKWBXHHRPA6qyz0hOVM90F+T+CQBPjjwMnT8fTwqRj1JoYKWDGIX1A5amY1FB6ysx pmAfjeg7GiQI9t5u9gF2M9grVPqN1YJimTpMEDrGe07ZG3cfgtDZX41N5yoP2sQFk1SR c6UsRaEVnXOJBNOTz2RoQE1PWDzMR5ZXWbv2auau7Fr3hMAnYPts7Bkg0TWrALNFzkpE WDJ/L05vtkWZi3iLFfQ2eXuDGpzlrFeF9WMDUCeGOS3cswg6ZRAbNbRO9O/K1pvnPszj 7qEQbRzBSqcR/QC76XugucJKQLtaUO0ilphPwM8TIqR25rxntIQD7XHzFz1MZOfQJTYd cE2w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc; bh=wvjKEFC9jmMc35jp3rfa+oYOpBVeBAFUgbUk6TEDlqg=; b=wSXNYII9bsuRIh563abGHC5RXr3B4bxF/f4P4j07jKERSwznUo49d1AGeGn0BdGY/H BugeqUcZmcshFS9I3L9/aRvdxSNajaJg2Caj+/uo+kF281MQuMc6dTkDJvWTTY0CqcOb HmnmdULswSFZKvDVJ33SgUYqZjpLxcPCeKUT1dZX/mcPNh9z2WT4XrMse4BHmBbEkLAn uAAj2cAlaB4A1GoXcyXMXr9kuqD+550eLpQdLyLrbc54Tay30KOCFdB6UzL6mi6xZM2p Fjg/P7A4d4vBM6xMAJB3mV7tKSXnr7UkoZlpmEFTxc5UyEKNSjqAVL8ENZ9k5Antkdfp 8lUA== X-Gm-Message-State: ACgBeo0CrarVDatAuuJ8uBUuY6RCie1NL6ils9ZqrmkezCfkArDdST9N 5njvJZI+aZO0Jh3Swi3mj7kSPqemPEFgcxoMHPy3LTv85d8= X-Google-Smtp-Source: AA6agR6+GP4SLYhfHqgRYsX+UoDhwFdItDzJDgHuhFGglwEkI6ZgSrz4S02jtP6MoCeMgXKTqqxELIz7JClZ2BLC40c= X-Received: by 2002:a25:1f46:0:b0:670:f3ab:234 with SMTP id f67-20020a251f46000000b00670f3ab0234mr21785193ybf.181.1660076452257; Tue, 09 Aug 2022 13:20:52 -0700 (PDT) MIME-Version: 1.0 References: <20220728182516.233366-1-vigneshv@google.com> In-Reply-To: From: James Zern Date: Tue, 9 Aug 2022 13:20:41 -0700 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH 1/2] avformat/mov: Rework the AVIF parser to handle multiple items 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 Tue, Aug 2, 2022 at 9:54 AM James Zern wrote: > > Andreas, > > On Thu, Jul 28, 2022 at 11:25 AM Vignesh Venkatasubramanian > wrote: > > > > Stores the item ids of all the items found in the file and > > processes the primary item at the end of the meta box. This patch > > does not change any behavior. It sets up the code for parsing > > alpha channel (and possibly images with 'grid') in follow up > > patches. > > > > Signed-off-by: Vignesh Venkatasubramanian > > --- > > libavformat/isom.h | 6 ++ > > libavformat/mov.c | 143 +++++++++++++++++++++++++++------------------ > > 2 files changed, 92 insertions(+), 57 deletions(-) > > > > Any more comments on this one? > Applied. _______________________________________________ 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".