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 9EA9549110 for ; Sun, 4 Feb 2024 09:31:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D4E1868D155; Sun, 4 Feb 2024 11:31:39 +0200 (EET) Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 56A1C68CBFD for ; Sun, 4 Feb 2024 11:31:33 +0200 (EET) Authentication-Results: mail0.khirnov.net; dkim=pass (2048-bit key; unprotected) header.d=khirnov.net header.i=@khirnov.net header.a=rsa-sha256 header.s=mail header.b=UOfDT/ru; dkim-atps=neutral Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 02443240DA9 for ; Sun, 4 Feb 2024 10:31:33 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id u6TTkbSP1hrz for ; Sun, 4 Feb 2024 10:31:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1707039092; bh=nW+HmcLjQ1/ox8ATAkLqsDXdm0P/UQvuEF3M7bmg6ts=; h=Subject:From:To:In-Reply-To:References:Date:From; b=UOfDT/ruRAp6Z59O1WVRcEb3IMmsFJYS1M3xNEuzD003d3W0LMQQ7UbvgTuk9rlh9 THHRdYnzrKFS1hCJNzBeiPhxNtv+noXxPs1e5ceEJwimrxfNGBmq4RyMfqatYIHHg/ 6SnBHIMUrhL7Mm0w1LQN7JeDGX0sRs9oFuDrBVKJCDceilmG8xry6yTKnX/fBTxPOa pxeUmZZ1ZVxQZRo0kuHP3FF5bq5F/9Rp3Hiqxq8pkF0tacCG5L1JwsiAyBdTFvwj7s eSD4V2SNJHjrI8lgHcSdB932icdqQ9mu8cJh1uxEO8Lo8Nrqm7BV6RkvaZhM+R+no8 E2w2guKvjUSCg== 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 35747240177 for ; Sun, 4 Feb 2024 10:31:32 +0100 (CET) Received: by lain.khirnov.net (Postfix, from userid 1000) id 21F9F1601B9; Sun, 4 Feb 2024 10:31:32 +0100 (CET) From: Anton Khirnov To: FFmpeg development discussions and patches In-Reply-To: References: <20240204090233.1157950-1-jdek@itanimul.li> Mail-Followup-To: FFmpeg development discussions and patches Date: Sun, 04 Feb 2024 10:31:32 +0100 Message-ID: <170703909211.8914.8165043162601935720@lain.khirnov.net> User-Agent: alot/0.8.1 MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH 0/2] Remove SDL2 output devices 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: 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 Zhao Zhili (2024-02-04 10:19:11) > > On Feb 4, 2024, at 17:02, J. Dekker wrote: > > > > With the addition of threading in ffmpeg.c, the SDL2 devices no longer have the > > 'main' thread. This means that both the SDL2 and OpenGL output device are broken > > in master. Rather than attempting to fix it, they should be removed instead as > > there are better alternatives for debugging or viewing streams. > > Please note they are broken only with fftools, they work as before when used as libavdevice > in theory. In other words, unlike any normal muxer, they are broken for any multithreaded caller and always have been. -- 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".