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 49E0A4A5DB for ; Mon, 1 Apr 2024 17:17:13 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F384D68C8AE; Mon, 1 Apr 2024 20:17:10 +0300 (EEST) Received: from mail1.khirnov.net (quelana.khirnov.net [94.230.150.81]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EE9FC68C8AE for ; Mon, 1 Apr 2024 20:17:03 +0300 (EEST) Authentication-Results: mail1.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=Qky+a62S; dkim-atps=neutral Received: from localhost (mail1.khirnov.net [IPv6:::1]) by mail1.khirnov.net (Postfix) with ESMTP id B09884D5C for ; Mon, 1 Apr 2024 19:17:02 +0200 (CEST) Received: from mail1.khirnov.net ([IPv6:::1]) by localhost (mail1.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id BEgBB5K40En1 for ; Mon, 1 Apr 2024 19:17:01 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1711991821; bh=1rtQ4GXPhW8BmAHUQMerCG9AVca7c2ecvF/fLftO3ok=; h=From:To:Subject:Date:From; b=Qky+a62Szw/qBX4/2HzS9UMWBpNTIwh3cLEs3rVmMv8Rizw/0CQi5ND6YygBdQ1Lq PdZIOABI6Q3tc/q+ueUORw4wNnBxKYb8DfQ24Lh/F8c9JXLzegupski7k5SLSouOrS OmDMf8dOWouzTY+zjjisA63GUqI1+/fvLUxh+P7H4aJehmHiDS8PLm8gwrMA/mE242 99TsQZJMP9VMcCO4u4iSDI7mt3oMbq3zhMoghi1KSrOsmsrf5L30zHVq8wnmZ/YQAJ i6rS49rEIo6dOho6VJlPVB4w8jasKMdCvHcsIIGsOerhi/yRHNHqY5l57PsrihcB+a 0zauGzPf1Rfbw== Received: from libav.khirnov.net (libav.khirnov.net [IPv6:2a00:c500:561:201::7]) (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 "libav.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail1.khirnov.net (Postfix) with ESMTPS id 9D6911C2B for ; Mon, 1 Apr 2024 19:17:01 +0200 (CEST) Received: from libav.khirnov.net (libav.khirnov.net [IPv6:::1]) by libav.khirnov.net (Postfix) with ESMTP id 694DB3A03D8 for ; Mon, 1 Apr 2024 19:16:55 +0200 (CEST) From: Anton Khirnov To: ffmpeg-devel@ffmpeg.org Date: Mon, 1 Apr 2024 19:15:45 +0200 Message-ID: <20240401171645.8875-2-anton@khirnov.net> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [RFC/PATCH] web: add a news entry for 7.0 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: --- src/index | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/index b/src/index index 1eb5524..ba4f0e8 100644 --- a/src/index +++ b/src/index @@ -35,6 +35,33 @@ News +

April xxth, 2024, FFmpeg 7.0 "XXX"

+

+ A new major release, FFmpeg 7.0 "XXX", + is now available for download. The most noteworthy changes for most users are + a native VVC decoder, IAMF support, + or a multi-threaded ffmpeg CLI tool. +

+ +

+ This release is not backwards compatible, removing APIs deprecated before 6.0. + The biggest change for most library callers will be the removal of the old bitmask-based + channel layout API, replaced by the AVChannelLayout API allowing such + features as custom channel ordering, or Ambisonics. Certain deprecated ffmpeg + CLI options were also removed, and a C11-compliant compiler is now required to build + the code. +

+ +

+ As usual, there is also a number of new supported formats and codecs, new filters, APIs, + and countless smaller features and bugfixes. Compared to 6.0, the git repository + contains almost ∼2000 new commits by ∼100 authors, touching >100000 lines in + ∼2000 files — thanks to everyone who contributed. See the + Changelog, + APIchanges, + and the git log for more comprehensive lists of changes. +

+

January 3rd, 2024, native VVC decoder

The libavcodec library now contains a native VVC (Versatile Video Coding) -- 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".