Validate final FFmpeg hardening stack together - #103
Closed
Blackspirits wants to merge 2 commits into
Closed
Conversation
Blackspirits
commented
Sep 13, 2026
Blackspirits
left a comment
Owner
Author
There was a problem hiding this comment.
Final integration validation complete on the definitive stack: #93 revised replay-serial gating, #94 detached-frame cleanup, #95 generation-safe loads, #96 full hardware-open fallback chain, #98 partial-construction teardown, #99 AVIO interrupt cancellation, #100 deferred timeout cleanup, and #102 stale-frame publication rejection all coexist cleanly. Full CI #34780685190 passed restore, build and the complete 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 stack on upstream
c77c4b428649ce7030e6cf218b4d7c384b955232.The branch starts from #102, which already contains:
AVIOInterruptCB;It then adds the final revisions of:
lastDroppedframe on every video-loop exit;Acceptance
FfmpegPlayer.cs;This PR is audit evidence only and is not a merge candidate.
Result
fba72f8d71189d10c3090dd1c9a8c50855f5d1f1The final #93/#94/#95/#96/#98/#99/#100/#102 FFmpeg hardening stack is compatible when applied together.