Add hardware acceleration to video decoding - #1
Open
zivtsarfati wants to merge 45 commits into
Open
Conversation
This breaks subinterpreters. See PyAV-Org#545.
Fixes http://PyAV-Org#340
We don't really care enough to figure this out.
It doesn't actually serve any purpose. Fixes PyAV-Org#537.
Rename GA workflow to "tests" for the badge.
This was catching extra logs, e.g.: (40, 'AVIOContext', u'Statistics: 66721 bytes read, 2 seeks\n')
This mimicks the setup of the builtin exceptions in Python >= 3.3. See: https://www.python.org/dev/peps/pep-3151/#new-exception-classes
Error handling is moved into its own module, an enumeration is created for the user to deal with error codes, and we create a copy of the entire builtin exception set from PEP 3151 that inherits from both `FFmpegError` and the builtins. Now the user can catch exceptions using the builtin exceptions, e.g. FileNotFoundError, and everything can be a little more rich and expressive. An AVError alias is left in `av.utils` and `av` for compatibility (as all exceptions from within FFmpeg will be caught by it). There is a small compatibility issue in that extensions of the builtin exceptions are now raised and may be caught where they were not before. Closes PyAV-Org#563.
This matches what happens if you grab an import block and sort alphabetically, which is what I tend to do in my editor.
This adds Graph.add_abuffer, and a small tweak to AudioFrame so that audio filters will run. Closes PyAV-Org#562.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.