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

Enhance the logic for finding a media codec for a media format #109

Commits on Mar 25, 2021

  1. - Enhance the logic for finding a media codec for a media format, whe…

    …re sometimes the findEncoderForFormat/findDeccoderForFormat or createEncoderByType/createDecoderByType methods will return the first MediaCodec in the available media codecs that could support the media type, but this codec may not be able to configure the media format, so the fix here is to get all available codecs that support the mimeType, and iterate over them to check which codec could configure the media format and return it
    Ma7moudHatem committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4a3eda3 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    88754c6 View commit details
    Browse the repository at this point in the history
  2. - Fix build errors

    Ma7moudHatem committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    e85af8a View commit details
    Browse the repository at this point in the history