Skip to content

feat: Add video decoder selection and MPEG/H263 support

5320639
Select commit
Loading
Failed to load commit list.
Draft

feat(video): Add selectable video decoder support #194

feat: Add video decoder selection and MPEG/H263 support
5320639
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 25, 2026 in 1s

62.81% (-0.22%) compared to a37b78e

View this Pull Request on Codecov

62.81% (-0.22%) compared to a37b78e

Details

Codecov Report

❌ Patch coverage is 51.08696% with 45 lines in your changes missing coverage. Please review.
✅ Project coverage is 62.81%. Comparing base (a37b78e) to head (5320639).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/app/settings_storage.cpp 52.38% 12 Missing and 8 partials ⚠️
src/ui/shell_view.cpp 0.00% 11 Missing and 3 partials ⚠️
src/app/client_state.cpp 62.06% 7 Missing and 4 partials ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #194      +/-   ##
==========================================
- Coverage   63.02%   62.81%   -0.22%     
==========================================
  Files          32       32              
  Lines        5239     5327      +88     
  Branches     2386     2417      +31     
==========================================
+ Hits         3302     3346      +44     
+ Misses       1112      964     -148     
- Partials      825     1017     +192     
Files with missing lines Coverage Δ
src/app/client_state.h 97.91% <100.00%> (+0.04%) ⬆️
src/startup/video_mode.cpp 61.62% <100.00%> (+0.91%) ⬆️
src/streaming/stats_overlay.cpp 100.00% <100.00%> (ø)
src/app/client_state.cpp 66.89% <62.06%> (-0.10%) ⬇️
src/ui/shell_view.cpp 58.52% <0.00%> (-1.61%) ⬇️
src/app/settings_storage.cpp 71.86% <52.38%> (-3.34%) ⬇️

... and 10 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a37b78e...5320639. Read the comment docs.