From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id B1128412B4 for ; Tue, 4 Jan 2022 15:08:59 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 43AB468B2A6; Tue, 4 Jan 2022 17:08:57 +0200 (EET) Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DE1C268B272 for ; Tue, 4 Jan 2022 17:08:50 +0200 (EET) Received: from w3.tutanota.de (unknown [192.168.1.164]) by w4.tutanota.de (Postfix) with ESMTP id D35E01060170 for ; Tue, 4 Jan 2022 15:08:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1641308929; s=s1; d=lynne.ee; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=tKOwvnZbLYPxEON5r8x+a2k6svmMCtyr4rWGiHvzpls=; b=nP5yDuWSSh7U5BnBCTVa/OPujp4H/K3TgZK6tmMdzJos+2NTTtsroOTD2DrlwFEk EStvN/HtnP1wX7qyIVbzpPghijfttFeXLAdZxpXNdjZf+e29QYQb/CNzzWgtRjc1/K5 4Qslo2wT/QyW44DB3WbILW5bU0VuxgiMorE1HYCntbIQZ81YTHxnFD0vyXAbvvrwiJp x3Q14S/NutMfRWbdfwOUlqcSyYWIvlMslD2uwgD0PAd5KzW8+9l/j2dc+4XhQDuOMsM g3CAwXpq2PpIRTIqAwmyPLtfHW6kh3NNU6hGDFxjXuFJ6w6kH9Re/yczqyhfDnR+BbR V77L8lOt8w== Date: Tue, 4 Jan 2022 16:08:49 +0100 (CET) From: Lynne To: Ffmpeg Devel Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_9738_160418523.1641308929678" Subject: [FFmpeg-devel] [PATCH] Website release notes for 5.0 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: ------=_Part_9738_160418523.1641308929678 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Since I couldn't find a codename preference, I went with "Desitter" (even though the correct spelling is "De Sitter"). There's a joke in here that if we mess up and need a 5.1 release quickly, we could codename it "anti-Desitter" :) The release notes go as follows: =C2=A0=C2=A0=C2=A0 FFmpeg 5.0 "Desitt= er", a new =C2=A0=C2=A0=C2=A0 major release, is now available! For this long-overdue r= elease, a major effort =C2=A0=C2=A0=C2=A0 underwent to remove the old encode/decode APIs and repla= ce them with an =C2=A0=C2=A0=C2=A0 N:M-based API, the entire libavresample library was remo= ved, libswscale =C2=A0=C2=A0=C2=A0 got a new, easier to use AVframe-based API, the Vulkan c= ode was much improved, =C2=A0=C2=A0=C2=A0 many new filters were added, including libplacebo integr= ation, and finally, =C2=A0=C2=A0=C2=A0 DoVi support was added, including tonemapping and remuxi= ng. =C2=A0=C2=A0=C2=A0 Some of the changelog highlights: =C2=A0=C2=A0=C2=A0 The 'N' dates on the news entry and the download page should be substituted with whenever we tag the release and make the signed archives. Patch attached. ------=_Part_9738_160418523.1641308929678 Content-Type: text/x-patch; charset=us-ascii; name=0001-Website-release-notes-for-5.0.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-Website-release-notes-for-5.0.patch >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 ------=_Part_9738_160418523.1641308929678 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". ------=_Part_9738_160418523.1641308929678--