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 A8A1C44990 for ; Mon, 31 Oct 2022 08:42:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BA40E68BDC8; Mon, 31 Oct 2022 10:42:42 +0200 (EET) Received: from mail-pg1-f182.google.com (mail-pg1-f182.google.com [209.85.215.182]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 97F7068BD3A for ; Mon, 31 Oct 2022 10:42:36 +0200 (EET) Received: by mail-pg1-f182.google.com with SMTP id r18so10079162pgr.12 for ; Mon, 31 Oct 2022 01:42:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=qoT3Em8Jo4QFJCmt9y8gYQDbe7jZrlfKDvrFKmhLy/M=; b=W5awf3NxeKTyFSfGktph/8Z/RIYGzlV5K9nvIhM/NNNDRHJt44jEpjulzqzpzt8/gT bYJpSIxcxZLOeFOE+v2eAQDmQ3qCjSr2dApArQSTpymJ0kQIT7OhTKeJOGGJs39v4KZJ dg1cZslBlraijf8lECsMTzsfBZrNR7eXRjq2f/RHmHzfNVgV8VQKrJ+ZmQ6IQBgyxslj Mrs2OvHSdDLscsNJx6rTW8IBZQWXP4FYGbiM/vUF6/y9/j7//qX26dVjdLY+frtCDb1a rp3YWOrABFPo1k18RTp7oaUTgzcZCU7Z6exUgO6siWTQzqsidzLsyonFfHK9KImdDY/3 QWEg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; 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=qoT3Em8Jo4QFJCmt9y8gYQDbe7jZrlfKDvrFKmhLy/M=; b=KAA3mq0pvm/aJ3DyPfirC0gwGqjgRjmy1UNoLU9cC2uRgC+vlFVTYH21s3/5rjMuC7 DWBYkwWTJikKnm9sItj67BEiPwZLf0MgoyimUbuXn1UUIdTGc7+SKpJ+7y953eZu8+We enjQQY6s2eVed/3RIrxyM92N0KDKRZ5SWW0+8SPUke+zqlJGKXI7L3TZTZ6veLK41v7K n5vOkbgkjzL54CHeXNxB7ZmQ8mANrgxJVK/Iima6a2HgJnarRUHaKd6i7Y4f6tlVapUz t1/OUy2UCnDhXS5xJ40SaLgMbT/K3X0a0N43ihVqsvYBgW5mLRb6n2jKLMf3u0aYSZjK 7bVQ== X-Gm-Message-State: ACrzQf13wtzIQBWWEDsQoBfYcHcTMRpMvZf3nZXBDIkfXKilUNMTGvJ8 SxjUaUJLrdTLyCKnwxX25b+f8RVd0B+NMnc8l1RBnjLj X-Google-Smtp-Source: AMsMyM6NEg921mY4mFMSHoYSZckgouNXhFsKc7pRBrrN4xZp3wPP1hJ61XCObhhTiSOgKGVBJBRIaFeFe7h8C7/wjTk= X-Received: by 2002:a05:6a00:13aa:b0:56b:c782:107f with SMTP id t42-20020a056a0013aa00b0056bc782107fmr13009401pfg.43.1667205754455; Mon, 31 Oct 2022 01:42:34 -0700 (PDT) MIME-Version: 1.0 References: <20221031003235.348-1-mindmark@gmail.com> In-Reply-To: <20221031003235.348-1-mindmark@gmail.com> From: "Diederick C. Niehorster" Date: Mon, 31 Oct 2022 09:42:18 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH v2 0/4] swscale rgbaf32 input/output 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: Hi, On Mon, Oct 31, 2022 at 1:33 AM wrote: > > From: Mark Reid > > This patch series adds swscale input/output support for the packed rgb float formats. > A few of the filters also needed support the larger 96/128 bit packed pixel sizes. > > I also plan to eventually add lossless unscaled conversions between the planer and packed formats. > > changes since v1 > * output correct alpha is src doesn't have alpha I do not have the knowledge to review this patchset, but let me say i am very happy to see it! Thanks for the work. All the best, Dee _______________________________________________ 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".