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 7495946469 for ; Thu, 18 May 2023 20:54:18 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D919E68C13C; Thu, 18 May 2023 23:54:15 +0300 (EEST) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A2A0368BBA2 for ; Thu, 18 May 2023 23:54:09 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 4F77DFF802 for ; Thu, 18 May 2023 20:54:07 +0000 (UTC) Date: Thu, 18 May 2023 22:54:05 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230518205405.GA1391451@pb2> References: MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] avfilter/af_aresample: switch to activate 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="===============1097759190256990138==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1097759190256990138== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="WxvyIW12Aj7m0eTB" Content-Disposition: inline --WxvyIW12Aj7m0eTB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 18, 2023 at 06:27:00PM +0200, Paul B Mahol wrote: > With proper EOF reporting support. Attached. > af_aresample.c | 54 ++++++++++++++++++++++++++++++++++++++++++++++----= ---- > 1 file changed, 46 insertions(+), 8 deletions(-) > 338cf669de11643ba2c601061f210984b526bbbf 0022-avfilter-af_aresample-swit= ch-to-activate.patch > From ed6be8443c29ce2246eec572b7342cee00e61925 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Wed, 17 May 2023 09:15:51 +0200 > Subject: [PATCH 22/27] avfilter/af_aresample: switch to activate >=20 > Signed-off-by: Paul B Mahol > --- > libavfilter/af_aresample.c | 54 ++++++++++++++++++++++++++++++++------ > 1 file changed, 46 insertions(+), 8 deletions(-) 5fc6947a0355c4a155dd969174f9d0ab83e3b755 This seems to cause a infinite loop with: =2E/ffmpeg -i 1sec.ogg -af asetnsamples=3D1:p=3D0,atrim=3Dend_sample=3D1024= 0,aresample=3D8000,asetnsamples=3D1:p=3D0,aresample=3D44100 -bitexact -y sm= pl12.wav https://samples.ffmpeg.org/ogg/Vorbis/1sec.ogg thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Those who are best at talking, realize last or never when they are wrong. --WxvyIW12Aj7m0eTB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZGaQaQAKCRBhHseHBAsP q6kKAJ4ojuLMCL8lQ2aATflv1ng+KYqtqACgkz6j2jMiiWqRrrsSvIm0giUK/4s= =5p86 -----END PGP SIGNATURE----- --WxvyIW12Aj7m0eTB-- --===============1097759190256990138== 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". --===============1097759190256990138==--