diff mbox series

[FFmpeg-devel] Website release notes for 6.0

Message ID NPMOV34--3-9@lynne.ee
State New
Headers show
Series [FFmpeg-devel] Website release notes for 6.0 | expand

Checks

Context Check Description
andriy/configure_x86 warning Failed to apply patch
yinshiyou/configure_loongarch64 warning Failed to apply patch

Commit Message

Lynne Feb. 28, 2023, 9:41 a.m. UTC
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.

Comments

Lynne Feb. 28, 2023, 9:59 a.m. UTC | #1
Feb 28, 2023, 10:41 by dev@lynne.ee:

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

Corrected a spelling mistake, more specifically stated
which release is an LTS release, and a minor adjustments:

    A new major release, <a href="download.html#release_6.0">FFmpeg 6.0 "Von Neumann"</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 minor release of a major version will be an
    LTS release.
    This means that releases will be done more often and will be more organized.

    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.
    A few submitted features, such as the Vulkan improvements and more FFT optimizations will be in the
    next minor release, 6.1, which we plan to release soon, in line with our new release schedule.
    Some highlights are:
Lynne Feb. 28, 2023, 2:52 p.m. UTC | #2
Feb 28, 2023, 10:59 by dev@lynne.ee:

> Feb 28, 2023, 10:41 by dev@lynne.ee:
>
>> 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.
>>

Ping, release has been tagged for quite a while now.
Final version:

    A new major release, <a href="download.html#release_6.0">FFmpeg 6.0 "Von Neumann"</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 minor release of a major version will be an
    LTS release.
    This means that releases will be done more often and will be more organized.

    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 (expect a blog post about this soon), 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.
    A few submitted features, such as the Vulkan improvements and more FFT optimizations will be in the
    next minor release, 6.1, which we plan to release soon, in line with our new release schedule.
    Some highlights are:
Marton Balint Feb. 28, 2023, 7:44 p.m. UTC | #3
On Tue, 28 Feb 2023, Lynne wrote:

> Feb 28, 2023, 10:59 by dev@lynne.ee:
>
>> Feb 28, 2023, 10:41 by dev@lynne.ee:
>>
>>> 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.
>>>
>
> Ping, release has been tagged for quite a while now.
> Final version:
>
>     A new major release, <a href="download.html#release_6.0">FFmpeg 6.0 "Von Neumann"</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 minor release of a major version will be an
>     LTS release.

For some reason LTS releases were only planned for every second year:

https://ftp.belnet.be/mirror/FOSDEM/video/2023/K.3.401/om_vlc.webm#t=724

So I'd remove the last sentence until this is clarified.

Regards,
Marton



>     This means that releases will be done more often and will be more organized.
>
>     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 (expect a blog post about this soon), 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.
>     A few submitted features, such as the Vulkan improvements and more FFT optimizations will be in the
>     next minor release, 6.1, which we plan to release soon, in line with our new release schedule.
>     Some highlights are:
>
>
Michael Niedermayer Feb. 28, 2023, 7:47 p.m. UTC | #4
Hi

On Tue, Feb 28, 2023 at 08:44:01PM +0100, Marton Balint wrote:
> 
> 
> On Tue, 28 Feb 2023, Lynne wrote:
> 
> > Feb 28, 2023, 10:59 by dev@lynne.ee:
> > 
> > > Feb 28, 2023, 10:41 by dev@lynne.ee:
> > > 
> > > > 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.
> > > > 
> > 
> > Ping, release has been tagged for quite a while now.
> > Final version:
> > 
> >     A new major release, <a href="download.html#release_6.0">FFmpeg 6.0 "Von Neumann"</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 minor release of a major version will be an
> >     LTS release.
> 
> For some reason LTS releases were only planned for every second year:
> 
> https://ftp.belnet.be/mirror/FOSDEM/video/2023/K.3.401/om_vlc.webm#t=724
> 
> So I'd remove the last sentence until this is clarified.

patch LGTM with the change

thx

[...]
Lynne Feb. 28, 2023, 9:13 p.m. UTC | #5
Feb 28, 2023, 20:47 by michael@niedermayer.cc:

> Hi
>
> On Tue, Feb 28, 2023 at 08:44:01PM +0100, Marton Balint wrote:
>
>>
>>
>> On Tue, 28 Feb 2023, Lynne wrote:
>>
>> > Feb 28, 2023, 10:59 by dev@lynne.ee:
>> > 
>> > > Feb 28, 2023, 10:41 by dev@lynne.ee:
>> > > 
>> > > > 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.
>> > > > 
>> > 
>> > Ping, release has been tagged for quite a while now.
>> > Final version:
>> > 
>> >     A new major release, <a href="download.html#release_6.0">FFmpeg 6.0 "Von Neumann"</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 minor release of a major version will be an
>> >     LTS release.
>>
>> For some reason LTS releases were only planned for every second year:
>>
>> https://ftp.belnet.be/mirror/FOSDEM/video/2023/K.3.401/om_vlc.webm#t=724
>>
>> So I'd remove the last sentence until this is clarified.
>>
>
> patch LGTM with the change
>

Applied the change and pushed, thanks
diff mbox series

Patch

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