Phase 25.1: Multi-codec recording system with VP9/AV1, replay buffer, and Qt controls#67
Merged
infinityabundance merged 7 commits intomainfrom Feb 14, 2026
Merged
Conversation
Co-authored-by: infinityabundance <255699974+infinityabundance@users.noreply.github.com>
Co-authored-by: infinityabundance <255699974+infinityabundance@users.noreply.github.com>
Co-authored-by: infinityabundance <255699974+infinityabundance@users.noreply.github.com>
Co-authored-by: infinityabundance <255699974+infinityabundance@users.noreply.github.com>
Co-authored-by: infinityabundance <255699974+infinityabundance@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add new features for stream recording system
Phase 25.1: Multi-codec recording system with VP9/AV1, replay buffer, and Qt controls
Feb 14, 2026
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
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.
Summary
Implements Phase 25.1 recording system: VP9/AV1 encoder wrappers, replay buffer for instant replays, chapter markers with metadata, and Qt recording UI.
Details
What changed?
Encoder Infrastructure
Replay Buffer
Metadata & Chapters
Qt UI Components
RecordingControlWidget: Start/stop/pause, preset selector, live stats (duration, bitrate, queue depth, drops)RecordingPreviewWidget: Throttled preview (max 30 FPS), configurable scale 0.25x-1.0xAdvancedEncodingDialog: Tabbed interface for codec-specific params, audio config, container selectionBuild System
HAVE_LIBVPX,HAVE_LIBAOMFiles: 17 new sources (~2.5k LOC), 3 updated (types, manager, build)
Rationale
Existing H.264-only recording insufficient for archival/bandwidth-constrained scenarios. VP9 provides 30-50% better compression; AV1 achieves 50-70% vs H.264. Replay buffer enables post-hoc capture ("save that!"). Qt UI surfaces recording controls in KDE client. All optional - core H.264 path unchanged.
Testing
make)Code Quality
AV_FRAME_FLAG_KEYinstead of deprecatedkey_frameCompilation Notes
Notes
Latency Impact
Preview widget adds <5ms overhead when enabled (throttled to 30 FPS, scaled frames).
Follow-up Work
--replay-buffer-seconds N,--save-replay FILEPerformance Targets
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.