Validate current FFmpeg hardening together - #97
Closed
Blackspirits wants to merge 1 commit into
Closed
Blackspirits wants to merge 1 commit into
Blackspirits wants to merge 1 commit into
Conversation
Blackspirits
commented
Sep 13, 2026
Blackspirits
left a comment
Owner
Author
There was a problem hiding this comment.
Integration validation complete: #93, #94, #95 and #96 are compatible when active together on c77c4b4. Full CI #34779155945 passed restore, build and the complete solution suite on the first run; UITests reported 5,151 passed, 9 skipped, 0 failed. Retry was not used. This PR is audit evidence only and is not a merge candidate.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Integration-only validation of the current FFmpeg hardening drafts on upstream
c77c4b428649ce7030e6cf218b4d7c384b955232.The branch starts from the final #95 HEAD and adds:
avcodec_send_packetfallback;lastDroppedframe on every video-loop exit;avcodec_open2fails.#95 already contributes generation-safe asynchronous Session publication/cleanup.
Acceptance
FfmpegPlayer.cs;This PR is audit evidence only and is not a merge candidate.
Result
All four current FFmpeg hardening drafts are compatible when applied together.