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 5896D4503A for ; Sun, 28 May 2023 21:15:51 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F032768C1E5; Mon, 29 May 2023 00:15:48 +0300 (EEST) Received: from relay7-d.mail.gandi.net (relay7-d.mail.gandi.net [217.70.183.200]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 81B6868BECA for ; Mon, 29 May 2023 00:15:42 +0300 (EEST) X-GND-Sasl: michael@niedermayer.cc Received: by mail.gandi.net (Postfix) with ESMTPSA id BF27620002 for ; Sun, 28 May 2023 21:15:41 +0000 (UTC) Date: Sun, 28 May 2023 23:15:41 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230528211541.GR1391451@pb2> References: <20230522233601.20552-1-michael@niedermayer.cc> MIME-Version: 1.0 In-Reply-To: <20230522233601.20552-1-michael@niedermayer.cc> Subject: Re: [FFmpeg-devel] [PATCH 1/6] Move bessel_i0() from swresample/resample to avutil/mathematics 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: multipart/mixed; boundary="===============7656205731324339957==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7656205731324339957== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="h1yPVEMkimJXSVYB" Content-Disposition: inline --h1yPVEMkimJXSVYB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, May 23, 2023 at 01:35:56AM +0200, Michael Niedermayer wrote: > 0th order modified bessel function of the first kind are used in multiple > places, lets avoid having 3+ different implementations > I picked this one as its accurate and quite fast, it can be replaced if > a better one is found >=20 > Signed-off-by: Michael Niedermayer > --- > doc/APIchanges | 3 ++ > libavutil/mathematics.c | 104 ++++++++++++++++++++++++++++++++++++++ > libavutil/mathematics.h | 4 ++ > libswresample/resample.c | 106 +-------------------------------------- > 4 files changed, 112 insertions(+), 105 deletions(-) will retest this patchset on arm/mips/mingw32/64/x86-32/64 linux and if it = passes apply [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Avoid a single point of failure, be that a person or equipment. --h1yPVEMkimJXSVYB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZHPEeAAKCRBhHseHBAsP q0/FAJ9DQ4+fe/8l4NKv61DyB+16BS0EXACfdmZhmlhDZPg9T29cLjQ9zhV7Cjk= =WP/S -----END PGP SIGNATURE----- --h1yPVEMkimJXSVYB-- --===============7656205731324339957== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============7656205731324339957==--