-
-
Notifications
You must be signed in to change notification settings - Fork 3
Fix video lead cap, hardware frame pool sizing, and decoder packet handling #10
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
Merged
Merged
Changes from 6 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
4e8412d
fix(video): cap the output lead so OBS cannot wipe its async video queue
datagutt 45e9db8
fix(deps): update versions for Zlib, MbedTLS, LibRIST, and NVCodec
datagutt d22bdc2
fix(video): size the HW frame pool for every surface the plugin pins
datagutt 0bb0c92
feat(stats): make the freeze-frame mechanisms observable in the log
datagutt 3903004
fix(deps): update NVCODEC_SHA256 to match the correct checksum
datagutt b32ae48
fix(decode): resend packets the decoder refuses instead of dropping them
datagutt c57d4f0
fix(stats): read cross-thread telemetry under the locks that guard it
datagutt d763f3e
fix(deps): build zlib static-only so FFmpeg stops finding the import …
datagutt 010053e
build(deps): show the probe that actually failed when FFmpeg configur…
datagutt d7223b4
build(deps): retry downloads that fail to connect, not just timeouts
datagutt 8d5f781
fix(deps): provide zlib.lib, the name FFmpeg's MSVC path actually links
datagutt 2fbde21
revert(video): stop clamping the output lead, keep measuring it
datagutt c8bf54d
feat(threading): add irl_cond_timedwait, the primitive video pacing n…
datagutt 6e63d9f
feat(video): pace frames to their due time instead of handing them ov…
datagutt 95dfed3
feat(audio): report a buffer the drain cannot win against
datagutt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.