Skip to content

Commit

Permalink
v7.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Oct 15, 2024
1 parent b2efdcd commit e0c27d4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. This project uses [semantic versioning](https://semver.org/).

## 7.8.0 (2024-10-14)
* Behavior change: hardware acceleration is now enabled by default if it's available and detected as working by HBUP.
* Behavior change: the bundled FFmpeg no longer attempts to provide Intel QSV hardware acceleration support due to bugs in the QSV libraries when creating static FFmpeg builds.
* Improvement: Intel QSV hardware acceleration support now works with HEVC (Protect calls this enhanced encoding).
* Improvement: support for Jellfin FFmpeg builds for use with Intel QSV hardware acceleration. If you want to use Intel QSV hardware acceleration, I recommend either [downloading it for your particular Linux environment from Jellyfin](https://repo.jellyfin.org/?path=/ffmpeg) or [adding the Jellyfin repository to your Linux distribution](https://jellyfin.org/docs/general/installation/linux/#debuntu-debian-ubuntu-and-derivatives-using-apt) and then installing `jellyfin-ffmpeg`. Ensure you specify the location of the Jellyfin FFmpeg version under the Settings | Additional Settings section in the HBUP webUI.
* Housekeeping.

## 7.7.1 (2024-10-06)
* **Note: FFmpeg v7.1 currently has fatal issues handling H.264 and HEVC decoding in certain scenarios. Unfortunately, this impacts HBUP as well as a lot of software out there. Until further notice, HBUP does not support FFmpeg versions above 7.0.x. If you have no idea what any of this means, that generally means you can ignore all this because things work fine in your environment. 😀**
* Housekeeping.
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-unifi-protect",
"version": "7.7.1",
"version": "7.8.0",
"displayName": "Homebridge UniFi Protect",
"description": "Homebridge UniFi Protect plugin providing complete HomeKit integration for the UniFi Protect ecosystem with full support for most features including autoconfiguration, motion detection, multiple controllers, and realtime updates.",
"author": {
Expand Down Expand Up @@ -77,7 +77,7 @@
"dependencies": {
"@homebridge/plugin-ui-utils": "1.0.3",
"ffmpeg-for-homebridge": "^2.1.5",
"homebridge-plugin-utils": "^1.10.1",
"homebridge-plugin-utils": "^1.10.2",
"unifi-protect": "^4.16.0",
"ws": "8.18.0"
},
Expand Down

0 comments on commit e0c27d4

Please sign in to comment.