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 5F18947F1C for ; Sat, 4 Nov 2023 19:07:02 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 6FA2A68CE72; Sat, 4 Nov 2023 21:07:00 +0200 (EET) Received: from nef.ens.fr (nef2.ens.fr [129.199.96.40]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EB0A468CD8C for ; Sat, 4 Nov 2023 21:06:53 +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 3A4J6ruF028707 for ; Sat, 4 Nov 2023 20:06:53 +0100 Received: by phare.normalesup.org (Postfix, from userid 1001) id 36CECEB5B7; Sat, 4 Nov 2023 20:06:53 +0100 (CET) Date: Sat, 4 Nov 2023 20:06:53 +0100 From: Nicolas George To: FFmpeg development discussions and patches Message-ID: References: MIME-Version: 1.0 In-Reply-To: X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (nef.ens.fr [129.199.96.32]); Sat, 04 Nov 2023 20:06:53 +0100 (CET) Subject: Re: [FFmpeg-devel] [PATCH] avfilter/buffersrc: 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="===============7837356312672739705==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7837356312672739705== Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="eAqpe4ZITUIMGTl5" Content-Disposition: inline --eAqpe4ZITUIMGTl5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Paul B Mahol (12023-11-04): > From 31a6a78ebc3a3f8785ec7c8e5ffd4257c7eadec3 Mon Sep 17 00:00:00 2001 > From: Paul B Mahol > Date: Fri, 27 Oct 2023 14:26:50 +0200 > Subject: [PATCH] avfilter/buffersrc: switch to activate >=20 > Fixes error when caller keeps adding frames into filtergraph > that reached EOF by other means, for example EOF is signalled > by other filter in filtergraph or by buffersink. Filters with no more than one input and one output do not need to implement activate. If it seems they need, that indicates a bug in the framework. Then that bug needs to be found and fixed. This patch just adds code to work around it, it is not acceptable. --=20 Nicolas George --eAqpe4ZITUIMGTl5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE6ooRQGBoNzw0KnwPcZVLI8pNxgwFAmVGlksACgkQcZVLI8pN xgyODw/+Le067/D+Y0+rBt21wVm3TCdXBQzK4iGMn1cPFd9bb4qtJUuh2AYDNy/c PioKaD/jwRggeWC9Ra0JtQuKTEWplr03huie3P2jXPweOzdtrUfW3Lh0vKSx8B7u IQeFRP7roj/vQW0tT2Zw8Alr0Xd78iQ31qGylmONqz+pOx+VRSeCQxh7f1gwD6Rq 62PdvzIoC7MoyVEXOr/QNXUxg+xK/GKMkV4qIrITmSNLdZigfMCx/KzJ0tTlTEsJ OE2vIyP5dVTpoOngh7m8/May4L7q19bUX7y9gnlSHPHVD3u1YrtSmnwEmLzUxX9y rNXf3OGd9brq/G+SY46WHfEkinef1tE8evphKhaEa6J9cJntAwVJm7gzca9wpRqS pZL3tYifqm4DXx/sTtIQyXq3mE2fE+A9Z4OmXUUhpVl1WUisTUqtc699QKFYtwM1 p7VwShs8JIJ4tVawGbPuYgBf6VQoF/D1u5p2b9j97WPZDwOMnA4I58tIE/RmpU4S e+HDyXLwDchgVGBd4x4ABi+E4taQDicTqCoaX9/ntLCHrCG1IRdPqo6QaGM5arxJ 4S36yk8qkbOlGFLxiPLmv/N3J1FEOXHj+l8ZhLhKD88DnGWy+rH1FZxAXE8gZLPW WkVrRMuYEb6cAN2seMsg/1vMYciqHJY58Tb94Ms0MFsxbzjeYxE= =dgao -----END PGP SIGNATURE----- --eAqpe4ZITUIMGTl5-- --===============7837356312672739705== 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". --===============7837356312672739705==--