[Linux] Support full range video by VA-API
Categories
(Core :: Audio/Video: Playback, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox96 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
[Linux] Support full range video by VA-API, for instance https://bugzilla.mozilla.org/attachment.cgi?id=8984703
Assignee | ||
Comment 1•3 years ago
|
||
Get frame color range from ffmpeg by av_frame_get_color_range() (we do the same for non VA-API path),
store to DMABufSurface and propagate to rendering thread.
Comment 3•3 years ago
|
||
bugherder |
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Hello Martin,
Can you please provide any STR for QA manual to verify this fix? As I don't see any difference between build 95.0a1(20211101084651) and Beta 96.0b5 in opening on Ubuntu 20.4 the link from description(https://bugzilla.mozilla.org/attachment.cgi?id=8984703).
Thank you.
Assignee | ||
Comment 5•3 years ago
|
||
No need to verify it - it's not yet production ready feature disabled by default and needs extra steps to enable/configure HW video decoding.
Comment 6•3 years ago
|
||
Removing the qe-verify+ until pref will be production ready.
Description
•