On 21/08/2025 06:47, Lynne via ffmpeg-devel wrote: > --- > src/index | 42 ++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 42 insertions(+) > > diff --git a/src/index b/src/index > index 52829e1..a07f4b8 100644 > --- a/src/index > +++ b/src/index > @@ -35,6 +35,48 @@ > News > > > +
> + A new major release, FFmpeg 8.0 "Huffman", > + is now available for download. > + Thanks to several delays, and modernization of our entire infrastructure, this release ended up > + being one of our largest releases to date. In short, its new features are: > +
> + A new class of decoders and encoders based on pure Vulkan compute implementation have been added.
> + Rather than using a custom hardware accelerator present, they are based on compute shaders, and work
> + on any implementation of Vulkan 1.3. Decoders use the same hwaccel API and commands, so users do not
> + need to do anything special to enable them, as enabling Vulkan decoding is sufficient to use them.
> + Encoders, like our hardware accelerated encoders, require specifying a new encoder (ffv1_vulkan).
> + Currently, the only codecs supported are: FFv1 (encoding and decoding) and ProRes RAW (decode only).
> + ProRes (encode+decode) and VC-2 (encode+decode) implementations are complete and currently in review,
> + to be merged soon and available with the next minor release.
> + Only codecs specifically designed for parallelized decoding can be implemented in such a way, with
> + more mainstream codecs not being planned for support.
> + Depending on the hardware, these new codecs can provide very significant speedups, and open up
> + possibilities to work with them for situations like non-linear video editors and
> + lossless screen recording/streaming, so we are excited to learn what our downstream users can make with them.
> +
> + The project has recently started to modernize its infrastructure. Our mailing list servers have been > + fully upgraded, and we have recently started to accept contributions via a new forge, available on > + code.ffmpeg.org, running a Forgejo instance. > +
> +> + As usual, we recommend that users, distributors, and system integrators to upgrade unless they use current git master. > +
> + >> FFmpeg 7.1 "Péter", a new Thanks -- Frank