Skip to content
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

Support for FFmpeg MediaCodec as hwdec #2993

Closed
wants to merge 2 commits into from
Closed

Conversation

jeeb
Copy link
Member

@jeeb jeeb commented Mar 25, 2016

Posting these now that h264_mediacodec has been merged into FFmpeg master.

  • The _mediacodec decoders seem to require the same timebase simplification as the _mmal ones.
  • Adds a similar wrapper for _mediacodec decoders as the _mmal ones have for rpi. This way one can enable a "mediacodec" hwdec and enjoy hardware decoding and a fallback to software decoding if the back-end of a specific device handles it well enough.

Does the same thing as the rpi one - makes fallback possible by
pretending that h264_mediacodec is a hwdec.
@ghost
Copy link

ghost commented Mar 25, 2016

Merged.

@ghost ghost closed this Mar 25, 2016
This pull request was closed.
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.

None yet

1 participant