diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f02f3ea44..bd15c4e75 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -17,11 +17,12 @@ We are operating with `semantic versioning `_. are merged into the "default" branch. -next ----- +v16.1.0 +------- Features: +- Add support for Intel QSV codecs by :gh-user:`ladaapp`. - Add AMD AMF hardware decoding by :gh-user:`ladaapp2`. - Add subtitle encoding support by :gh-user:`skeskinen` in (:pr:`2050`). - Add read/write access to PacketSideData by :gh-user:`skeskinen` in (:pr:`2051`). diff --git a/scripts/ffmpeg-8.0.json b/scripts/ffmpeg-8.0.json index f8af81c7a..54968d400 100644 --- a/scripts/ffmpeg-8.0.json +++ b/scripts/ffmpeg-8.0.json @@ -1,3 +1,3 @@ { - "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-1/ffmpeg-{platform}.tar.gz" + "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-2/ffmpeg-{platform}.tar.gz" } diff --git a/scripts/ffmpeg-latest.json b/scripts/ffmpeg-latest.json index f8af81c7a..54968d400 100644 --- a/scripts/ffmpeg-latest.json +++ b/scripts/ffmpeg-latest.json @@ -1,3 +1,3 @@ { - "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-1/ffmpeg-{platform}.tar.gz" + "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.0.1-2/ffmpeg-{platform}.tar.gz" }