From patchwork Sat Sep 24 18:26:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Josh Dekker X-Patchwork-Id: 706 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.66 with SMTP id o63csp1169277vsd; Sat, 24 Sep 2016 11:26:56 -0700 (PDT) X-Received: by 10.28.132.82 with SMTP id g79mr7475490wmd.3.1474741616163; Sat, 24 Sep 2016 11:26:56 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id gd8si12481534wjb.188.2016.09.24.11.26.55; Sat, 24 Sep 2016 11:26:56 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@itanimul.li; dkim=neutral (body hash did not verify) header.i=@messagingengine.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 90B17689AD6; Sat, 24 Sep 2016 21:26:37 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 29DB5680368 for ; Sat, 24 Sep 2016 21:26:31 +0300 (EEST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id E972520503 for ; Sat, 24 Sep 2016 14:26:46 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute7.internal (MEProxy); Sat, 24 Sep 2016 14:26:46 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=itanimul.li; h= date:from:message-id:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=F96nrTsB+myxbuYcHnKBWmpTRrQ=; b=gfnOjmfYGNx+bJ6+sk7n1cMXZW5f IqWNxEN6loxWNOQT0UaP1s84gK9pRG8zRML2l4wTJq7j+Q8J6fQwAijE/+hwGT9H WYfR8i6HVo5Jmi5DrbDDT29eOJjmp+PI6KiGwwQv6q0QfJaz7WttojKWdtq0IXSV XfdQn4zBFYsguk0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=date:from:message-id:subject:to :x-sasl-enc:x-sasl-enc; s=smtpout; bh=F96nrTsB+myxbuYcHnKBWmpTRr Q=; b=rE9j49atCCLJZfWi6gx5L6zB+49bo1MgCOboty1M55osURiQv2BT5nljw9 SpXrRmUCzRJvbtzRhBwQBHKW6U7MVfK7/xfR8aGbhwtwfXKIvBz5Xk5XST6jc4Uy 4e6DkiGEOnexN6KS1G+kOcRDNLmzo/vtPO3G1zvTttWrBYyTs= X-Sasl-enc: QNCXo6IQustTmwSnhBudoHhfbXnh17pJyGAAW3vxSw8E 1474741606 Received: from localhost (cpc75394-sotn16-2-0-cust168.15-1.cable.virginm.net [82.22.8.169]) by mail.messagingengine.com (Postfix) with ESMTPA id 7C77BF2985 for ; Sat, 24 Sep 2016 14:26:46 -0400 (EDT) From: Josh de Kock To: ffmpeg-devel@ffmpeg.org Date: Sat, 24 Sep 2016 19:26:43 +0100 Message-Id: <20160924182643.79619-1-josh@itanimul.li> X-Mailer: git-send-email 2.8.4 (Apple Git-73) Subject: [FFmpeg-devel] [PATCH] news: add sdl entry X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" --- src/index | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/index b/src/index index f10f8a6..1d797fe 100644 --- a/src/index +++ b/src/index @@ -37,6 +37,13 @@ News +

September 24th, 2016, SDL1 support dropped.

+

+ Support for the SDL1 library has been dropped, due to it no longer being maintained (as of + January, 2012) and it being superseded by the SDL2 library. As a result, the SDL1 output device + has also been removed and replaced by an SDL2 implementation. Both the ffplay and opengl output + devices have been updated to support SDL2. +

August 9th, 2016, FFmpeg 3.1.2 "Laplace"

FFmpeg 3.1.2, a new point release from the 3.1 release branch, is now available!