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 1C899470B9 for ; Wed, 26 Jul 2023 17:09:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 766C368C55F; Wed, 26 Jul 2023 20:09:17 +0300 (EEST) Received: from mail-oi1-f181.google.com (mail-oi1-f181.google.com [209.85.167.181]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9B18D68C3BB for ; Wed, 26 Jul 2023 20:09:11 +0300 (EEST) Received: by mail-oi1-f181.google.com with SMTP id 5614622812f47-3a412653352so74819b6e.0 for ; Wed, 26 Jul 2023 10:09:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20221208.gappssmtp.com; s=20221208; t=1690391349; x=1690996149; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=sP/WfuaXWob6CdNs6NfcAmG4YTqrYAXClb3qe5cWkpc=; b=jAA+JuvQOT2dJCgv3OKkv2jmk3KiWA4RDFL8GfwFy1arV4b4v/UrT8BawQY99tZB5c y8Winu68rGrgslVoQmCPoszOqKXqSf0lTnw55XmrGs6wiep1CKV5dCF6sTD12vVFkBT1 CnEdNe7ea/AWPocEMwE+/HcisHA8DPtrzn8JQC0EdgXCRt55QhvAxKotGL91c6bFaf/5 iaUbah/O0xQuT2Y9TPX+d0+mua/GaCfBxneOh3FNhO+jj28Ea5b9RUyrqhLIwo++WgPH pGkoyCoFjoEGUBCuARbVx0Gp+bq2QpxKhKmqv4CKUWn2S62JVYQ6BnQLLxfdUKkTVpgI k5fg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1690391349; x=1690996149; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=sP/WfuaXWob6CdNs6NfcAmG4YTqrYAXClb3qe5cWkpc=; b=l3AbmcEsXKa3MszK5Ig6WORoHsbYFNsP9ixJmrBMZu9k2tOTj1AVFY9QV4z+tXnN5/ wCDbaX+6ZLjueKkHpCO/IeOjujVSshPcNrvEFPKpLklv923KxsnbRylw9REmlXyo9Ufl vIdFr+Na3+hZKreTr5u41mC3n3X4+gRgTidRDpaJaZ7JiwP7YxJCZ7rayxSBE6FOfnRh vZLraayfJHwZ5Mtc78eHTlP120W+tKMio7tiU0tdaYZbpi9Mj0os4Sg6wsN5XVwq45ez RMDVNMmRyA3bSnsWGYepm+bXcK0IQs63NcL8tcrwhVg4pKqeYbS8VE0ui1/dbN7X76yi rTdw== X-Gm-Message-State: ABy/qLZGZ0ZKeLizGzD2Ueo0778cpjkqxk7qE+Fwwx6alrIiqcPZbKti VnJEqi//0B8W+4ZOiH53ig/gU35W70GQkn4pVHrKesplNh52ogw9 X-Google-Smtp-Source: APBJJlHRuFlhiToUyPGpajjZNIFB73UEJrlFdfi0qd9x0V6AMyS7Yps4tjMULmzGO1sCLc2+RzdXInAuRPek1FMjRaE= X-Received: by 2002:a05:6808:16ab:b0:39e:8678:4035 with SMTP id bb43-20020a05680816ab00b0039e86784035mr179302oib.13.1690391349454; Wed, 26 Jul 2023 10:09:09 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Kieran Kunhya Date: Wed, 26 Jul 2023 18:08:59 +0100 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v3 2/2] lavf: add prores bitstream demuxer and muxer 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, 26 Jul 2023 at 13:55, Derek Buitenhuis wrote: > On 7/26/2023 10:28 AM, hung kuishing wrote: > > Signed-off-by: clarkh > > --- > > libavformat/Makefile | 2 ++ > > libavformat/allformats.c | 2 ++ > > libavformat/proresdec.c | 66 ++++++++++++++++++++++++++++++++++++++++ > > libavformat/rawenc.c | 13 ++++++++ > > 4 files changed, 83 insertions(+) > > create mode 100644 libavformat/proresdec.c > > At this point I am giving this a strong NAK. > > Both my initial comment[1] and subsequent comment[2] about the first one > being ignore, > have been ignored. It is a simple question. > I agree we should not be perpetuating custom formats such as raw ProRes. Kieran _______________________________________________ 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".