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 63145463E2 for ; Tue, 16 May 2023 23:38:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7E8D668C07E; Wed, 17 May 2023 02:38:41 +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 129F568BB04 for ; Wed, 17 May 2023 02:38:35 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 44CDAFF804 for ; Tue, 16 May 2023 23:38:33 +0000 (UTC) Date: Wed, 17 May 2023 01:38:33 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20230516233833.GV1391451@pb2> References: MIME-Version: 1.0 In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] avfilter/src_movie: 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="===============1513480458281611246==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1513480458281611246== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="FlxqdQUIXA+HMkrt" Content-Disposition: inline --FlxqdQUIXA+HMkrt Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 15, 2023 at 11:13:10PM +0200, Paul B Mahol wrote: > Attached. > src_movie.c | 91 ++++++++++++++++++++++++++++++++++++-----------------= ------- > 1 file changed, 56 insertions(+), 35 deletions(-) > 2fe86f393e8afc2e055458cf8c505e0fb4e20931 0001-avfilter-src_movie-switch-= to-activate.patch > From a5bfd2e0856a02989ce7f1d2a4f3b9f45c77189f Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Sat, 2 Apr 2022 14:06:22 +0200 > Subject: [PATCH 1/3] avfilter/src_movie: switch to activate() >=20 > Signed-off-by: Paul B Mahol > --- > libavfilter/src_movie.c | 91 +++++++++++++++++++++++++---------------- > 1 file changed, 56 insertions(+), 35 deletions(-) Causes infinite loop in =2E/ffmpeg -f lavfi -i "amovie=3Dfate-suite/wavpack/num_channels/eva_2.22_6= =2E1_16bit-partial.wv,asplit=3D3[out1][a][b]; [a]showwaves=3Ds=3D340x240,pa= d=3Diw:ih*2[waves]; [b]showspectrum=3Ds=3D340x240[spectrum]; [waves][spectr= um] overlay=3D0:h [out0]" -t 0.1 -qscale 2 -bitexact file-waves.avi ive also seen memory corruption with some other patches from today on top u= sing the same command above. but only bisected the first issue, i can bisect teh others too if it helps ? thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB In fact, the RIAA has been known to suggest that students drop out of college or go to community college in order to be able to afford settlements. -- The RIAA --FlxqdQUIXA+HMkrt Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZGQT9QAKCRBhHseHBAsP qwYYAJ9cJC1vV4JHGtuvVxO4wGzwJBJsxwCcDDHz8V3G8pbN8ckgyIGbZNFnwdw= =OPdt -----END PGP SIGNATURE----- --FlxqdQUIXA+HMkrt-- --===============1513480458281611246== 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". --===============1513480458281611246==--