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

#578: Update to FFmpeg 7.1 #599

Merged

Commits on Oct 22, 2024

  1. Update to FFmpeg 7 (AcademySoftwareFoundation#578)

    Upgrade ffmpeg to 7.1.
    Fix deprecation errors and warnings when building with FFmpeg 7.1.
    
    n/a
    
    Maintenance Update
    
    MacOS
    
    Signed-off-by: Will Wira <[email protected]>
    williamwira committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    48c3e18 View commit details
    Browse the repository at this point in the history
  2. Add build flag RV_FFMPEG (AcademySoftwareFoundation#578)

    Optionally use build flag RV_FFMPEG to
    select desired major version to build.
    
    Build example:
    rvcfg -DRV_FFMPEG=7
    
    Supported versions: 6 (default), 7
    
    Signed-off-by: Will Wira <[email protected]>
    williamwira committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    9582567 View commit details
    Browse the repository at this point in the history
  3. Address code review feedback (AcademySoftwareFoundation#578)

    Updated all text references to FFmpeg so they match
    the official product naming.
    
    Signed-off-by: Will Wira <[email protected]>
    williamwira committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    56ca5ae View commit details
    Browse the repository at this point in the history
  4. Update av_channel ret value handling, address code review fb (Academy…

    …SoftwareFoundation#578)
    
    * av_channel_name and av_channel_desc return values are valid
      for int > 0.
    * Update c-style arrays in MovieFFMpeg::idAudioChannels to
      std::array.
    
    Signed-off-by: Will Wira <[email protected]>
    williamwira committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    e40a0f3 View commit details
    Browse the repository at this point in the history
  5. Address build issue (AcademySoftwareFoundation#578)

    Include array header
    
    Signed-off-by: Will Wira <[email protected]>
    williamwira committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    58d2299 View commit details
    Browse the repository at this point in the history