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 5A94040CBA for ; Sun, 6 Feb 2022 19:02:48 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2CB4A68B194; Sun, 6 Feb 2022 21:02:46 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 399F268B14F for ; Sun, 6 Feb 2022 21:02:40 +0200 (EET) Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id 91954106015F for ; Sun, 6 Feb 2022 19:02:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1644174159; 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=VQScGkiHXjfU5rHTqmcaL9Sy6Ix56BCfckc3eKu3Ap4=; b=RFpoTQk3DTxBtcaRTS9rYtgNoLQu2Fm+uJSd2Q5kX2YBQm4w+samCg6ZkZaeeQaB e4Bsxr0lvaO48ZopKXV7K1kUcgYffoGEHSl+XqwVE1z0OstdycD+kN0N4sxRx+BcDO2 TiPhzZprPYU6I/ND52+ncJD9hFaHcgwBLYe6+l/Q7zi/tfap3M8PpK7zILO7P92y6zb lATolA2rb5C5lodyNxWhNrayILv57uGIMqQeY3HMySQwYdxSbYeY86jWgKVSnKZ4XKD izDTMmI3MSyR2z4QsECJAgmExbKxUVfqtv3ZD2FshleaQ+iPjhPWfIZuFq0n2wTpoTQ x/09bw9QlA== Date: Sun, 6 Feb 2022 20:02:39 +0100 (CET) From: Lynne To: FFmpeg development discussions and patches Message-ID: In-Reply-To: References: <20220206112515.1421701-1-onemda@gmail.com> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH] avfilter/af_atempo: switch to rdft from 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: 6 Feb 2022, 19:04 by pkoshevoy@gmail.com: > On Sun, Feb 6, 2022 at 10:24 AM Paul B Mahol wrote: > >> On Sun, Feb 6, 2022 at 6:16 PM Pavel Koshevoy wrote: >> >> > On Sun, Feb 6, 2022 at 4:24 AM Paul B Mahol wrote: >> >> > > >> > > >> > Is the old API being removed or deprecated? >> > Just wondering why this change is necessary. >> > >> >> New api is faster. >> Old API will get deprecated soon, but we have to replace its use in our code first. New API is faster, and supports non-power-of-two lengths. _______________________________________________ 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".