You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
Describe the bug
VPF doesn't seem to support VP9 streams that use SVC (L2T3_KEY, L3T3_KEY, etc).
To Reproduce
Steps to reproduce the behavior:
Use VPF to decode a VP9 stream that uses SVC.
Make the stream adapt its quality setting (change spatial / temporal layer) - a common behaviour when handling webrtc streams.
Expected behavior
Frame is decoded properly and covers the entire surface, without being cut or having black borders.
Sometimes the decoder doesn't seem to output frames at all.
Screenshots
Example of a failed decode - decoded frame seems to be from one layer but doesn't match the surface dimensions.
Additional information
I'd be happy to provide an example VP9 stream which isn't decoded properly.
Describe the bug
VPF doesn't seem to support VP9 streams that use SVC (L2T3_KEY, L3T3_KEY, etc).
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Frame is decoded properly and covers the entire surface, without being cut or having black borders.
Sometimes the decoder doesn't seem to output frames at all.
Screenshots

Example of a failed decode - decoded frame seems to be from one layer but doesn't match the surface dimensions.
Additional information
I'd be happy to provide an example VP9 stream which isn't decoded properly.