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 31905473E0 for ; Fri, 5 Jan 2024 16:27:34 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5991368CD40; Fri, 5 Jan 2024 18:27:31 +0200 (EET) Received: from mail-pg1-f179.google.com (mail-pg1-f179.google.com [209.85.215.179]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A2B1868CCB8 for ; Fri, 5 Jan 2024 18:27:24 +0200 (EET) Received: by mail-pg1-f179.google.com with SMTP id 41be03b00d2f7-5ce07cf1e5dso1086382a12.2 for ; Fri, 05 Jan 2024 08:27:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ob-encoder-com.20230601.gappssmtp.com; s=20230601; t=1704472042; x=1705076842; darn=ffmpeg.org; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=JvjMqcVzOzeaHBvxdHS2Mfb6PokTxLv2dOaJ7t1hwb4=; b=usJ+zTIvo4sv4Bz5OF3lTU9T7/ffJ3JZv87z6NicTEUC73XEKjFTeA6h5mNKWW71/v tI2iYPXa0sPS8SUa+cfQxfRXDBxlzcbOl0RkVIoNAMkuI7+146aLe7Cr+DK7+YqDGDnT vHAOd8Y/D2Uv+CZl7hGdMf7M4JTpgsqkroYAhdVlbMF0flIYZ0/fRVPJq6lKVRJmncTO KdFlyIXMafioXVYqlELWBuE8EWEepMc/0hVVp2FggqyzrB5HakbJPdrhSHvCZxYOBxE1 PqKdDo8M+hv4iu/cZx1jDm3arERxQo5tGJQ5H7HG/yFLEiVJdDCNDqDLEfiscZhm4Kvm 1J7A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1704472042; x=1705076842; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=JvjMqcVzOzeaHBvxdHS2Mfb6PokTxLv2dOaJ7t1hwb4=; b=fMK3quJxVFCWl3GkHxNUnA/QIJh+j3JjHOGIgTP2XZRf/jxHNTCW6WVQAUF7431/kn V30/BFvOcV7Gg3ViE7spY0O+JC9qrEDR/jolyjmK9xXl8Sjrq/rqJry+WxdkTqjFpMmF YtRUoN4kIcS+rfnYG3DBPtJ0YGqz1/+6ajVY3Cuaotrb1aZG57+ZyPoxvRGFuKEdTTUs lrW/JfhEUUUcLa3ryPex15TIR4boZM/jJYKAkcc5jaUNV4faJf2mrQo4qVZjC+S9s9av 5t5V70BSIZIWhoQY8EJiEkG9nIJwdo+Tx9P7U0O56XnrqouWCoMVveP8KBnTCfKTGHy+ zHWw== X-Gm-Message-State: AOJu0Yzb5LrFFtLFAPKUGTokklLmAoiHaeCVjrmQWZPiv7hUGxUHxJI+ hLL8eA+8i1zcyPVKc8pEX/L8kdfLfz73KUCKlxrGgHf1MlMjBijmeqntLO1j X-Google-Smtp-Source: AGHT+IFf3sZOeB4k5i8Uk+ys5reS7umJwBHG5onVD6RYg8DjJ5HJ7INzjECohx9QaiGb7AUGzxwHtc9Or3ZGX1X+0Pg= X-Received: by 2002:a17:90a:4a82:b0:28b:ce48:c69a with SMTP id f2-20020a17090a4a8200b0028bce48c69amr2004372pjh.58.1704472041499; Fri, 05 Jan 2024 08:27:21 -0800 (PST) MIME-Version: 1.0 References: <20240105104936.10817-1-anton@khirnov.net> <20240105104936.10817-2-anton@khirnov.net> In-Reply-To: <20240105104936.10817-2-anton@khirnov.net> From: Kieran Kunhya Date: Fri, 5 Jan 2024 16:27:11 +0000 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 2/2] web: add a news entry for VVC 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: On Fri, 5 Jan 2024 at 10:50, Anton Khirnov wrote: > --- > src/index | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/src/index b/src/index > index a2536ff..98cc516 100644 > --- a/src/index > +++ b/src/index > @@ -35,6 +35,14 @@ > News > > > +

January 3rd, 2024, native VVC decoder

> +

> + The libavcodec library now contains a native VVC > (Versatile Video Coding) > + decoder, supporting a large subset of the codec's features. Further > optimizations and > + support for more features are coming soon. The code was written by Nuo > Mi, Xu Mu, > + Frank Plowman, Shaun Loo, and Wu Jianhua. > +

> + >

December 18th, 2023, IAMF support

>

> The libavformat library can now read and write IAMF > -- > 2.42.0 > LGTM _______________________________________________ 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".