Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Lynne <dev@lynne.ee>
To: Ffmpeg Devel <ffmpeg-devel@ffmpeg.org>
Subject: [FFmpeg-devel] Website release notes for 6.0
Date: Tue, 28 Feb 2023 10:41:30 +0100 (CET)
Message-ID: <NPMOV34--3-9@lynne.ee> (raw)

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

Wrote the release notes for 6.0, containing an
explanation of the new releases/ABI bump details,
and an overview of what has changed.

Patch attached.


[-- Attachment #2: 0001-Website-release-notes-for-6.0.patch --]
[-- Type: text/x-diff, Size: 4457 bytes --]

From 20ec89bc3e79406dcff6c56663a5f18fffc349e7 Mon Sep 17 00:00:00 2001
From: Lynne <dev@lynne.ee>
Date: Tue, 28 Feb 2023 10:39:18 +0100
Subject: [PATCH] Website release notes for 6.0

---
 src/index | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)

diff --git a/src/index b/src/index
index 2aac720..7d83a29 100644
--- a/src/index
+++ b/src/index
@@ -35,6 +35,77 @@
     News
   </h1>
 
+  <h3 id="pr6.0">February 28th, 2023, FFmpeg 6.0 "Von Neumann"</h3>
+  <p>
+    A new major release, <a href="download.html#release_5.0">FFmpeg 6.0 "Von Newmann"</a>,
+    is now available for download. This release has many new encoders and decoders, filters,
+    ffmpeg CLI tool improvements, and also, changes the way releases are done. All major
+    releases will now bump the version of the ABI. We plan to have a new major release each
+    year. Another release-specific change is that deprecated APIs will be removed after 3
+    releases, upon the next major bump. The last release of a major version will be LTS.
+    This means that releases will be done more often and will be more organized.
+  </p>
+  <p>
+    New decoders featured are Bonk, RKA, Radiance, SC-4, APAC, VQC, WavArc and a few ADPCM formats.
+    QSV and NVenc now support AV1 encoding. The FFmpeg CLI (we usually reffer to it as ffmpeg.c
+    to avoid confusion) has speed-up improvements due to threading, as well as statistics options,
+    and the ability to pass option values for filters from a file. There are quite a few new audio
+    and video filters, such as adrc, showcwt, backgroundkey and ssim360, with a few hardware ones too.
+    Finally, the release features many behind-the-scenes changes, including a new FFT and MDCT
+    implementation used in codecs, numerous bugfixes, better ICC profile handling and colorspace
+    signalling improvement, introduction of a number of RISC-V vector and scalar assembly optimized
+    routines, and a few new improved APIs, which can be viewed in the doc/APIchanges file in our tree.
+    Some highlights are:
+  </p>
+  <ul>
+    <ul>Radiance HDR image support</ul>
+    <ul>ddagrab (Desktop Duplication) video capture filter</ul>
+    <ul>ffmpeg -shortest_buf_duration option</ul>
+    <ul>ffmpeg now requires threading to be built</ul>
+    <ul>ffmpeg now runs every muxer in a separate thread</ul>
+    <ul>Add new mode to cropdetect filter to detect crop-area based on motion vectors and edges</ul>
+    <ul>VAAPI decoding and encoding for 10/12bit 422, 10/12bit 444 HEVC and VP9</ul>
+    <ul>WBMP (Wireless Application Protocol Bitmap) image format</ul>
+    <ul>a3dscope filter</ul>
+    <ul>bonk decoder and demuxer</ul>
+    <ul>Micronas SC-4 audio decoder</ul>
+    <ul>LAF demuxer</ul>
+    <ul>APAC decoder and demuxer</ul>
+    <ul>Media 100i decoders</ul>
+    <ul>DTS to PTS reorder bsf</ul>
+    <ul>ViewQuest VQC decoder</ul>
+    <ul>backgroundkey filter</ul>
+    <ul>nvenc AV1 encoding support</ul>
+    <ul>MediaCodec decoder via NDKMediaCodec</ul>
+    <ul>MediaCodec encoder</ul>
+    <ul>oneVPL support for QSV</ul>
+    <ul>QSV AV1 encoder</ul>
+    <ul>QSV decoding and encoding for 10/12bit 422, 10/12bit 444 HEVC and VP9</ul>
+    <ul>showcwt multimedia filter</ul>
+    <ul>corr video filter</ul>
+    <ul>adrc audio filter</ul>
+    <ul>afdelaysrc audio filter</ul>
+    <ul>WADY DPCM decoder and demuxer</ul>
+    <ul>CBD2 DPCM decoder</ul>
+    <ul>ssim360 video filter</ul>
+    <ul>ffmpeg CLI new options: -stats_enc_pre[_fmt], -stats_enc_post[_fmt], -stats_mux_pre[_fmt]</ul>
+    <ul>hstack_vaapi, vstack_vaapi and xstack_vaapi filters</ul>
+    <ul>XMD ADPCM decoder and demuxer</ul>
+    <ul>media100 to mjpegb bsf</ul>
+    <ul>ffmpeg CLI new option: -fix_sub_duration_heartbeat</ul>
+    <ul>WavArc decoder and demuxer</ul>
+    <ul>CrystalHD decoders deprecated</ul>
+    <ul>SDNS demuxer</ul>
+    <ul>RKA decoder and demuxer</ul>
+    <ul>filtergraph syntax in ffmpeg CLI now supports passing file contents</ul>
+    <ul> as option values, by prefixing option name with '/'</ul>
+    <ul>hstack_qsv, vstack_qsv and xstack_qsv filters</ul>
+  </ul>
+  <p>
+    We strongly recommend users, distributors, and system integrators to
+    upgrade unless they use current git master.
+  </p>
+
   <h3 id="pr5.1">July 22nd, 2022, FFmpeg 5.1 "Riemann"</h3>
   <p>
     <a href="download.html#release_5.1">FFmpeg 5.1 "Riemann"</a>, a new
-- 
2.39.2


[-- Attachment #3: Type: text/plain, Size: 251 bytes --]

_______________________________________________
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".

             reply	other threads:[~2023-02-28  9:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-28  9:41 Lynne [this message]
     [not found] ` <NPMOV34--3-9@lynne.ee-NPMOZAh--7-9>
2023-02-28  9:59   ` Lynne
     [not found]   ` <NPMSbWa--3-9@lynne.ee-NPMSeu1--3-9>
2023-02-28 14:52     ` Lynne
2023-02-28 19:44       ` Marton Balint
2023-02-28 19:47         ` Michael Niedermayer
2023-02-28 21:13           ` Lynne

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=NPMOV34--3-9@lynne.ee \
    --to=dev@lynne.ee \
    --cc=ffmpeg-devel@ffmpeg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git