Skip to content

feat(video): add support for legacy MPEG-2 and H.263+ encoders#5194

Draft
ReenigneArcher wants to merge 1 commit into
masterfrom
feat/legacy-encoders
Draft

feat(video): add support for legacy MPEG-2 and H.263+ encoders#5194
ReenigneArcher wants to merge 1 commit into
masterfrom
feat/legacy-encoders

feat(video): add support for legacy MPEG-2 and H.263+ encoders

0b8181d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 24, 2026 in 0s

18.05% (+0.19%) compared to f81a495

View this Pull Request on Codecov

18.05% (+0.19%) compared to f81a495

Details

Codecov Report

❌ Patch coverage is 41.28440% with 128 lines in your changes missing coverage. Please review.
✅ Project coverage is 18.05%. Comparing base (f81a495) to head (0b8181d).
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
src/video.cpp 44.50% 70 Missing and 36 partials ⚠️
src/rtsp.cpp 0.00% 8 Missing and 6 partials ⚠️
src/nvhttp.cpp 0.00% 4 Missing ⚠️
src/config.cpp 0.00% 0 Missing and 2 partials ⚠️
src/video.h 71.42% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5194      +/-   ##
==========================================
+ Coverage   17.85%   18.05%   +0.19%     
==========================================
  Files         111      111              
  Lines       24605    24793     +188     
  Branches    10894    10973      +79     
==========================================
+ Hits         4393     4476      +83     
- Misses      14945    16698    +1753     
+ Partials     5267     3619    -1648     
Files with missing lines Coverage Δ
src/config.h 0.00% <ø> (ø)
src/config.cpp 3.05% <0.00%> (-0.01%) ⬇️
src/video.h 61.40% <71.42%> (+1.40%) ⬆️
src/nvhttp.cpp 18.80% <0.00%> (-0.13%) ⬇️
src/rtsp.cpp 1.99% <0.00%> (-0.04%) ⬇️
src/video.cpp 33.88% <44.50%> (+1.52%) ⬆️

... and 56 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

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