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 23CEF43486 for ; Wed, 12 Oct 2022 22:06:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E8EA268BCC8; Thu, 13 Oct 2022 01:06:40 +0300 (EEST) Received: from mail-lj1-f171.google.com (mail-lj1-f171.google.com [209.85.208.171]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A14C568BC3D for ; Thu, 13 Oct 2022 01:06:34 +0300 (EEST) Received: by mail-lj1-f171.google.com with SMTP id b18so150767ljr.13 for ; Wed, 12 Oct 2022 15:06:34 -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=8Cvnib9s/6a7WCMvXCoHGxT+KACYz1ARa/NCbZwX8UA=; b=GQ3wzDIaBhIFOM7DgaF2A6wX7Gb7Eyc11+XyTUPSzjDB0EWmF7p2UTxZXQL2uHKeQO k8S+Rt4w5efPJ8Q6bxQj9NRGci3DdGipHSxJmPfbHGQLSPND5othQhf8mUdpYk8b2ek4 3FhZqJOXjf2IXdR470mHjiRLeG4T9+aGsAMxatcChJiwmK6un7mYnrNhWE/ifHfWkFs7 Y751u+icHXid9jPiShZGWgkpxFRR1qw5sx9IArl54LkhiYp6BvAGFvavMrIJ0TqFYC3y +9B8KnuDbplZC4d+qu3HfoN+lKffTBf0FKsvax/FCVLBwaPxzsFYUwAQGSHomDAqzHW8 cImA== 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=8Cvnib9s/6a7WCMvXCoHGxT+KACYz1ARa/NCbZwX8UA=; b=otYQcjzpmohOe3z4f/e0Ybednb3pYQzijnHAx1BPaDG1cjxW7oINA7pS4XXQ5fz6zO 9KY+7rCnZMTWgr7a1fSQyz7gSf1uMVb3XMjs0aU30CKvz56Q1TGdAlcmUL+bo4IVRBmG SAkh4dx1hPOm+rHrcgCyCychUkl6VBwCPAEnE2EWgtx12pkx5YYixi98I5Pe8dy+mKLn nvJOO73+QMI+yW6Ctmiji7L5FzStEKnn/rS9kkv235/Kb7KX0RleOPkUhMT5Vpsc+Egi Nj5YdvxZnMpmaSf/ZVOvFuujuT2kqU9kfMNABIa9U4anCqyPvjAgyP+UafpsDF/95qdX xh/A== X-Gm-Message-State: ACrzQf3zcpwRspx1I6jEICCFjyOcgrJKDktphlaVnv6W+hRul3rFkOaw s/g/KFGhg2DwR3lT7QO6aTx4k/IHSKb7y0GYlzPFgvxM X-Google-Smtp-Source: AMsMyM5lecQo2dDolr4LoP4Ghl+OdlkKaGqK1/GpYM80zuwsFMrMtWBWWrnt7/Y7wZ4Q/tuFMhpR2ESqqQDmVf8rlwE= X-Received: by 2002:a2e:990a:0:b0:26f:a840:8361 with SMTP id v10-20020a2e990a000000b0026fa8408361mr6616529lji.206.1665612392701; Wed, 12 Oct 2022 15:06:32 -0700 (PDT) MIME-Version: 1.0 References: <20220929180841.614-1-mindmark@gmail.com> In-Reply-To: <20220929180841.614-1-mindmark@gmail.com> From: Mark Reid Date: Wed, 12 Oct 2022 15:06:20 -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 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 _______________________________________________ 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".