[FFmpeg-cvslog] [ffmpeg-web] branch master updated. a1b3920 web/index: Add news entry about coverity
ffmpeg-git at ffmpeg.org
ffmpeg-git at ffmpeg.org
Thu Sep 12 01:18:29 EEST 2024
The branch, master has been updated
via a1b3920d8a4d6d7fccbecaa0b2e9ee5f3ce80547 (commit)
from d845d12cf632ab0685141af1f5b942611a4a051f (commit)
- Log -----------------------------------------------------------------
commit a1b3920d8a4d6d7fccbecaa0b2e9ee5f3ce80547
Author: Michael Niedermayer <michael at niedermayer.cc>
AuthorDate: Thu Aug 15 23:47:58 2024 +0200
Commit: Michael Niedermayer <michael at niedermayer.cc>
CommitDate: Thu Sep 12 00:12:35 2024 +0200
web/index: Add news entry about coverity
Based on suggestion of Jonatas
CC: "Jonatas L. Nogueira" <jesusalva at spi-inc.org>
diff --git a/src/index b/src/index
index 6da2b70..fdf7ebb 100644
--- a/src/index
+++ b/src/index
@@ -35,6 +35,14 @@
News
</h1>
+ <h3 id="coverity">September 11th, 2024, Coverity</h3>
+ <p>
+ The number of issues FFmpeg has in <a href="https://scan.coverity.com/projects/ffmpeg">Coverity (a static analyzer)</a> is now lower than it has been since 2016.
+ Our defect density is less than one 30th of the average in OSS with over a million code
+ lines. All this was possible thanks to a grant from the <a href="https://www.sovereigntechfund.de/">Sovereign Tech Fund</a>.
+ </p>
+ <img src="img/coverity-lifetime-2024-08.PNG" alt="Coverity Lifetime Graph till 2024-08" style="width: 80%; display: block; margin-left: auto; margin-right: auto;" />
+
<h3 id="xheaac">June 2rd, 2024, native xHE-AAC decoder</h3>
<p>
FFmpeg now implements a native xHE-AAC decoder. Currently, streams without (e)SBR, USAC or MPEG-H Surround
-----------------------------------------------------------------------
Summary of changes:
src/index | 8 ++++++++
1 file changed, 8 insertions(+)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list