-
Notifications
You must be signed in to change notification settings - Fork 7.2k
Pyav backend for VideoReader API #6598
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
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
01b512f
Test: add backend parameter
0f8e126
VideoReader object now works on backend
3c91963
Frame reading now passes
febcdfc
Keyframe seek now passes
d4d623f
Pyav backend now supports metadata
a288c49
changes in test to reflect GPU decoder change
9ed4644
Merge branch 'main' into bkorbar/pyavapi
bjuncek fc6d44e
Linter?
f62e955
Test GPU output
3b01816
Addressing Joao's comments
e3f8bbc
lint
2ae40b2
Merge branch 'main' into bkorbar/pyavapi
bjuncek 8d66cec
lint
e37b14a
Revert "Test GPU output"
35ecde2
lint?
92c3699
lint
6320cac
lint
a73300d
Address issues in build?
55aeb6f
hopefully doc fix
2496f3f
Merge branch 'main' into bkorbar/pyavapi
bjuncek 7b79335
Arrgh
d299173
arrgh
89f1dba
Merge branch 'main' into bkorbar/pyavapi
bjuncek 6dd4238
Merge branch 'main' into bkorbar/pyavapi
bjuncek 222f088
Merge branch 'main' into bkorbar/pyavapi
bjuncek c78ce7e
Merge branch 'main' into bkorbar/pyavapi
jdsgomes e7a1840
fix typos
jdsgomes 3e04eb6
fix input options
jdsgomes 17082df
remove read from memory option in pyav
jdsgomes 9d45094
skip read from mem test for gpu and pyab be
jdsgomes 7a1d95d
fix test
jdsgomes 8b24b2d
remove unused import
jdsgomes 6cfcf16
Merge branch 'main' into bkorbar/pyavapi
jdsgomes 231358b
Hack to get reading from memory work with pyav
c1dcc16
patch audio test
f900c62
Merge branch 'main' into bkorbar/pyavapi
bjuncek d1cc724
Merge branch 'main' into bkorbar/pyavapi
jdsgomes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
can we run this just once for all tests in this file since they all supposed to run with the cud backend?
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.
Good question. Let me try out :)
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.
For some reason that failed (putting it in a class header) so I'll keep it as is, and then re-do the tests later.