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 EBB9444EFD for ; Mon, 27 Feb 2023 16:34:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 85078689E9B; Mon, 27 Feb 2023 18:34:44 +0200 (EET) Received: from mail-il1-f180.google.com (mail-il1-f180.google.com [209.85.166.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2A84F6801A9 for ; Mon, 27 Feb 2023 18:34:38 +0200 (EET) Received: by mail-il1-f180.google.com with SMTP id i12so4238136ila.5 for ; Mon, 27 Feb 2023 08:34:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id:from :to:cc:subject:date:message-id:reply-to; bh=Un03Sj3rMVJME4GeOMBow4jafJY22rTMdG0e5hmTncQ=; b=KXZ+BUeD/Fyu/tAUVGsG45IltEOmSKawdYTpnWdAwGOHlM64nSWDDsGymn/5OVkNbM wv+5vq42aOxNhSSv3QgKBnsW90BwzfWYgVPa9xEysphH5p1uFtMZ9oWH9ez5ydSlfF91 IVixiJlbakLP6Mow4Z6JwygFY/mXSg8y4wnMVG+CaE9XAq6sElJVTFFTWq+8VqdoKNFc o2ryU75wnJJS+nkHY1bxeLF3gp5pFAxKuo07IezPKUIiTLKdIFtQv02ud7VlLF7q/whs 6iSDGEw13o+4cNnolKkVTgD/5QDqRfVCtMXVF48tt+vtubhf/osvAcC/SQh6Q5l3vCLH 373w== 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:content-language :references:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=Un03Sj3rMVJME4GeOMBow4jafJY22rTMdG0e5hmTncQ=; b=Vppd3nDgq9/1f9P+NJqlilvyrWiATd91CYnqQOGqrlj67LTcWOOVZ3/EFLdDT+4vOb FT8A5JfmyoNLFfdTkzCJMn7e+d6oBV3NvRxjRdYCOM+lmb3K4M8CiPvmrpj0Qtx33nYf AqbeXXHvNXuBcbaq9CaGANMXlAaRIzdlcXhqJKuJFieuqbOf6FT07VPByQzqaZNsffKO iW3hFHqhbyBH2micOWYOBTj/xEdtx9fu7UrjUxBDsn+9xl3uxaKYjou2xGiCNLHKOZsO 0/H8yMMH1W3IOKWSJ6p30k1sDpdJobMnpvA3zgXS6WFnNAnpILpPa2u3iWfwExEglyzi EPfQ== X-Gm-Message-State: AO0yUKVT0wxIUpmt9XX+Y36UO/QuJvxkMasr3HB+JQ9fJiMoy5acsthz wogzjnyGnc76FXswb046TJBRqPZ9lOs= X-Google-Smtp-Source: AK7set94/6r8/luJm+QqccljSW2nUy7ZqZUrdmkM3gQPB3dvyQG44USClVqpOZifS820S9QHrX6zzg== X-Received: by 2002:a05:6e02:1543:b0:317:dfc:ae3c with SMTP id j3-20020a056e02154300b003170dfcae3cmr39063ilu.3.1677515676608; Mon, 27 Feb 2023 08:34:36 -0800 (PST) Received: from [192.168.1.239] (d-75-118-216-66.oh.cpe.breezeline.net. [75.118.216.66]) by smtp.gmail.com with ESMTPSA id u10-20020a02cbca000000b003ec3b5225c3sm1663382jaq.156.2023.02.27.08.34.36 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 27 Feb 2023 08:34:36 -0800 (PST) Message-ID: <14122ab6-072a-6a53-0938-7f9e07270495@gmail.com> Date: Mon, 27 Feb 2023 11:34:35 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 To: "ffmpeg-devel@ffmpeg.org" References: <20230221223555.102670-1-leo.izen@gmail.com> Content-Language: en-US From: Leo Izen In-Reply-To: <20230221223555.102670-1-leo.izen@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH v4] avcodec/pngdec: read colorspace info when decoding with AVDISCARD_ALL 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 2/21/23 17:35, Leo Izen wrote: > These chunks are lightweight and it's useful information to have when > running ffmpeg -i or ffprobe, for example. > --- > libavcodec/pngdec.c | 136 ++++++++++++++++++++++------------- > tests/ref/fate/png-icc | 8 +-- > tests/ref/fate/png-side-data | 2 +- > 3 files changed, 91 insertions(+), 55 deletions(-) > > diff --git a/libavcodec/pngdec.c b/libavcodec/pngdec.c I will push this soon-ish if there's no other objections. - Leo Izen (thebombzen) _______________________________________________ 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".