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 C866F4869D for ; Wed, 13 Dec 2023 23:16:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 149C468D0B8; Thu, 14 Dec 2023 01:16:22 +0200 (EET) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [217.70.183.197]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0D1AC68CF85 for ; Thu, 14 Dec 2023 01:16:16 +0200 (EET) Received: by mail.gandi.net (Postfix) with ESMTPSA id 1CA9B1C0006 for ; Wed, 13 Dec 2023 23:16:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1702509375; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=b+67yYDSKrSum8VjZij8lB3xvqjDt4Me/4mjw3SMi8s=; b=E3fu+tJah/kZBSESaa/nijDJnPTRdjsImjnqUZVkzJ2tDMCnXnmadCvrPM0vR6PcziWFbU et+lPqETqVZ7NrqUgE651IOzRIZNSLJ/0A3wJW3eMiLO2IXfvF3VkBz/a0j5jTCMzGgVnQ 5o9+ffhLtEIJCNxFZ4GGeNzRPAenZFTBSazLmQodSHJXwgqlA3PbSNfTZsgG13QFG4D2CL o3H2qPf+S+fwu2f4JPkwNIkwZj75ZwXLu5cdjiJiUgY/NUAlea70AJ7eNsQJw61kfYF850 rkGWccTB76DtlAtmwS5Ut90UVV6xOTPZLFtX5sPOyP/gZ9BJQkuYN+WKkvxzVg== Date: Thu, 14 Dec 2023 00:16:14 +0100 From: Michael Niedermayer To: ffmpeg-devel@ffmpeg.org Message-ID: <20231213231614.GB1833374@pb2> References: <20231212074119.EC15B41151B@natalya.videolan.org> MIME-Version: 1.0 In-Reply-To: <20231212074119.EC15B41151B@natalya.videolan.org> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] fftools/ffmpeg: convert to a threaded architecture 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="===============1660824682008760404==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============1660824682008760404== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="pvezYHf7grwyp3Bc" Content-Disposition: inline --pvezYHf7grwyp3Bc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Dec 12, 2023 at 07:41:18AM +0000, Anton Khirnov wrote: > ffmpeg | branch: master | Anton Khirnov | Tue Jul 18 = 16:37:52 2023 +0200| [d119ae2fd82a494d9430ff4d4fc262961a68c598] | committer= : Anton Khirnov >=20 > fftools/ffmpeg: convert to a threaded architecture >=20 > Change the main loop and every component (demuxers, decoders, filters, > encoders, muxers) to use the previously added transcode scheduler. Every > instance of every such component was already running in a separate > thread, but now they can actually run in parallel. >=20 > Changes the results of ffmpeg-fix_sub_duration_heartbeat - tested by > JEEB to be more correct and deterministic. >=20 > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=3Dcommit;h=3Dd119ae2fd= 82a494d9430ff4d4fc262961a68c598 > --- infinite loops this: (most of the time) ffmpeg -i tickets///2531/interlaced_top.wmv -t 10 -bitexact -vcodec ffv1 -l= evel 0 -y file..avi https://samples.ffmpeg.org/ffmpeg-bugs/trac/ticket2531/interlaced_top.wmv thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Complexity theory is the science of finding the exact solution to an approximation. Benchmarking OTOH is finding an approximation of the exact --pvezYHf7grwyp3Bc Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZXo7OgAKCRBhHseHBAsP qz+EAJwNq1mxojicD4ZojLuw3Ekb8JIiVQCffqFI+NpuiZNN1KRjDk4xKhgXm2M= =Kx5z -----END PGP SIGNATURE----- --pvezYHf7grwyp3Bc-- --===============1660824682008760404== 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". --===============1660824682008760404==--