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 60967449FB for ; Thu, 29 Sep 2022 18:09:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 557E568BA85; Thu, 29 Sep 2022 21:09:07 +0300 (EEST) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 17A8068BA2B for ; Thu, 29 Sep 2022 21:09:01 +0300 (EEST) Received: by mail-pj1-f47.google.com with SMTP id g1-20020a17090a708100b00203c1c66ae3so2091964pjk.2 for ; Thu, 29 Sep 2022 11:09:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date; bh=2T3XhuvmttHJ5r0CXTblEwPh03dyay5T9q/58WhqzIU=; b=CZONat0vqb+yQ+xNyAqRW9DFhrflvDY04SGTk/tdDhQL14seT7BPMrmx553gFP17Vx PJF7z7W9mvhuXmWFFwQeDNt1lrrkf8tPx21cHriFla0unSCFzR5tTKryefQu8mbMuGe/ cPBN9PFEvCp0oSYVtCcd8RY8f2Im3bboFSKfbELQkzYM+udz74HsUllO+tOAmtXH7IqM ua1gY/yOQhIL6VbWpR54W1W+IBKEDNPxz4DP1bNPyEOzUh7Nvk0RVHGWXK2iBInneRR3 HlIKDGuyGJZ0LNbVWdLIOgX0WvZqhlymW4CNQNVtC8T4svY3ZF+rhuXfECIvHbY2GGzz znHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date; bh=2T3XhuvmttHJ5r0CXTblEwPh03dyay5T9q/58WhqzIU=; b=n+H0+UAvGnoFf6ZR3lZvAVKNUhIavnxIBSBpSVPzCXLpcS+hqii+TpuF6EIU+QVNaO Spgajh7/M4tC9N3RFpmLiJlQZppwerwQ/TsnhVyQsPcXrlnlqEyGkRMSlBJfM8778pZD +TiCgaY3OStayg0D5YeENMHk9ijr2m2NT7Wt/3YnyzBhtH7zqH1D6uWonBLCn9qSyZi4 uito2BskiocJqZ549xfZguZaZ0LJrMIkIiHZ4dIgjhcyaO4vDP2zMvL/m3ZqGCWlbqgD WZGH6tFgd4MIi0swmEoNEP/EcbTIpTJunTfm3eVVESZDt2O3lp1dQUoYg9W2CQwfOw0Z 7ouw== X-Gm-Message-State: ACrzQf0JusuaLONtFtPY8jSZ07t28viMCpWDwzgK/RMH2Qe1ekTuT7Tq z5nceQjDRQrwwmzqFTvyA+tcr2LtcRI= X-Google-Smtp-Source: AMsMyM5GWjMxakmJdfuRXAC42N+AbPJxm5e3PKXqqLbV9E7lKSRYXnfs6oEGa2nVL7oqSo3Zfzw5iA== X-Received: by 2002:a17:903:2451:b0:178:4423:af32 with SMTP id l17-20020a170903245100b001784423af32mr4714016pls.51.1664474938256; Thu, 29 Sep 2022 11:08:58 -0700 (PDT) Received: from localhost.localdomain (S0106bc4dfba470f3.vc.shawcable.net. [174.7.244.175]) by smtp.gmail.com with ESMTPSA id i2-20020a17090332c200b0016f8e8032c4sm185689plr.129.2022.09.29.11.08.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 29 Sep 2022 11:08:57 -0700 (PDT) From: mindmark@gmail.com To: ffmpeg-devel@ffmpeg.org Date: Thu, 29 Sep 2022 11:08:37 -0700 Message-Id: <20220929180841.614-1-mindmark@gmail.com> X-Mailer: git-send-email 2.31.1.windows.1 MIME-Version: 1.0 Subject: [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 Cc: Mark Reid 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: 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 _______________________________________________ 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".