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 521EF47D39 for ; Sun, 18 Feb 2024 15:23:43 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 80AB868D359; Sun, 18 Feb 2024 17:23:41 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B986D68D32C for ; Sun, 18 Feb 2024 17:23:34 +0200 (EET) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 66D131060247 for ; Sun, 18 Feb 2024 15:23:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1708269814; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=XUvAeUVpNFs9YrfoVEV/QSHd5RvbNoulgOpxcuC9G0o=; b=x+yhH8IaKfVNpEKCIUoQcbi+t2imiOWRuapAtWObkgMqGv01FWujPO7XCL7sZ2Bg IT6F7Sih5huXdkVuXDoqxtyrY6LfqNlJKXDiRnpZfcAjgOqHlBVFYSuowufGRKzjftI tk5PTtd27C5LFDaPMkkUGfzv0CJvasM4pqXSrrs5/Dy4ZMRwcoAI0ZRqAt51VWMbwh4 KaTBs2X7d/4cnd0m8xc/i3wtvlLLmEvJ7Jm4r60Fb3ITcsE5wnnVKmmv8p9qScYf5M0 dOpaSBBU1K/npPNqUuzKZwHLXJBtK+gkW3tMeF6YHUz8i6f8eo8YSEjketpByIu1n+g bwu3jjjBeg== Date: Sun, 18 Feb 2024 16:23:34 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] lavu/tx: correctly use a default scale parameter for all transform types 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: Feb 17, 2024, 20:53 by dev@lynne.ee: > This fixes the previous commit and adds more cases (DCT-I and DST-I). > > I am holding off on defining a scale parameter for FFTs as I'd like > to use a complex value for them. > > Patch attached. > Pushed mine, which also added D(C/S)Ts. _______________________________________________ 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".