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 C2ED346A9F for ; Fri, 1 Sep 2023 22:06:50 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 39DCE68C733; Sat, 2 Sep 2023 01:06:47 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A7E5C68C4DB for ; Sat, 2 Sep 2023 01:06:40 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 127641060157 for ; Fri, 1 Sep 2023 22:06:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1693605999; 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=2mEHs7gph7hMKikeJBC6lokgRBYjz4QJT5Vm61XSj/c=; b=oAj0w9JecpZPn9Dv/j9na2oTcG6ttdqnb+Dt/KmSt0KS4RBQRaJT1QZf282hJNHm YTVZmjvGkhEFRPvyBJU+RhUaDAGv4l74OE3T6Sq93IbyU5P8NmRoXA7KEX5I13S/DCA gp92Kmym9HT9Eu1jlnwHw2pE+/hJbDzFynNB93JZnf2f9zGcZDPzMTseYfu4+fz/NT4 97GZiHsxtsrTYuXWEQ3lipwvUW8fVNXtLNQvY6XwHAosQtpDjOQL2Jnm4yhpIjQLfdb 7XzJzy301m/wVRzlQLNOgAXu0EgtG6onkRvenW8ZFRTHWd0i+9yBsp+wDXLE+YS86vf /uy35fFUHQ== Date: Sat, 2 Sep 2023 00:06:39 +0200 (CEST) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v3] wmavoice: convert DCT-I/DST-I to lavu/tx 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: Sep 1, 2023, 06:39 by dev@lynne.ee: > Added a patch to fix scaling of R2R transforms and > improved table generation precision slightly. > > Planning to push this at the end of today, as it has been > on the mailing list for over a month with two LGTMs. > Pushed patchset along with the last version of the deprecation patch. Conformance of all of the new, as well as the old API can be tested via the usual tool: https://github.com/cyanreg/lavu_fft_test Thanks for all the reviews and opinions. LTO builds should already see a substantial drop in file size. As for the rest, the upcoming patches to remove the dead code will take care of that. _______________________________________________ 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".