qsv and vaapi fixes (#1139)

* lots of qsv fixes

* update changelog

* fix qsv mpeg2

* vaapi fixes

* update changelog

* upgrade mudblazor

* fix bug with undefined input colorspace
This commit is contained in:
Jason Dove
2023-01-29 10:00:52 -06:00
committed by GitHub
parent 3d821043bb
commit 2689a67eb8
23 changed files with 279 additions and 95 deletions
+4
View File
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Fixed
- Fix many QSV pipeline bugs
- Fix MPEG2 video format with QSV and VAAPI acceleration
- Fix playback of content with undefined colorspace
## [0.7.3-beta] - 2023-01-25
### Added