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 0DBA54094B for ; Thu, 3 Mar 2022 18:30:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6788668AF00; Thu, 3 Mar 2022 20:30:42 +0200 (EET) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DE0B7687992 for ; Thu, 3 Mar 2022 20:30:33 +0200 (EET) X-ENS-nef-client: 129.199.129.80 ( name = phare.normalesup.org ) Received: from phare.normalesup.org (phare.normalesup.org [129.199.129.80]) by nef.ens.fr (8.14.4/1.01.28121999) with ESMTP id 223IUWhR016999 for ; Thu, 3 Mar 2022 19:30:33 +0100 Received: by phare.normalesup.org (Postfix, from userid 1001) id CFCFEE62AD; Thu, 3 Mar 2022 19:30:32 +0100 (CET) Date: Thu, 3 Mar 2022 19:30:32 +0100 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: <20220301132720.86396-1-onemda@gmail.com> MIME-Version: 1.0 In-Reply-To: <20220301132720.86396-1-onemda@gmail.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Thu, 03 Mar 2022 19:30:33 +0100 (CET) Subject: Re: [FFmpeg-devel] [PATCH] avfilter/split: 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="===============2642026943223592817==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2642026943223592817== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="YONTd+Y/Z4LihQC9" Content-Disposition: inline --YONTd+Y/Z4LihQC9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul B Mahol (12022-03-01): > Signed-off-by: Paul B Mahol > --- >=20 > Fix possible hangs if (a)split filter is used in graph and one of outputs= ends > earlier than others. > Then filter may never receive EOF from input provided by (a)split filter. >=20 > See ticket #9152 for commands how to reproduce issue. I am trying to reproduce the issue, and I notice it hangs with sine.mp3 but not with sine.wav (my build did not have a MP3 encoder), and I find it very strange, even with the current code. Please let me look into it closer; but if you have an idea about why MP3 input behaves different than WAV please let me know. Regards, --=20 Nicolas George --YONTd+Y/Z4LihQC9 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmIhCUcACgkQcZVLI8pN xgzOtw//RIxU/AofHJHJuB2K4Q2tDnql7fsHFeQgYdKLHUCfXFOyHkOmkQJsRgRI NjJDJIWnAjy5kY8WPdpd7KOZdfssxBO45FK7y/YZkmhE8Nm8vwlnqSTRmujq9efr N9XiPBilJmVvKxt/kjZJFPs4XvD+PPlJrpa1QhO3WNdLG4Izwk1CC2xZXP8PFLhm Xu3oLl9I0yP/OL9AtKyQvf5bK1bxgkhaaPnAdAxefIe1Lxi7iyGCmO/EfNIIp5KV RwnZKRuHOR6c/7+g5WokSiDp4yvbJDGj4uFR8O2HyGztJQxdJCf74EUz/PycFAzU snU4VbNGAVwkmRmTU8Rv8pcJP6HenlkYi5yuYGi+iYy5AtSQrbG5nOuQz3k5KRnh wfyPB2m4zz3ZOQ97snutBxboF5E3Qglq2GjE1w+rDWsHN75KltyFOer+ftf/JXjV 4cf7wxccfgNCZm+ZWZOCAIdFopZfNLQBG+2+Tpl6pNaHZhrRvQPzY0YvI5PIFqA8 yWzLybS5jaMFjdPzOJftttCWESh67WUyCMphgcbu89A+aGMtOAubQBrupaHj9EuZ lIhOYQjt4iMP37+UeenrI2oyQ/dJVUfNmy6gvqMV09oe7JXX+eQeq76W1nmDOiOO o2m3/Nhj3S4nv9fGqKlqrrF28IM0Av+tbARVazf2pBl59t/v8ZY= =hOOS -----END PGP SIGNATURE----- --YONTd+Y/Z4LihQC9-- --===============2642026943223592817== 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". --===============2642026943223592817==--