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 92119479F4 for ; Thu, 28 Sep 2023 22:00:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 96D3B68CBC8; Fri, 29 Sep 2023 00:59:57 +0300 (EEST) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5210168CAED for ; Fri, 29 Sep 2023 00:59:51 +0300 (EEST) Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id DBE201060277 for ; Thu, 28 Sep 2023 21:59:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1695938390; 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=gT1QBItwkT/nDSC61t5BPGTI/1cwO/umrJhuJTSRK+o=; b=NqQon2a2MtnwmxgB/XCwRfXHsqxp9VB3am6WBJlLkq8WSls/Y+OaTJ3E7gyN2qbD hwlGfAEaCvmOVpJYr8RrDIIlcN05me2i24hIwqP8ugW1q5T+z0/tYW44zB5Y964NeF6 UAUsbZmR5xnvc+1rDbDPJsVboUu/0RVngY7ykN1nbMS33iYdWUZPkfgvtlPYq1ewKs1 ukAE5B6x638xnua1u4hfKOy8ANk/prcZTG6Q4WYw0Fk7uYrLKx0ikCpMnxW3HvjvYkH uGldVyB0YJ17kPryRN0p4o99P1pFCjYGi3niDcpJqdw/vB5CWlto8881Qv5ZecTnblh yjzCiZlI1w== Date: Thu, 28 Sep 2023 23:59:50 +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 01/14] configure: Remove obsolete wmavoice->rdft, dct dependencies 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 28, 2023, 23:40 by andreas.rheinhardt@outlook.com: > Andreas Rheinhardt: > >> Forgotten in a810126501e1ef0992d765720ff0d2629c5d1616. >> >> Signed-off-by: Andreas Rheinhardt >> --- >> configure | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/configure b/configure >> index e1afcaa586..762311ae51 100755 >> --- a/configure >> +++ b/configure >> @@ -3033,7 +3033,7 @@ wmav1_decoder_select="sinewin wma_freqs" >> wmav1_encoder_select="sinewin wma_freqs" >> wmav2_decoder_select="sinewin wma_freqs" >> wmav2_encoder_select="sinewin wma_freqs" >> -wmavoice_decoder_select="lsp rdft dct sinewin" >> +wmavoice_decoder_select="lsp sinewin" >> wmv1_decoder_select="msmpeg4dec" >> wmv1_encoder_select="msmpeg4enc" >> wmv2_decoder_select="blockdsp error_resilience idctdsp intrax8 msmpeg4dec videodsp wmv2dsp" >> > > Unfortunately, patch #5 from this set (the main one) has been rejected > by the mailing list as spam. It is here: > https://github.com/mkver/FFmpeg/commit/e0ad224d4ccd293617c75a8ba6f5e2cda78b7c56 > and a branch for these patches is here: > https://github.com/mkver/FFmpeg/commits/fft > Would you mind awfully letting me be the author on this one? I already had a patch, but then I got swept up switching mpegaudiodsp to lavu/tx, doing a better 32-point DCT, and Cooley-Tukey, and VDD, and I forgot to send it. Would just be nice to see after working on lavu/tx for 4 years now. The rest of the configure changes, and the SILK change all LGTM. Can't comment on the rest, but I think they don't need to all be pushed at the same time. _______________________________________________ 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".