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 F1EE64C8DF for ; Tue, 10 Jun 2025 13:11:33 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 875B568C3D3; Tue, 10 Jun 2025 16:10:58 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 4D94568D0AA for ; Tue, 10 Jun 2025 16:10:47 +0300 (EEST) Received: from haasn.dev (unknown [10.30.1.1]) by haasn.dev (Postfix) with UTF8SMTP id 443FF405F4 for ; Tue, 10 Jun 2025 15:10:46 +0200 (CEST) From: Niklas Haas To: ffmpeg-devel@ffmpeg.org Date: Tue, 10 Jun 2025 15:04:51 +0200 Message-ID: <20250610131042.200918-1-ffmpeg@haasn.xyz> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v5 00/19] swscale: new ops framework 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: Changes since v4: - minor cosmetic fixes - drop unneeded -Wno-uninitialized (breaks on MSVC) - change semantics of SwsGraph.setup() to make more sense (and fix a bug where it would not work correctly with multiple passes) - introduce and use av_dynarray2_dup() instead of av_memdup() for safely duplicating SwsOpList - fix a double free when no backend was found for an SwsOpList - fix insufficient logic on matching SWS_OP_CLEAR - avoid the use of periods in asm globals called from C (breaks on macOS) _______________________________________________ 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".