The branch, master has been updated
       via  7f6f4387fa28d197ad78c55a1ea7bbcb1a7b0cb2 (commit)
      from  41b6aa8a92d184ffa43e3b39eb0fc7a89867d851 (commit)


- Log -----------------------------------------------------------------
commit 7f6f4387fa28d197ad78c55a1ea7bbcb1a7b0cb2
Author:     Anton Khirnov <an...@khirnov.net>
AuthorDate: Mon Apr 1 20:07:20 2024 +0200
Commit:     James Almer <jamr...@gmail.com>
CommitDate: Thu Apr 4 22:07:24 2024 -0300

    web: add a news entry for 7.0
    
    Signed-off-by: James Almer <jamr...@gmail.com>

diff --git a/src/index b/src/index
index 1eb5524..d035ffa 100644
--- a/src/index
+++ b/src/index
@@ -35,6 +35,34 @@
     News
   </h1>
 
+  <h3 id="pr7.0">April 5th, 2024, FFmpeg 7.0 "Dijkstra"</h3>
+  <p>
+  A new major release, <a href="download.html#release_7.0">FFmpeg 7.0 
"Dijkstra"</a>,
+  is now available for download. The most noteworthy changes for most users are
+  a <a href="#vvcdec">native VVC decoder</a> (currently experimental, until 
more
+  fuzzing is done), <a href="#iamf">IAMF support</a>, or a
+  <a href="#cli_threading">multi-threaded <code>ffmpeg</code> CLI tool</a>.
+  </p>
+
+  <p>
+  This release is <em>not</em> 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 <code>AVChannelLayout</code> API 
allowing such
+  features as custom channel ordering, or Ambisonics. Certain deprecated 
<code>ffmpeg</code>
+  CLI options were also removed, and a C11-compliant compiler is now required 
to build
+  the code.
+  </p>
+
+  <p>
+  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.1, the 
<code>git</code> repository
+  contains almost &sim;2000 new commits by &sim;100 authors, touching 
&gt;100000 lines in
+  &sim;2000 files &mdash; thanks to everyone who contributed. See the
+  <a 
href="https://git.videolan.org/?p=ffmpeg.git;a=blob_plain;f=Changelog;hb=n7.0";>Changelog</a>,
+  <a 
href="https://git.videolan.org/?p=ffmpeg.git;a=blob_plain;f=doc/APIchanges;hb=n7.0";>APIchanges</a>,
+  and the git log for more comprehensive lists of changes.
+  </p>
+
   <h3 id="vvcdec">January 3rd, 2024, native VVC decoder</h3>
   <p>
   The <code>libavcodec</code> library now contains a native VVC (Versatile 
Video Coding)

-----------------------------------------------------------------------

Summary of changes:
 src/index | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)


hooks/post-receive
-- 

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to