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 B71BE486B9 for ; Thu, 14 Dec 2023 09:18:24 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 64D6268D226; Thu, 14 Dec 2023 11:18:23 +0200 (EET) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 74A0368D21B for ; Thu, 14 Dec 2023 11:18:17 +0200 (EET) Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 365BF2405ED; Thu, 14 Dec 2023 10:18:17 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id eNBgctG6Q1LJ; Thu, 14 Dec 2023 10:18:16 +0100 (CET) Received: from lain.khirnov.net (lain.khirnov.net [IPv6:2001:67c:1138:4306::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "lain.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id 9DDD82400AC; Thu, 14 Dec 2023 10:18:16 +0100 (CET) Received: by lain.khirnov.net (Postfix, from userid 1000) id 87ECB1601B9; Thu, 14 Dec 2023 10:18:16 +0100 (CET) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: <06d698a7-40ae-428c-8c54-cf7332ca5658@mail.de> References: <20231212074119.EC15B41151B@natalya.videolan.org> <20231213231614.GB1833374@pb2> <06d698a7-40ae-428c-8c54-cf7332ca5658@mail.de> Mail-Followup-To: FFmpeg development discussions and patches , Thilo Borgmann Date: Thu, 14 Dec 2023 10:18:16 +0100 Message-ID: <170254549653.8914.790677407068321364@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 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 Cc: Thilo Borgmann Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Quoting Thilo Borgmann via ffmpeg-devel (2023-12-14 09:18:30) > Am 14.12.23 um 00:16 schrieb Michael Niedermayer: > > 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 > >> > >> fftools/ffmpeg: convert to a threaded architecture > >> > >> 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. > >> > >> Changes the results of ffmpeg-fix_sub_duration_heartbeat - tested by > >> JEEB to be more correct and deterministic. > >> > >>> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d119ae2fd82a494d9430ff4d4fc262961a68c598 > >> --- > > Using --assert-level=2 breaks "everything" pretty early. > I'm on 5256b2f: should be fixed by the patch I just sent -- Anton Khirnov _______________________________________________ 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".