From 1dabf232f805be212dbdb740c3b6bffd6bb4a3e5 Mon Sep 17 00:00:00 2001
From: Lynne
Date: Tue, 4 Jan 2022 15:59:31 +0100
Subject: [PATCH] Website release notes for 5.0
---
src/download | 36 +++++++++++++++++++++++++++++++
src/index | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 96 insertions(+), 1 deletion(-)
diff --git a/src/download b/src/download
index b723674..6e82193 100644
--- a/src/download
+++ b/src/download
@@ -304,6 +304,42 @@ gpg: Good signature from "FFmpeg release signing key <ffmpeg-devel@ffmpeg.org
and much faster bug fixes such as additional features and security patches.
+ FFmpeg 5.0 "Desitter"
+
+
+ 5.0 was released on 2022-01-NN. It is the latest stable FFmpeg release
+ from the 5.0 release branch, which was cut from master on 2022-01-04.
+
+ It includes the following library versions:
+
+
+libavutil 57. 17.100
+libavcodec 59. 18.100
+libavformat 59. 16.100
+libavdevice 59. 4.100
+libavfilter 8. 24.100
+libswscale 6. 4.100
+libswresample 4. 3.100
+libpostproc 56. 3.100
+
+
FFmpeg 4.4.1 "Rao"
diff --git a/src/index b/src/index
index 982fa33..839833a 100644
--- a/src/index
+++ b/src/index
@@ -35,13 +35,72 @@
News
+
January Nth, 2022, FFmpeg 5.0 "Desitter"
+
+ FFmpeg 5.0 "Desitter", a new
+ major release, is now available! For this long-overdue release, a major effort
+ underwent to remove the old encode/decode APIs and replace them with an
+ N:M-based API, the entire libavresample library was removed, libswscale
+ got a new, easier to use AVframe-based API, the Vulkan code was much improved,
+ many new filters were added, including libplacebo integration, and finally,
+ DoVi support was added, including tonemapping and remuxing.
+ Some of the changelog highlights:
+
+
+ - ADPCM IMA Westwood encoder
+ - Westwood AUD muxer
+ - ADPCM IMA Acorn Replay decoder
+ - Argonaut Games CVG demuxer
+ - Argonaut Games CVG muxer
+ - Concatf protocol
+ - afwtdn audio filter
+ - audio and video segment filters
+ - Apple Graphics (SMC) encoder
+ - hsvkey and hsvhold video filters
+ - adecorrelate audio filter
+ - atilt audio filter
+ - grayworld video filter
+ - AV1 Low overhead bitstream format muxer
+ - swscale slice threading
+ - MSN Siren decoder
+ - scharr video filter
+ - apsyclip audio filter
+ - morpho video filter
+ - amr parser
+ - (a)latency filters
+ - GEM Raster image decoder
+ - asdr audio filter
+ - speex decoder
+ - limitdiff video filter
+ - xcorrelate video filter
+ - varblur video filter
+ - huesaturation video filter
+ - colorspectrum source video filter
+ - RTP packetizer for uncompressed video (RFC 4175)
+ - bitpacked encoder
+ - VideoToolbox VP9 hwaccel
+ - VideoToolbox ProRes hwaccel
+ - support loongarch.
+ - aspectralstats audio filter
+ - adynamicsmooth audio filter
+ - libplacebo filter
+ - vflip_vulkan, hflip_vulkan and flip_vulkan filters
+ - adynamicequalizer audio filter
+ - yadif_videotoolbox filter
+ - VideoToolbox ProRes encoder
+ - anlmf audio filter
+
+
+ We strongly recommend users, distributors, and system integrators to
+ upgrade unless they use current git master.
+
+
June 19th, 2021, IRC
We have a new IRC home at Libera Chat
now! Feel free to join us at #ffmpeg and #ffmpeg-devel. More info at contact#IRCChannels
-
April 8th, 2021, FFmpeg 4.4 "Rao"
FFmpeg 4.4 "Rao", a new
--
2.34.1