The branch, master has been updated via a23b3fe406dcabfbed5f5b31f3f07362173a10cb (commit) from c362eec3ccd1ebe4dafc8500b70238d96aa4ba64 (commit)
- Log ----------------------------------------------------------------- commit a23b3fe406dcabfbed5f5b31f3f07362173a10cb Author: Lynne <d...@lynne.ee> AuthorDate: Tue Jan 4 15:59:31 2022 +0100 Commit: Lynne <d...@lynne.ee> CommitDate: Fri Jan 14 22:10:59 2022 +0100 Website release notes for 5.0 diff --git a/src/download b/src/download index b723674..7d78dd0 100644 --- a/src/download +++ b/src/download @@ -304,6 +304,42 @@ gpg: Good signature from "FFmpeg release signing key <ffmpeg-de...@ffmpeg.org and much faster bug fixes such as additional features and security patches. </p> + <h3 id="release_5.0">FFmpeg 5.0 "Lorentz"</h3> + + <p> + 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. + </p> + <p>It includes the following library versions: + </p> + <pre> +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</pre> + <div class="row"> + <div class="col-md-3"> + <a class="btn btn-success" href="releases/ffmpeg-5.0.tar.xz">Download xz tarball</a> + <small><a href="releases/ffmpeg-5.0.tar.xz.asc">PGP signature</a></small> + </div> <!-- col --> + <div class="col-md-3"> + <a class="btn btn-success" href="releases/ffmpeg-5.0.tar.bz2">Download bzip2 tarball</a> + <small><a href="releases/ffmpeg-5.0.tar.bz2.asc">PGP signature</a></small> + </div> <!-- col --> + <div class="col-md-3"> + <a class="btn btn-success" href="releases/ffmpeg-5.0.tar.gz">Download gzip tarball</a> + <small><a href="releases/ffmpeg-5.0.tar.gz.asc">PGP signature</a></small> + </div> <!-- col --> + <div class="col-md-3 text-right"> + <small><a href="https://git.ffmpeg.org/gitweb/ffmpeg.git/shortlog/n5.0">Changelog</a></small> + <a class="btn btn-success" href="https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/refs/heads/release/5.0:/RELEASE_NOTES">Release Notes</a> + </div> <!-- col --> + </div> <!-- row --> + <h3 id="release_4.4">FFmpeg 4.4.1 "Rao"</h3> <p> diff --git a/src/index b/src/index index 982fa33..62a514f 100644 --- a/src/index +++ b/src/index @@ -35,13 +35,73 @@ News </h1> + <h3 id="pr5.0">January Nth, 2022, FFmpeg 5.0 "Lorentz"</h3> + <p> + <a href="download.html#release_5.0">FFmpeg 5.0 "Lorentz"</a>, 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 + has 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. The default + AAC encoder settings were also changed to improve quality. + Some of the changelog highlights: + </p> + <ul> + <li>ADPCM IMA Westwood encoder</li> + <li>Westwood AUD muxer</li> + <li>ADPCM IMA Acorn Replay decoder</li> + <li>Argonaut Games CVG demuxer</li> + <li>Argonaut Games CVG muxer</li> + <li>Concatf protocol</li> + <li>afwtdn audio filter</li> + <li>audio and video segment filters</li> + <li>Apple Graphics (SMC) encoder</li> + <li>hsvkey and hsvhold video filters</li> + <li>adecorrelate audio filter</li> + <li>atilt audio filter</li> + <li>grayworld video filter</li> + <li>AV1 Low overhead bitstream format muxer</li> + <li>swscale slice threading</li> + <li>MSN Siren decoder</li> + <li>scharr video filter</li> + <li>apsyclip audio filter</li> + <li>morpho video filter</li> + <li>amr parser</li> + <li>(a)latency filters</li> + <li>GEM Raster image decoder</li> + <li>asdr audio filter</li> + <li>speex decoder</li> + <li>limitdiff video filter</li> + <li>xcorrelate video filter</li> + <li>varblur video filter</li> + <li>huesaturation video filter</li> + <li>colorspectrum source video filter</li> + <li>RTP packetizer for uncompressed video (RFC 4175)</li> + <li>bitpacked encoder</li> + <li>VideoToolbox VP9 hwaccel</li> + <li>VideoToolbox ProRes hwaccel</li> + <li>support loongarch.</li> + <li>aspectralstats audio filter</li> + <li>adynamicsmooth audio filter</li> + <li>libplacebo filter</li> + <li>vflip_vulkan, hflip_vulkan and flip_vulkan filters</li> + <li>adynamicequalizer audio filter</li> + <li>yadif_videotoolbox filter</li> + <li>VideoToolbox ProRes encoder</li> + <li>anlmf audio filter</li> + </ul> + <p> + We strongly recommend users, distributors, and system integrators to + upgrade unless they use current git master. + </p> + <h3 id="irc2021">June 19th, 2021, IRC</h3> <p> We have a new IRC home at Libera Chat now! Feel free to join us at #ffmpeg and #ffmpeg-devel. More info at <a href="https://ffmpeg.org/contact.html#IRCChannels">contact#IRCChannels</a> </p> - <h3 id="pr4.4">April 8th, 2021, FFmpeg 4.4 "Rao"</h3> <p> <a href="download.html#release_4.4">FFmpeg 4.4 "Rao"</a>, a new ----------------------------------------------------------------------- Summary of changes: src/download | 36 +++++++++++++++++++++++++++++++++++ src/index | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 97 insertions(+), 1 deletion(-) hooks/post-receive -- _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".