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 DED0B484B1 for ; Sun, 4 Feb 2024 09:02:46 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A4DF668D130; Sun, 4 Feb 2024 11:02:43 +0200 (EET) Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5FCAA68CEC9 for ; Sun, 4 Feb 2024 11:02:37 +0200 (EET) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id EB1DC5C00D0 for ; Sun, 4 Feb 2024 04:02:35 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute3.internal (MEProxy); Sun, 04 Feb 2024 04:02:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=itanimul.li; h= cc:content-transfer-encoding:content-type:date:date:from:from :in-reply-to:message-id:mime-version:reply-to:subject:subject:to :to; s=fm1; t=1707037355; x=1707123755; bh=BJwDqSG0myGsjcoWdN332 ncUB61XAXNfbTG/nAguF/M=; b=fNzP8hM1/hCPPnAo5yheVgGnTiUE0SV9am9P1 zblP79zZ5Q6P4hrj55I0rkC9AAzOlwINRG1wI59EJuUiCjlki9kGXbs0xd4uF0IG nH56zrM73YHNohgz1X7gsK4Wqsh3iKGod6tL3wFXug+QfVTYG8l2enkYMe4gbMeQ aq/JjOKHpudEOtDUPWO7y6Wxy8tDeL/Go//AFx5MIQNUVsKYoezGp+0i5rJ78DQ9 Pz1DflCJsuMaQcvPDRFsyIAO3iq8IWTHAXgl9LcwgX0Cb1zPR6Dh1mNqt3WmA+Mo +IpOPc0ahtbunzA/fI5yYthIG+WKfM+7AIOXwG1GpxhLv2hoQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:date:feedback-id:feedback-id:from:from:in-reply-to :message-id:mime-version:reply-to:subject:subject:to:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; t=1707037355; x=1707123755; bh=BJwDqSG0myGsjcoWdN332ncUB61X AXNfbTG/nAguF/M=; b=IMvnSKHFF2AN3Y7Ygh4V8ZSR8/ybF0SgUgDS3vRC75Ew jdaDlyJEOONFfP3XI1lB8tA06aGFssTALb8QbNC3BCFPaVAhr5A34aOlNQHhe2TF LDNk21nLCdg3IceL/me9bJLx55KvWLbZpkQ7NV5LMDobVzn5Fs2XPgjRyYGCxOmC 4qbFL8WzCOnrz/6lPn0rfkoBcPqHmGkihJWr/wa+aSNTcpFL1vSgz/SlEiQNVBCX RjC/1Gf559cmVMtSZ6rjQWaRN8STIIciBpQCVcy9h2S8yonw3L663yhxRfqyHyO6 TAbd1Ddf0x0fagAkqG5TCnJk202PstKY/AxsFvupwg== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvkedrfedujedguddvjecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffoggfgsedtkeertd ertddtnecuhfhrohhmpedflfdrucffvghkkhgvrhdfuceojhguvghksehithgrnhhimhhu lhdrlhhiqeenucggtffrrghtthgvrhhnpeeutefgtdeuvdejjeejvdetleffueehtdefte dugfelhfejueektedvvddtveeiieenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgr mhepmhgrihhlfhhrohhmpehjuggvkhesihhtrghnihhmuhhlrdhlih X-ME-Proxy: Feedback-ID: i84994747:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Sun, 4 Feb 2024 04:02:34 -0500 (EST) From: "J. Dekker" To: ffmpeg-devel@ffmpeg.org Date: Sun, 4 Feb 2024 10:02:31 +0100 Message-ID: <20240204090233.1157950-1-jdek@itanimul.li> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Subject: [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: 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. The 'pipe:' output can be used with a real video player such as mpv, vlc, or even ffplay. For cases where the user was an application using the API they should supply their own renderer. J. Dekker (2): avdevice: remove sdl2 outdev avdevice: remove OpenGL device MAINTAINERS | 3 - configure | 16 - doc/outdevs.texi | 105 --- libavdevice/Makefile | 2 - libavdevice/alldevices.c | 2 - libavdevice/opengl_enc.c | 1313 -------------------------------------- libavdevice/sdl2.c | 370 ----------- 7 files changed, 1811 deletions(-) delete mode 100644 libavdevice/opengl_enc.c delete mode 100644 libavdevice/sdl2.c -- 2.43.0 _______________________________________________ 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".