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 7BD2143D09 for ; Mon, 8 Aug 2022 12:33:17 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 38EA468B75A; Mon, 8 Aug 2022 15:33:15 +0300 (EEST) Received: from mail-vs1-f48.google.com (mail-vs1-f48.google.com [209.85.217.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1D99D68B369 for ; Mon, 8 Aug 2022 15:33:09 +0300 (EEST) Received: by mail-vs1-f48.google.com with SMTP id s129so8606266vsb.11 for ; Mon, 08 Aug 2022 05:33:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc; bh=b5bkKlCOr/hAbVhhZXwJTZPDfQ99Q9OCQQ1qKBzMMWw=; b=SDBdsPwBUk6HvNgAu0Kf7vZd4zGIhejJozo2OEZk4AOeMjdvakKqvC4l1p2G1mDcMD QJoQx856qS/5mZ7Jo7T2XguUt0g7GEg3PqukojSVdML847Vhejggg9hNotVLqJouwEiD 2qHlpt9d89oFePzPOGuXWrBPMNAb3ELGsa4XwyCw13p6LXL6+zlUfxmVml4mQf3gvUxJ H2KfYnUwcIN7InupDSumq/88AiU3qWyRf1G3ObpVAEWDgm3+NuQVJ7WkltUZOygHuCX3 i/cddV/yE45r4ZxBA76WRnF/8N8oExgH8a26voCRCkM9MhN9B7mrxoXdkTA+ENEi5pbg ol8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc; bh=b5bkKlCOr/hAbVhhZXwJTZPDfQ99Q9OCQQ1qKBzMMWw=; b=Gf936+H7D7Ub8IaxGs0kdXxfQtO1CvbsZ3HgSAk7+pq+BBuEGnWLNNtPsWNarQGE9k MrAKEWBcIvKnf3RAlpHLqrJ3LAIcrhUacvbnpffosBjQHELWdPttp3AdXoZ2W32piNMC jayTBUOEKYF3As0c2y4wECzyPymOtBrnpALKNbhhWVJhYY1Tz6oZlFzDEGFzJ9tBA+xt iUn3YeSc/8/wIpByTVR9LWEtRmbQsjh1aqv6lomhis+PhM+W1livSczX4VQBIEA5RjrF 2D4yYGmPv9zJGKHq97lroAdux3bsXBZhxiUTwKUWxCQWB5o+nb6Md5br3FCCnr59j2sh LuNg== X-Gm-Message-State: ACgBeo3s2HbOAaAV+YPA6GR8GKRBxcTpMMyGCez/BzHVTYsGBVNWlkEp 0AmNAD9ikPVI0nwEX/ShaDO19JPlK54= X-Google-Smtp-Source: AA6agR6yXabLqOrUlXmztis8iMX0hSiMV4Uicty2syztApmSWj8OS7dqEUMEeV9Hda1AVKDEElqcZw== X-Received: by 2002:a67:d983:0:b0:37b:3085:2c6b with SMTP id u3-20020a67d983000000b0037b30852c6bmr7073517vsj.39.1659961987202; Mon, 08 Aug 2022 05:33:07 -0700 (PDT) Received: from [192.168.0.11] ([186.136.131.204]) by smtp.gmail.com with ESMTPSA id r22-20020ab03316000000b00384d48961ffsm9187471uao.40.2022.08.08.05.33.06 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 08 Aug 2022 05:33:06 -0700 (PDT) Message-ID: <66f219e0-acd9-cf29-f7be-9445e056d286@gmail.com> Date: Mon, 8 Aug 2022 09:33:06 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220807175018.11307-1-jamrial@gmail.com> <20220807122554.6b3885a9@fido7> From: James Almer In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] avcodec: deprecate AYUV codec id, decoder and encoder 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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On 8/8/2022 4:48 AM, Paul B Mahol wrote: > What about ISOM mappings? I don't see any for AYUV tag or this decoder. I saw and changed the riff one already in f8c62e32b2618d76f26b7536f9a177db2bda7e35. What mov/qt uses is v408 (ordered UYVA in memory), which is also a pixel format we could add and nuke the relevant decoder,encoder and codec id, but it's unrelated to the one i touched. _______________________________________________ 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".