From 6c00a9f3294d40b0c254ca484e171fce3e5a07fe Mon Sep 17 00:00:00 2001 From: Lynne Date: Thu, 9 Nov 2023 22:50:47 +0100 Subject: [PATCH] web: add release notes for version 6.1 --- src/index | 65 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) diff --git a/src/index b/src/index index 5d469e0..0d68db5 100644 --- a/src/index +++ b/src/index @@ -35,6 +35,71 @@ News +

November 10th, 2023, FFmpeg 6.1 "Heaviside"

+

+ FFmpeg 6.1 "Heaviside", a new + major release, is now available! Some of the highlights: +

+ +

+ This release had been overdue for at least half a year, but due to constant activity in the repository, + had to be delayed, and we were finally able to branch off the release recently, before some of the large + changes scheduled for 7.0 were merged. +

+

+ Internally, we have had a number of changes too. The FFT, MDCT, DCT and DST implementation used for codecs + and filters has been fully replaced with the faster libavutil/tx (full article about it coming soon).
+ This also led to a reduction in the the size of the compiled binary, which can be noticeable in small builds.
+ There was a very large reduction in the total amount of allocations being done on each frame throughout video decoders, + reducing overhead.
+ RISC-V optimizations for many parts of our DSP code have been merged, with mainly the large decoders being left.
+ There was an effort to improve the correctness of timestamps and frame durations of each packet, increasing the + accurracy of variable frame rate video. +

+

+ Next major release will be version 7.0, scheduled to be released in February. We will attempt to better stick + to the new release schedule we announced at the start of this year. +

+

+ We strongly recommend users, distributors, and system integrators to upgrade unless they use current git master. +

+

May 31st, 2023, Vulkan decoding

A few days ago, Vulkan-powered decoding hardware acceleration code was merged into the codebase. -- 2.42.0