[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 6213805 web: add a news entry for VVC
ffmpeg-git at ffmpeg.org
ffmpeg-git at ffmpeg.org
Fri Jan 5 18:53:17 EET 2024
The branch, master has been updated
via 62138051e88797f59212e36dedc625b905423864 (commit)
via ebd3317dd37da5c41066c71e9cfd7f01e2aaa129 (commit)
from 6d2f499dade4e9254b68df10633db5f22c2e0757 (commit)
- Log -----------------------------------------------------------------
commit 62138051e88797f59212e36dedc625b905423864
Author: Anton Khirnov <anton at khirnov.net>
AuthorDate: Fri Jan 5 11:40:39 2024 +0100
Commit: Anton Khirnov <anton at khirnov.net>
CommitDate: Fri Jan 5 11:49:10 2024 +0100
web: add a news entry for VVC
diff --git a/src/index b/src/index
index a2536ff..98cc516 100644
--- a/src/index
+++ b/src/index
@@ -35,6 +35,14 @@
News
</h1>
+ <h3 id="vvcdec">January 3rd, 2024, native VVC decoder</h3>
+ <p>
+ The <code>libavcodec</code> 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.
+ </p>
+
<h3 id="iamf">December 18th, 2023, IAMF support</h3>
<p>
The <code>libavformat</code> library can now read and write <a href="https://aomediacodec.github.io/iamf/">IAMF</a>
commit ebd3317dd37da5c41066c71e9cfd7f01e2aaa129
Author: Anton Khirnov <anton at khirnov.net>
AuthorDate: Fri Jan 5 11:40:39 2024 +0100
Commit: Anton Khirnov <anton at khirnov.net>
CommitDate: Fri Jan 5 11:44:23 2024 +0100
web: add a news entry for IAMF
diff --git a/src/index b/src/index
index 9a21161..a2536ff 100644
--- a/src/index
+++ b/src/index
@@ -35,6 +35,13 @@
News
</h1>
+ <h3 id="iamf">December 18th, 2023, IAMF support</h3>
+ <p>
+ The <code>libavformat</code> library can now read and write <a href="https://aomediacodec.github.io/iamf/">IAMF</a>
+ (Immersive Audio) files. The <code>ffmpeg</code> CLI tool can configure IAMF structure with the new
+ <code>-stream_group</code> option. IAMF support was written by James Almer.
+ </p>
+
<h3 id="cli_threading">December 12th, 2023, multi-threaded <code>ffmpeg</code> CLI tool</h3>
<p>
Thanks to a major refactoring of the <code>ffmpeg</code> command-line tool, all the major
-----------------------------------------------------------------------
Summary of changes:
src/index | 15 +++++++++++++++
1 file changed, 15 insertions(+)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list