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 29DAD43751 for ; Wed, 27 Jul 2022 19:37:45 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C67E068B901; Wed, 27 Jul 2022 22:37:42 +0300 (EEST) Received: from mail-yb1-f181.google.com (mail-yb1-f181.google.com [209.85.219.181]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0EB5468B898 for ; Wed, 27 Jul 2022 22:37:36 +0300 (EEST) Received: by mail-yb1-f181.google.com with SMTP id d124so14420899ybb.5 for ; Wed, 27 Jul 2022 12:37:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=b4bVaydsfndhBP8Bt9kSthjRwXTYl7w3Asm9KIlQIWo=; b=o9Mr5a2PMHuflr3jemxbILM/CfHgD3WHgAhTO72R72dAivYzj/Pr8zp09tedOCWlzQ 6uYvai3qPUEICPMVRqAcwGwXizaJgASVGrfim7mpSz+fgHEjCWWGNH8bQNe/DYEZDKoa A+nQJXMft0hMvU+Oi1FMSuWaS6TdV4QSlT4ybEibncMUPM7USsxZQAUejEnVc/dHZpMK o5wp2oqNTRCuXkUnPSKX56/M8o2tX5HmmlbqebT6K9w1Qo4VIxSgsFe+b2hGECMG5vUF zLnYn21IJj8ZwviovjmXMDjslqEE9ELL+kZs9cs8s/q8NWfKL/Oj86r05db2++oLgZ/G m5Dg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=b4bVaydsfndhBP8Bt9kSthjRwXTYl7w3Asm9KIlQIWo=; b=yrUP5MvsLRsDGjMon0uNNWDhGqDDAqLADeWh48Gwwmu20iJe3gl5fcK2d33IXNAn9F oGygJSgjiEAVO37yW44Iu9hgusNVCpoa3e11iEhb4iBo73I1MsBMGFzEASP8REAlaZyx Xh3OrZygGcKHMs2mZ7RcGyfwYwZ+MkilzfFcaSHxFyNQnsVUSg1rWR3C50/AYPaZ8foQ ne63s79UZux2bSTONqQnGC+OC567zXKQJ55cjFY6HtP2BwipkOu++RzGRhfIS0a4t9yz MQVrirrh5dQERkDft+P9TyW/NcdVwpqg3YASfxtTpmyW7xNsXGtD2X2qVQ7IL8nXV7QO dFHQ== X-Gm-Message-State: AJIora9G9I1UUHWgmfvh6C+gcK+iAQSEqMEA8oFIoVK9f8ZIdQEVAsgx S19bZwDvZEo3VY8Dln1bheoVz67QeY+8MRG0CAic30qZLmc= X-Google-Smtp-Source: AGRyM1sJCw5Iv9mj1sv7eech0K79nzT3aSq1KRvQ28Xp7eTOqvU4WdcUEzbBR0yTofdY782Y9T7Qhz1VmldH7lUimbk= X-Received: by 2002:a05:6902:242:b0:670:68ae:6163 with SMTP id k2-20020a056902024200b0067068ae6163mr19015967ybs.233.1658950653985; Wed, 27 Jul 2022 12:37:33 -0700 (PDT) MIME-Version: 1.0 References: <20220727161202.2764806-1-vigneshv@google.com> In-Reply-To: <20220727161202.2764806-1-vigneshv@google.com> From: James Zern Date: Wed, 27 Jul 2022 12:37:23 -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 Wed, Jul 27, 2022 at 9:12 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 | 4 ++ > libavformat/mov.c | 146 ++++++++++++++++++++++++++++----------------- > 2 files changed, 95 insertions(+), 55 deletions(-) > lgtm. I'll submit this soon if there aren't any other comments. _______________________________________________ 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".