Skip to content

HTMLVideoElement unlock #596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4,510 commits into from
Closed

HTMLVideoElement unlock #596

wants to merge 4,510 commits into from

Conversation

avaer
Copy link
Member

@avaer avaer commented Nov 11, 2018

HTMLVideoElement was commented before due to lack of testing.

This PR fixes several bugs with the implementation and re-enables <video> support.

Avaer Kazmer added 30 commits October 22, 2018 22:09
@avaer
Copy link
Member Author

avaer commented Nov 11, 2018

We should also:

  • Thread the decode
  • Draw the video textures to GL -- unlike a 2D browser, if someone is requesting a video they are probably going to be injecting it into the scene
  • Enable accelerated decoding

@avaer
Copy link
Member Author

avaer commented Nov 13, 2018

This should be decoding in parallel on a thread now.

@avaer
Copy link
Member Author

avaer commented Nov 15, 2018

Adding hardware acceleration turned out to be straightforward (2a1f938#diff-50c6fafb71eb1398f06c6da1ba93730dR19).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants