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 C577240952 for ; Fri, 24 Dec 2021 09:53:06 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 93D5A68B298; Fri, 24 Dec 2021 11:53:04 +0200 (EET) Received: from mail-il1-f179.google.com (mail-il1-f179.google.com [209.85.166.179]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 4CF4768B11A for ; Fri, 24 Dec 2021 11:52:58 +0200 (EET) Received: by mail-il1-f179.google.com with SMTP id r2so6158284ilb.10 for ; Fri, 24 Dec 2021 01:52:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rcombs.me; s=google; h=from:content-transfer-encoding:mime-version:subject:date:references :to:in-reply-to:message-id; bh=UURZ8gtEGboqrbiEdsZrBL8aXCKl6Xdee0Zfdrux6o8=; b=Hasgvth5ImsXeaSmhYFcF/JP8EXTsgwreZNVhCGlN/kJjIHgqHB6pNMmwEwp0u80jM /ZG/eZ2EUyv4mc1KiS5TX1BgQjhQzFleegDt1BImJmpcHRicdUM/ylWGQFasHIWhfE0m b9gwgyjnyqbtxnJ6DlScktae485M+uj8rdObhZoFx4XHkcumzoEsQq9pVMrYTIHonEXF ormBcNqdiqE/reeY4fpiaLOWBxB7Zy/0HMe0A1Etv2zZDcUynR6Er2E0A8GuGpwRZQRp 8QppZcAHGnfKjSyGIWTzz2gQkekf//HmPJmIgJ1YIS3neRcmBne/6L9lpLdXhj8kB6N8 NDDg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:date:references:to:in-reply-to:message-id; bh=UURZ8gtEGboqrbiEdsZrBL8aXCKl6Xdee0Zfdrux6o8=; b=sSH0fIwyMH1aWBvfsVUYcicKxGMw7Xgi8RrJF2RjxbKDl3SyXEetqfZ/ehUfI3JxdG kBY4/AhDhMkKxD+n0bWbCUnjrQFikDZ3WHzCbo3GRNUJ/XB9uMEoj2IuPqZ/A6ojzUbS X8KmE69rZOrAtd8ggWwUmmuXWE05PrO4TO9M443hQrV65q9O+s3qu9WWz0GHrjJXziDZ BG5eUodw7WXYY4leXpBKPhLA6YDbuEhCS+MPJSwa6H7QNxCRzTRlCGuW1EbqfMyvrLI+ v+ycDB3AcqG/AtgWZ+LfrV54bY/cGq3m01JfF3byZDEQlvviPULEtppHaAzNIVPwFbdH lY+Q== X-Gm-Message-State: AOAM530bOyb2NOc5uXnE8Lv/nPLpt2S14b6PZxoKkW4kFlroBI5VCeiy V7mdn3i9iJ8+Zc2UQlGtgVgtzzEJcLxhv1g= X-Google-Smtp-Source: ABdhPJzsWP78a941d9l6QJ3VJexZd6f96DnXs4WrK2Xonm/E3V6W2Dcu5ZMwCqV7POybhajOznxd4Q== X-Received: by 2002:a05:6e02:214a:: with SMTP id d10mr2801612ilv.134.1640339575781; Fri, 24 Dec 2021 01:52:55 -0800 (PST) Received: from smtpclient.apple ([2601:243:2000:5ac:8175:fc24:d669:bcaa]) by smtp.gmail.com with ESMTPSA id w4sm1469177ilv.18.2021.12.24.01.52.55 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 24 Dec 2021 01:52:55 -0800 (PST) From: Ridley Combs Mime-Version: 1.0 (Mac OS X Mail 15.0 \(3693.40.0.1.81\)) Date: Fri, 24 Dec 2021 03:52:54 -0600 References: <20211224030904.1196-1-rcombs@rcombs.me> To: ffmpeg-devel In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3693.40.0.1.81) 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 Dec 24, 2021, at 03:12, Diederick C. Niehorster wrote: > > 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!) No relation to those at all. > _______________________________________________ > 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". _______________________________________________ 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".