Browse Source

feat: add hw accelerated padding for qsv (#3010)

pull/3011/head
Jason Dove 1 week ago committed by GitHub
parent
commit
6e9693e963
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/artifacts.yml
  2. 2
      CHANGELOG.md

2
.github/workflows/artifacts.yml

@ -311,7 +311,7 @@ jobs: @@ -311,7 +311,7 @@ jobs:
uses: suisei-cn/actions-download-file@v1.3.0
id: downloadffmpeg
with:
url: "https://github.com/ErsatzTV/ErsatzTV-ffmpeg/releases/download/8.1.2/ffmpeg-n8.1.2-etv-g3c0520f9-win64-gpl-8.1.zip"
url: "https://github.com/ErsatzTV/ErsatzTV-ffmpeg/releases/download/8.1.2/ffmpeg-n8.1.2-etv-g14f231eb-win64-gpl-8.1.zip"
target: ffmpeg/
- name: Package artifacts

2
CHANGELOG.md

@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). @@ -7,6 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added
- Periodically delete unused artwork from cache folder on disk
- Next engine:
- Add hardware-accelerated padding for QSV on Windows and Linux (note that this requires the latest ETV custom ffmpeg build)
### Fixed
- Fix health checks causing a flood of (harmless) logged errors when quickly navigating away from home page

Loading…
Cancel
Save