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 CB95143A82 for ; Wed, 6 Jul 2022 19:26:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 606F868BAAA; Wed, 6 Jul 2022 22:26:48 +0300 (EEST) Received: from mail-yb1-f176.google.com (mail-yb1-f176.google.com [209.85.219.176]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A8B0768B8A5 for ; Wed, 6 Jul 2022 22:26:42 +0300 (EEST) Received: by mail-yb1-f176.google.com with SMTP id 76so13326528ybd.0 for ; Wed, 06 Jul 2022 12:26:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=lbP4grUlyJZDKu0T2ntBfP5h30zzHn6aT8RgZpRH0Ak=; b=TVyXSX09crjHsMWKsU7He/CkVGTAkgwWeuwJUeaRdzOkpPHaJgPOe0EeQM/f3Sar6Y ejuYZdT9UvXKUi7wNEMYvweQGBAzxH6OMubCbO2nEvA6SXmPoWJmNFQ0LER/6SKtLGRH l0BNScdMKJDZXtWMEnHXNTmGr4+0cAtaBt3w6Uj+LXJ9pI2GbbWmeJmPWRMGJEFMmEdH dyjMH4BN1XSmGf1OrV4hb8Zp3l4lW9o85KBhqCUsS4XRT/o0wiBWvFv3h9sxACv4CjiB LGp8Cwo4DH/SsAvqVAwVgbSxPLnt+q2JmB7CmhIlbODTtA1of09pl6HZLKP5KsnpzgI3 oguQ== 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=lbP4grUlyJZDKu0T2ntBfP5h30zzHn6aT8RgZpRH0Ak=; b=7EqrN7CnqEnF2qHlprEM7mnXQOkpOpMSysju3HLoFtis4rD5U4H0wN2RJifUKNbE9F i3xMn0RcyGx94SpcBv4EURcttWXZVOHP4gK6wMgvBmRX1yHdPRx+MoITvplho+RR08Pl 0L2zEM1HtaCu9zkSeTj676lzINQkaIa4BQD/vS1Ww+FONxRIK7TPPyqCMhSTcV5gq5+I VqB60vMHbp0MPfnd8eCDfy+hx+Qw0v/1kKx/M+x8+s8aCz+cR7R2wQk+heJv0l7JyZfj J7mANDMzdUYy6atCpfuQiZwfDbBYyUViOfSAe1JOqdgLSJlZEsw4ETJ8o4WG9wWFtXdn 1GAQ== X-Gm-Message-State: AJIora9+2ULafWIe2m9GcMYOiSrH7UQeEJj3SvDhfJCym8E6QeNu1mMt 3y4BqyjSLpIN5Xhale2R3Bdl1kM53vVHBDnxhT7lUAh/ X-Google-Smtp-Source: AGRyM1vYieuYKMshttZMo+ccUPDbqBZZMXdCYyBkMqg3fFAkll3AFLjeXIcs+2Pu4ZkTfeE1H9TJny0BLfrWRa29jZM= X-Received: by 2002:a25:6ed5:0:b0:669:8b84:bb57 with SMTP id j204-20020a256ed5000000b006698b84bb57mr44503648ybc.227.1657135601124; Wed, 06 Jul 2022 12:26:41 -0700 (PDT) MIME-Version: 1.0 References: <0c761087-abca-3934-fcf7-5c2a2a38e88e@gmail.com> In-Reply-To: <0c761087-abca-3934-fcf7-5c2a2a38e88e@gmail.com> From: Paul B Mahol Date: Wed, 6 Jul 2022 21:29:22 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avcodec: add Radiance HDR image format support 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 6, 2022 at 8:50 PM James Almer wrote: > On 7/6/2022 3:47 PM, Paul B Mahol wrote: > > Added parser. > > The test will be added after this is merged. > > [...] > > > diff --git a/libavformat/img2.c b/libavformat/img2.c > > index 870d2ebbc5..b03075f3b0 100644 > > --- a/libavformat/img2.c > > +++ b/libavformat/img2.c > > @@ -91,6 +91,7 @@ const IdStrMap ff_img_tags[] = { > > { AV_CODEC_ID_VBN, "vbn" }, > > { AV_CODEC_ID_JPEGXL, "jxl" }, > > { AV_CODEC_ID_QOI, "qoi" }, > > + { AV_CODEC_ID_HDR, "hdr" }, > > This could end up confusing people, so preferably use RHDR or some other > combination for the codec id. > Take it or leave it. IT is HDR, not going to change. Confusing can not happen at all it is codec. > > > { AV_CODEC_ID_NONE, NULL } > > }; > > _______________________________________________ > 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". > _______________________________________________ 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".