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 0FD9F4490A for ; Sun, 30 Oct 2022 23:14:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 33DDE68BD6B; Mon, 31 Oct 2022 01:14:53 +0200 (EET) Received: from mail-lf1-f53.google.com (mail-lf1-f53.google.com [209.85.167.53]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 515E868BC15 for ; Mon, 31 Oct 2022 01:14:47 +0200 (EET) Received: by mail-lf1-f53.google.com with SMTP id r12so16827978lfp.1 for ; Sun, 30 Oct 2022 16:14:47 -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=PFD/PXOsJFw0IdD+uVd/uBKWFivg94ayxo+Lm3f7Daw=; b=KS767p4ITnmKTPZgeeVQwvgcdjAOsLaWasIh/q6XsRhWOD8khYlgbQxxr5Y7k5MmNa T5fYwpbUBlJIpODoNLC29FDip/oap/kdu1X4op9Qxki8iV9dzIhesuEDg70GvLgN4UWS /QmXsaf/q0LMjs6CMOgW69dFqJAfjw4CI/5bfOFtQ/sJBdReIUALK40FgvBwsN6ymziF UpRLttl5uFaEcb/24a3C7UAmK/9j0oikhyVmp3RZOGjljvqW6pHhxVx0CmR+DVDD4eMB t1zwJ9o3Qx785hpQiVfCUPnh1wMFqjoHgFmo2TASKYnJtRcblPrUhQnqtyoextgYYaa/ Ajlw== 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=PFD/PXOsJFw0IdD+uVd/uBKWFivg94ayxo+Lm3f7Daw=; b=P2eOJ0Flm8qKCRUBCzOWgpesgL48W+/NfPVg7WYZ9S0SJl8owV7L1kMLGCkm1n+r4q 2nnIg2O1+YFrcrlN88EW+oM9YCDMpQyXhC1T6MhNlVOoOlc9lCKbEl3jU3unmIAqBfAj y5tICrelgQwdg0ptbRdKW/9SMhM0OqwTL8vatZnxMo5YRlAn26i0zU2uRm4FoHHZ5ctj bzX7IMgS5Y/bC3R3X4UhMKODMPO+OIDqcj2/X3uMYX/Ay3Y6nK4XuhbaDkWB9s9QU94l mWCjCygTDJyjUOQW7+zz5Q0Zsxq07EoiM0Sy2d1Gk6wUS8sY9db8+W7dkWp1YKceBsmq rjxw== X-Gm-Message-State: ACrzQf2L9TUIRMurZ+5y/X/Xfdc7nnY/EoK6KN8jHF3WreOsjz9BMc5f 83z5Zupm5V25tUoLCVHZf3LY955kPlLJSJhJmhnA1aGz X-Google-Smtp-Source: AMsMyM5EcbQvJzQVyWEgjriWAy8tJ473gdJMVRinbnkHchbzPa+DqVyz/7Rn9QUkiyCR7bjzYkTdsBi49csfnP6zfN8= X-Received: by 2002:a19:6b19:0:b0:4af:e844:9d1d with SMTP id d25-20020a196b19000000b004afe8449d1dmr3949407lfa.147.1667171685388; Sun, 30 Oct 2022 16:14:45 -0700 (PDT) MIME-Version: 1.0 References: <20220929180841.614-1-mindmark@gmail.com> In-Reply-To: From: Mark Reid Date: Sun, 30 Oct 2022 16:14:32 -0700 Message-ID: To: ffmpeg-devel@ffmpeg.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 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: On Sun, Oct 30, 2022 at 1:48 PM Mark Reid wrote: > > > On Wed, Oct 12, 2022 at 3:06 PM Mark Reid wrote: > >> >> >> On Thu, Sep 29, 2022 at 11:08 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. >>> >>> Mark Reid (4): >>> swscale/input: add rgbaf32 input support >>> avfilter/vf_hflip: add support for packed rgb float formats >>> avfilter/vf_transpose: add support for packed rgb float formats >>> swscale/output: add rgbaf32 output support >>> >>> libavfilter/vf_hflip_init.h | 25 ++++ >>> libavfilter/vf_transpose.c | 44 ++++++ >>> libswscale/input.c | 172 +++++++++++++++++++++++ >>> libswscale/output.c | 89 ++++++++++++ >>> libswscale/swscale_unscaled.c | 4 +- >>> libswscale/tests/floatimg_cmp.c | 4 +- >>> libswscale/utils.c | 12 +- >>> libswscale/yuv2rgb.c | 2 + >>> tests/ref/fate/filter-pixdesc-rgbaf32be | 1 + >>> tests/ref/fate/filter-pixdesc-rgbaf32le | 1 + >>> tests/ref/fate/filter-pixdesc-rgbf32be | 1 + >>> tests/ref/fate/filter-pixdesc-rgbf32le | 1 + >>> tests/ref/fate/filter-pixfmts-copy | 4 + >>> tests/ref/fate/filter-pixfmts-crop | 4 + >>> tests/ref/fate/filter-pixfmts-field | 4 + >>> tests/ref/fate/filter-pixfmts-fieldorder | 4 + >>> tests/ref/fate/filter-pixfmts-hflip | 4 + >>> tests/ref/fate/filter-pixfmts-il | 4 + >>> tests/ref/fate/filter-pixfmts-null | 4 + >>> tests/ref/fate/filter-pixfmts-scale | 4 + >>> tests/ref/fate/filter-pixfmts-transpose | 4 + >>> tests/ref/fate/filter-pixfmts-vflip | 4 + >>> tests/ref/fate/sws-floatimg-cmp | 16 +++ >>> 23 files changed, 408 insertions(+), 4 deletions(-) >>> create mode 100644 tests/ref/fate/filter-pixdesc-rgbaf32be >>> create mode 100644 tests/ref/fate/filter-pixdesc-rgbaf32le >>> create mode 100644 tests/ref/fate/filter-pixdesc-rgbf32be >>> create mode 100644 tests/ref/fate/filter-pixdesc-rgbf32le >>> >>> -- >>> 2.31.1.windows.1 >>> >>> >> ping >> > > ping > I noticed I'm not outputting an alpha value of 1.0f if src format doesn't have alpha but the dst format needs one. I'll submit a new version of this patch _______________________________________________ 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".