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 ESMTPS id AA98C4DFA8 for ; Sat, 26 Apr 2025 22:22:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BAC4F68B253; Sun, 27 Apr 2025 01:22:36 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 78A25687DD1 for ; Sun, 27 Apr 2025 01:22:30 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1745706150; bh=ejezRss7yEKn1+suh6ZevISwwEbIc+VLrVAvVwFrZbQ=; h=Date:From:To:Subject:In-Reply-To:References:From; b=J+1VEfJdFeVtCFFbuIZZvaV0RbzfMInKH0Y32l/7fo3+QeDferEuy/5BxwmwzOVkP 4T8/KqKh1YidipemRpzKL+zq3C5xWiwkCBtsA2OAvYQll04Hia6IIkzyDf2yDb1mDc yP4XSHTWXk2bGvbN6dO1Mi1I+Q8XR99/fgniCWzw= Received: from localhost (unknown [185.35.208.89]) by haasn.dev (Postfix) with UTF8SMTPSA id 2405F40675 for ; Sun, 27 Apr 2025 00:22:30 +0200 (CEST) Date: Sun, 27 Apr 2025 00:22:29 +0200 Message-ID: <20250427002229.GB439551@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: <20250426175603.726924-1-ffmpeg@haasn.xyz> References: <20250426175603.726924-1-ffmpeg@haasn.xyz> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH 00/17] swscale v2: new framework [RFC] 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 Sat, 26 Apr 2025 19:41:04 +0200 Niklas Haas wrote: > Hi all, > > After extensive amounts of refactoring and iteration on the design and API, > and the implementation of an x86 SIMD backend, I'm happy to present the > revised version of my ongoing swscale rewrite. Now with 100% less reliance on > compiler autovectorization. Small heads up: The current version of the code can be found at https://github.com/haasn/FFmpeg/commits/swscale6 (The version I sent here had a small bug in the dither calculation code, I've fixed it at the above link) _______________________________________________ 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".