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 E8AFE433B2 for ; Sun, 9 Oct 2022 11:59:06 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6DE1F68BB05; Sun, 9 Oct 2022 14:59:03 +0300 (EEST) Received: from mail-io1-f43.google.com (mail-io1-f43.google.com [209.85.166.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 562A568BA95 for ; Sun, 9 Oct 2022 14:58:57 +0300 (EEST) Received: by mail-io1-f43.google.com with SMTP id e205so6699137iof.1 for ; Sun, 09 Oct 2022 04:58:57 -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:content-language :references:to:subject:user-agent:mime-version:date:message-id:from :to:cc:subject:date:message-id:reply-to; bh=84CXGfm2Fw921PcSPfhMbXwzhYu1oa7HuZpMZ1iqHpg=; b=VFIYOfj1d3MHSoQMw3gogPKb1MQyhlXkG7qE4p034+frESxVsgIozcXld86vnNU7bd TYcihFXj2M2iSvH2+C6P9w56Qgnts3deirMTHf83AhNZ2xU/wntuseuFpC5iIMBHd1TF oqDPgI8Q7m6KDqz/XvWBinNPubSB4hPKoqWHGSy87HlmzR8QNQLX9+tC2NLH2gV5Ed0m +k0ZQZVooeXsbEojXIgi4l2DZHGU0cPE9L4aJJfMAx2guNva7O5/CjFnSzYo0Kj34wxm HuUbQPiUFzlZqKC1YRT6O/slfBkbAkOypCvVpDts6mWAR1Bks43C+4aZpiCGWmjX2YNY 8IJg== 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=84CXGfm2Fw921PcSPfhMbXwzhYu1oa7HuZpMZ1iqHpg=; b=m70OHTjGvapVlEQgzUr6Frx5Bd7NFhNDKPuBZ8pe4wQkk1JmNxuIXuizkKx8WSEm0E CF9nzx7qH8iPLnhfEh6YibPQQStK2y5LfwFCB3IbN7J9P+3Fh4p53+YFoM5OO+uBKyJH vQi6CdYeJTNDfiVKHMg1IukRdsTkgeNTgDL1S1NH1mbIiL/YJFQ/himNwz68xaiqsXAG Z8AVKOw6es2ABtopXCeWC10SdkkLq2UfqmZLcs+oFC+p3PfIXTEn27H0IE9xjkHdMpxS 9fGldogMhP92d6JqhiSBR0rRBMUjtbDdU+rIEkXIb+1BUPZgF1Y+2w5VaB0PKu9SLRlQ YJOw== X-Gm-Message-State: ACrzQf0C8UBjAcdRJcT43XyY+ceGWvpVgEO172E/btGUnn1m+zRfnch8 jG/teIVF+5/1I6rda8B+IcwI2HSsHNM= X-Google-Smtp-Source: AMsMyM64s83SVR3CDh5/An5YEeOtFIqfhWAooHsXBnyugo5zLNbx3tIErA0D7ktMobaEfFgYUIXDeg== X-Received: by 2002:a05:6638:168e:b0:35a:196a:9e7e with SMTP id f14-20020a056638168e00b0035a196a9e7emr7148632jat.201.1665316735278; Sun, 09 Oct 2022 04:58:55 -0700 (PDT) Received: from [192.168.1.35] (c-68-41-54-207.hsd1.mi.comcast.net. [68.41.54.207]) by smtp.gmail.com with ESMTPSA id n14-20020a92d9ce000000b002f927051cb3sm2831180ilq.46.2022.10.09.04.58.54 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 09 Oct 2022 04:58:54 -0700 (PDT) Message-ID: Date: Sun, 9 Oct 2022 07:58:53 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.3.1 To: FFmpeg Development References: <20221002075835.415465-1-leo.izen@gmail.com> Content-Language: en-US-large From: Leo Izen In-Reply-To: <20221002075835.415465-1-leo.izen@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH 0/2] RGB(A)32F in libjxl 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 10/2/22 03:58, Leo Izen wrote: > FFmpeg has supported these pixel formats since 7bb0afc245d093b0 and > libjxl supports receiving/sending these pixel formats so it makes > sense to add support to the libjxl wrapper for these formats. > Bumping for review. - Leo Izen _______________________________________________ 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".