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 480AE48B7C for ; Fri, 5 Jan 2024 10:50:13 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2ECC568CD2D; Fri, 5 Jan 2024 12:50:02 +0200 (EET) Received: from mail1.khirnov.net (quelana.khirnov.net [94.230.150.81]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7C44F68CCCB for ; Fri, 5 Jan 2024 12:49:54 +0200 (EET) 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=PCUNiWsC; dkim-atps=neutral Received: from localhost (mail1.khirnov.net [IPv6:::1]) by mail1.khirnov.net (Postfix) with ESMTP id BB98513BB for ; Fri, 5 Jan 2024 11:49:53 +0100 (CET) Received: from mail1.khirnov.net ([IPv6:::1]) by localhost (mail1.khirnov.net [IPv6:::1]) (amavis, port 10024) with ESMTP id FzjBPtHFqomr for ; Fri, 5 Jan 2024 11:49:52 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=khirnov.net; s=mail; t=1704451792; bh=xO0ST873WyTsGPFYydbZUTH8D4cuu//evLzcx20TSMU=; h=From:To:Subject:Date:From; b=PCUNiWsCqloMw+BThAVcGFbUWwxlxtkfPTrDIKouhl+gm1+7k+9LmJ2vMK96mXXdo dZ1TbYHpDXiu+uKRpo/4NDuN2rplwe3jz2eX3FafYjBZVB8Nd7H4QG2I0vDn4yitNp 7JMzAfbzcKUXsLqapTeu/4OkegD102AaaLU+gmf/Jj/43Z4mHuMQ6OH/wdH/gkTTMi GmgAekSXHayDVYbbhdf0R5mql45XnRLy/G0lFKYkHY1NfB3Q+z4mimLOI8nPGWgQ2f WUHMlxC0EtxfpRtuB2WBUwgVJ/M3g7sxsfB04rcNBbeuBmNHHV0/oLRgPq6gfyEI2e euJ2YvJFoSvOw== 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 5A2021F4 for ; Fri, 5 Jan 2024 11:49:52 +0100 (CET) Received: from libav.khirnov.net (libav.khirnov.net [IPv6:::1]) by libav.khirnov.net (Postfix) with ESMTP id 1561F3A0534 for ; Fri, 5 Jan 2024 11:49:46 +0100 (CET) From: Anton Khirnov To: ffmpeg-devel@ffmpeg.org Date: Fri, 5 Jan 2024 11:49:35 +0100 Message-ID: <20240105104936.10817-1-anton@khirnov.net> X-Mailer: git-send-email 2.42.0 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 1/2] web: add a news entry for IAMF 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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/index b/src/index index 9a21161..a2536ff 100644 --- a/src/index +++ b/src/index @@ -35,6 +35,13 @@ News +

December 18th, 2023, IAMF support

+

+ The libavformat library can now read and write IAMF + (Immersive Audio) files. The ffmpeg CLI tool can configure IAMF structure with the new + -stream_group option. IAMF support was written by James Almer. +

+

December 12th, 2023, multi-threaded ffmpeg CLI tool

Thanks to a major refactoring of the ffmpeg command-line tool, all the major -- 2.42.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".