Skip to content

[mod_av] Add support for FFmpeg 6.0, 6.1, 7.0, and 7.1#15

Merged
markjcrane merged 4 commits into1.10.12from
feat/ffmpeg-full-support
May 4, 2026
Merged

[mod_av] Add support for FFmpeg 6.0, 6.1, 7.0, and 7.1#15
markjcrane merged 4 commits into1.10.12from
feat/ffmpeg-full-support

Conversation

@markjcrane
Copy link
Copy Markdown

  1. FFmpeg 6.0 Support (original: 9dccd0b6e6)

    • Cherry-picked as: 2e257bd823
    • API changes: avformat_alloc_output_context2() signature update
    • Interrupt callback mechanism for context allocation
  2. FFmpeg 6.1 Support (original: 58776f3eed)

    • Cherry-picked as: 3de5930136
    • Key frame handling: AV_FRAME_FLAG_KEY vs deprecated key_frame field
    • GCC deprecation warning guards added
  3. FFmpeg 7.0 Support (original: 1fd9ac9dd1)

    • Cherry-picked as: 55707a7501
    • Major API change: avcodec_close() replaced with avcodec_free_context()
    • Updated version comparison macros throughout
  4. FFmpeg 7.1 Support (original: 066b92c589)

    • Cherry-picked as: d169aae796
    • New sample format negotiation via avcodec_get_supported_config()

@markjcrane markjcrane merged commit 2842458 into 1.10.12 May 4, 2026
1 of 4 checks passed
@markjcrane markjcrane deleted the feat/ffmpeg-full-support branch May 4, 2026 14:25
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.

3 participants