Skip to content

Add hardware acceleration to video decoding - #1

Open
zivtsarfati wants to merge 45 commits into
AnyVisionltd:developfrom
rvillalba-novetta:hwaccel
Open

Add hardware acceleration to video decoding#1
zivtsarfati wants to merge 45 commits into
AnyVisionltd:developfrom
rvillalba-novetta:hwaccel

Conversation

@zivtsarfati

Copy link
Copy Markdown

No description provided.

mikeboers and others added 27 commits August 27, 2019 13:02
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')
mikeboers and others added 16 commits October 21, 2019 12:53
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.
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.

6 participants