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 D71CD4093C for ; Fri, 24 Dec 2021 09:13:12 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 65FF168B286; Fri, 24 Dec 2021 11:13:10 +0200 (EET) Received: from mail-ua1-f49.google.com (mail-ua1-f49.google.com [209.85.222.49]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DDBC068B245 for ; Fri, 24 Dec 2021 11:13:03 +0200 (EET) Received: by mail-ua1-f49.google.com with SMTP id t13so14270106uad.9 for ; Fri, 24 Dec 2021 01:13:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=47Y3LFLiMhQoJRiJNE4LVJVSqrAeuiEXcZ5Q9cHr/Wc=; b=jvLN89igX3Eiiojy7kQ/LIloXj6vU9F7h2mCEkUObzeCT+mronk8AwcuSDQ0Nwu7rx 2+aeIMJ4NtCWfFvGY4ZG4x1kdbPwdzvHaqGEqREYuNyVD37yaYTCfsJXrjavR3BnkDby nLp1cApX854shbx0jwZQ/OShRthsDpXHT534H/KddO7BdBPOLVsi7xnhLMo0VHgHiQ6+ OL9uYDBg5NQ9l4zjvkrCpIphBEnP+siRn0ftzUNJMKGBcu5OQN9q0YLJOlEiJ04f/O6k FsPs7fBiNHimhhCDPzw8uqG2suy2zKwYw2NnOK0mwO0cfcKoh8tan/Robsst2PR+S/4x fr8g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=47Y3LFLiMhQoJRiJNE4LVJVSqrAeuiEXcZ5Q9cHr/Wc=; b=O5A+TtImvczvqaeKcNqymy+L7Vv3iM1LFmkBQz8zwS9MAVXdHId2wsKc4uPUcfP+2z 03BX+SLm5C+3Jb0NQ/T/MpADB9VLfyIWKj0r54GsKZCk9nJLS71VB96bhtWsMVoXyg9r nhZkoHpI1R+1UhaIuAmgsiYYq8KSQfpSFiCaVsZDFk709dCuRpBgumzTlyGik5bEQfn0 OfnihyyMoScjAPtW7UEc2+fNfxmFFAfZ0jk4AaRuYfILLydgYlUqLYTNO0dM3W/+ktN4 LTWBM+ONzUE/lkGPMzlVe+7nEr/3ITGWGjCapRv6F0v7cqdDnI2jSt9F5uHpu6ZaJpa3 u59Q== X-Gm-Message-State: AOAM530x4XoyNkS/krhok39KOgf5ehthpBtBhHLOp4E8ZkCcuHNy3wyU FF/WGl8K8uKd05BmIjEuN+Z+R2SnE1B9XzphPIvZtaYTA2c= X-Google-Smtp-Source: ABdhPJy/X61DZhv1xEvUvVOR6WHWdhMNxGPsBWeK8/anFonRb2WLoEK94cQ1EUepLN2ryZdRz2mK4KxCX6Ppl3hrAqU= X-Received: by 2002:ab0:20b4:: with SMTP id y20mr1939833ual.25.1640337182220; Fri, 24 Dec 2021 01:13:02 -0800 (PST) MIME-Version: 1.0 References: <20211224030904.1196-1-rcombs@rcombs.me> In-Reply-To: <20211224030904.1196-1-rcombs@rcombs.me> From: "Diederick C. Niehorster" Date: Fri, 24 Dec 2021 10:12:46 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] Pixel format support fixes in swscale and drawutils 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 Fri, Dec 24, 2021 at 4:09 AM rcombs wrote: > > This patchset is also available as a GitHub pull request for review simplicity: > https://github.com/FFmpeg/FFmpeg/pull/380 > > - Reduce hardcoding of pixfmt lists, preferring deriving properties from pixdesc > - Fix big-endian support for P[N]10/P[N]16 in swscale > - Fix several drawutils issues and add new pixfmt support > - Add more defensive checks in drawutils Does this patch address https://trac.ffmpeg.org/ticket/8454, and this patch https://patchwork.ffmpeg.org/project/ffmpeg/patch/20210601040239.2690-1-val.zapod.vz@gmail.com/? Would be good to pick those up too if you could (not a blocker of course!) _______________________________________________ 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".