From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 829AC4E8A1 for ; Sat, 12 Jul 2025 10:23:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 7920768EFFF; Sat, 12 Jul 2025 13:23:22 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 8057968EE23 for ; Sat, 12 Jul 2025 13:23:15 +0300 (EEST) Received: from haasn.dev (unknown [10.30.1.1]) by haasn.dev (Postfix) with UTF8SMTP id 2F4B8405F4; Sat, 12 Jul 2025 12:23:15 +0200 (CEST) Date: Sat, 12 Jul 2025 12:23:15 +0200 Message-ID: <20250712122315.GD39069@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20250620151721.GB2123647@haasn.xyz> References: <20250620131613.2123402-1-ffmpeg@haasn.xyz> <20250620151721.GB2123647@haasn.xyz> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH v7 01/18] swscale/graph: pass per-pass image pointers to setup() 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: Niklas Haas 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, 20 Jun 2025 15:17:21 +0200 Niklas Haas wrote: > Changes since v6: > - fix one MSVC build failure > > Will merge this version in ~24H assuming patchwork passes. For the sake of the record, the reason this one cas not merged yet was because there was a bug where older versions of clang miscompiled one function under -O3. I will resubmit a version with a workaround. _______________________________________________ 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".