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 BE258448E3 for ; Sun, 30 Oct 2022 20:48:52 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 190AA68BD60; Sun, 30 Oct 2022 22:48:49 +0200 (EET) Received: from mail-lf1-f41.google.com (mail-lf1-f41.google.com [209.85.167.41]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 6694468B9EB for ; Sun, 30 Oct 2022 22:48:43 +0200 (EET) Received: by mail-lf1-f41.google.com with SMTP id d25so16061070lfb.7 for ; Sun, 30 Oct 2022 13:48:43 -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=6pUC3e72rTal2SxNFaDMDVg4ZnA1KK8gPCIGrEgjkHo=; b=MWAkXDMeYSsNRMqVjaBiVSQwaNRYQDtcFoatkwxOi+5ZzdBY3xW5Qi3QJlThMziT1Z 1t2fkesQYCCPXTKrXgf6DGP/oCS9iSkNhvot/Zfa9K3HLGxfIEM4r9wiZLIIVADZXyoY gbpSkFsQHa/xXVTE3AQ3BS5BOAb/QIeSp6AcSvp5AbTBKEuZFLZl6jpggjJNpeozHkPy gxhv2slqa34xwu34kdrOP22JY9vxznhv1fmoVGxVgJ2bjLns1lgwn2lzH+aF/Ve8v5Ll z5XZULsBsPmIa0agYaxCQ5Ski3uJgUQRwkrC3pYYs/aZ03LmAdxBW8OeHY0xdhR2fI8z fPKg== 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=6pUC3e72rTal2SxNFaDMDVg4ZnA1KK8gPCIGrEgjkHo=; b=FZjQZ8OLbIpCbJvUk2Qo7McMalcHUlD7kfpdNXi66a2Ikl9SZge2Iuls//blrTa+Ll Zc4o6OKnT79yDySlK68sAUEj9kxR6AdjU396esmr0fVzKakztp/f2G3alvLB4+3nYlhO 6AxLuEkiKyA5RZfjWSj/wEgGfSjeg6Dfx+k6ZdopmaVCDMg4yNfccSroTa4+SLuRfy2O 8UnvwCRfNVlkS47LtVdkxE2pzQ0nRr0vKzKJh5P+rJb8Kl8egvd0R1l6rY/6ItUa3WD3 Ty9OCNAUrzpomoC9kN3OyLw0oelsGu7y+9YeycmRogJvdCllGQDZShBbGNHuPAIL8K6g tRWQ== X-Gm-Message-State: ACrzQf0C9++rAD6/hx1DXsDM68i+i3QDgZSJtkW7mL7Ki/MNIpFnkbqh wU9QB60G90uUuVBfuw8NG9wr8anz1H3csGn7+XT8KzTJ X-Google-Smtp-Source: AMsMyM6Zpme+naxFI4vgmF1I3VitZIf0QNTTYYyhvnewltc4EdH80eKnhVR3Y3r49GqQmQNeS/jS5EwzB69HJ8OQEUw= X-Received: by 2002:a05:6512:532:b0:4af:e7d3:9478 with SMTP id o18-20020a056512053200b004afe7d39478mr3677914lfc.102.1667162921470; Sun, 30 Oct 2022 13:48:41 -0700 (PDT) MIME-Version: 1.0 References: <20220929180841.614-1-mindmark@gmail.com> In-Reply-To: From: Mark Reid Date: Sun, 30 Oct 2022 13:48:28 -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 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 _______________________________________________ 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".