Skip to content

Rebase - #45

Open
anaswaragk wants to merge 171 commits into
rdkemw-2465from
develop
Open

Rebase#45
anaswaragk wants to merge 171 commits into
rdkemw-2465from
develop

Conversation

@anaswaragk

Copy link
Copy Markdown
Contributor

No description provided.

rdkcmf-jenkins and others added 15 commits June 24, 2025 15:09
Reason for change: compare and rebase
Test Procedure: Regression test
Risks: Medium
Signed-off-by:krithika_venkataraman@comcast.com
Reason for change: new attribute test and minor python standard cleanup
Test Procedure: Ensure L2 tests run as expected on ubuntu
Risks: Low
Signed-off-by:krithika_venkataraman@comcast.com
RDKEMW-4206 : Upstream LGI subtec changes
Reason for change: Modify y calculation logic when font size for each row differs
Test Procedure: Play sarnoff stream and check
Risks: Low
Signed-off-by:Anaswara KookkalAnaswara_Kookkal@comcast.com
RDKEMW-4412: TTML attribute tests update to subtec L2 framework
Release version 1.4.0 changes with LGI upstream

LGI upstream changes integrated in subtec code
@anaswaragk
anaswaragk requested a review from a team as a code owner September 29, 2025 11:44
@anaswaragk
anaswaragk requested a review from a team September 29, 2025 11:44
tpaul627 and others added 13 commits September 29, 2025 12:37
Reason for change: change subttxrend graphics to 720p instead of 1080p
Test Procedure: validate cc/ttml/webvtt, sarnoff test cases
Priority: P1
Risks: Low
Signed-off-by: Tony Paul <Tony_Paul@comcast.com>
Deploy fossid_integration_stateless_diffscan_target_repo action
Reason for change: Modify cc position calculation logic
Test Procedure: validate cc/ttml/webvtt, sarnoff test cases
Risks: Low
Signed-off-by: Anaswara KookkalAnaswara_Kookkal@comcast.com
Reason for change: Modify cc position calculation logic
Test Procedure: validate cc/ttml/webvtt, sarnoff test cases
Risks: Low
Signed-off-by: Anaswara KookkalAnaswara_Kookkal@comcast.com
Reason for change: Modify cc position calculation logic
Test Procedure: validate cc/ttml/webvtt, sarnoff test cases
Risks: Low
Signed-off-by: Anaswara KookkalAnaswara_Kookkal@comcast.com
RDKEMW-2465:720p graphics for Subttxrend instead of 1080p
RDKEMW-2465 Reduce the graphics surface size to 1280x720
RDKEMW-19878 : Fix coverity warnings in subttxrend-ctrl
Copilot AI review requested due to automatic review settings September 1, 2026 13:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 42 out of 410 changed files in this pull request and generated no new comments.

Copilot AI review requested due to automatic review settings September 1, 2026 13:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 42 out of 410 changed files in this pull request and generated 1 comment.

@@ -92,9 +93,8 @@ set_property(TARGET ${LIBRARY_NAME} PROPERTY CXX_STANDARD 14)
set_property(TARGET ${LIBRARY_NAME} PROPERTY VERSION 0.0.0)
set_property(TARGET ${LIBRARY_NAME} PROPERTY SOVERSION 0)
set_property(TARGET ${LIBRARY_NAME} PROPERTY PUBLIC_HEADER ${SUBTTXREND_SCTE_PUBLIC_HEADERS})
target_link_libraries(${LIBRARY_NAME} ${LIBSUBTTXRENDCOMMON_LIBRARIES})
target_link_libraries(${LIBRARY_NAME} ${LIBSUBTTXRENDGFX_LIBRARIES})
RDKEMW-19940 : Fix coverity warnings in subttxrend-app
Copilot AI review requested due to automatic review settings September 1, 2026 13:44
Comment thread subttxrend-app/src/Controller.cpp Fixed
Comment thread subttxrend-app/src/Controller.cpp Fixed
Comment thread subttxrend-app/x86_builder/src/rdklogger/src/logger.cpp Fixed

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 42 out of 410 changed files in this pull request and generated no new comments.

RDKEMW-20652 : Fix coverity issues (from copilot) in subttxrend-testapps
Copilot AI review requested due to automatic review settings September 1, 2026 16:06

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 42 out of 414 changed files in this pull request and generated 1 comment.


public:
void testGetConfigFractionalReturnsDefault() {
subttxrend::common::ConfigProvider stub;
RDKEMW-20653 : Fix coverity issues (from copilot) in subttxrend-socksrc
Copilot AI review requested due to automatic review settings September 1, 2026 20:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 42 out of 415 changed files in this pull request and generated no new comments.

RDKEMW-22974 : Fix coverity issues (from copilot) in subttxrend-webvtt
Copilot AI review requested due to automatic review settings September 1, 2026 21:54

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔵 Needs a closer look

The PR spans many components/build systems and includes confirmed crash/linking risks (null header deref in release builds, missing library link deps, and a broken pytest hook signature).

Review details
  • Files reviewed: 42/415 changed files
  • Comments generated: 1
  • Review effort level: Lite

Comment on lines +124 to 128
set_property(TARGET ${LIBRARY_NAME} PROPERTY CXX_STANDARD 14)
set_property(TARGET ${LIBRARY_NAME} PROPERTY VERSION 0.0.0)
set_property(TARGET ${LIBRARY_NAME} PROPERTY SOVERSION 0)
set_property(TARGET ${LIBRARY_NAME} PROPERTY PUBLIC_HEADER ${SUBTTXREND_DBUS_PUBLIC_HEADERS})
target_link_libraries(${LIBRARY_NAME} ${LIBSUBTTXRENDCOMMON_LIBRARIES})
target_link_libraries(${LIBRARY_NAME} ${LIBJANSSON_LIBRARIES})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.