-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Add seek in GPU decoder #5215
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
Add seek in GPU decoder #5215
Conversation
💊 CI failures summary and remediationsAs of commit a8dd825 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor clarification, otherwise looks great to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Looks good to me; on the test/pyav side, have we manually confirmed that "seek" does the same thing (i.e. that it doesn't go to keyframes)? |
Summary: * Add seek in GPU decoder * Merge the two tests * Refine unit test Reviewed By: kazhang Differential Revision: D33927515 fbshipit-source-id: b195b5dbab44533e6e73c648e61eba4fd6f4f5ed
Resolves #5139.