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

Add support for gpu_direct in ffmepg ffmpeg plugin #967

Merged
merged 6 commits into from
Sep 10, 2024

Commits on Sep 10, 2024

  1. Add support for gpu_direct in ffmepg ffmpeg plugin

    Introduces suport for experimental MTL_GPU_DIRECT
    feature to enhance the performance of the FFmpeg
    ST20p plugin by enabling direct GPU memory access.
    
    Update ffmpeg README.md
    -- include build instructions and description of
    the feature
    
    Modify build_ffmpeg_plugin.sh
    --  Add support for building with GPU_DIRECT
    DawidWesierski4 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d815791 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c10bc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da9ca1 View commit details
    Browse the repository at this point in the history
  4. Adress review

    DawidWesierski4 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f5c6fb4 View commit details
    Browse the repository at this point in the history
  5. address lint changes

    DawidWesierski4 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    adcb05d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cec0235 View commit details
    Browse the repository at this point in the history