Skip to content

unmerge to latest develop - #394

Merged
kiruba115 merged 24 commits into
RDKTV-39509-Mute-fails-AppleTV-HDMI-CECfrom
develop
Mar 2, 2026
Merged

unmerge to latest develop#394
kiruba115 merged 24 commits into
RDKTV-39509-Mute-fails-AppleTV-HDMI-CECfrom
develop

Conversation

@kiruba115

Copy link
Copy Markdown
Contributor

unmerge to latest develop

hgfell683 and others added 24 commits February 26, 2026 14:14
* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* Update Tests/L2Tests/tests/HdmiCecSource_L2Test.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

* RDKEMW-12549 - HdmiCecSource

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1.11.1 release 1.11.1
* RDKEMW-12716: Improve L1 test coverage for HdmiCecSink plugin

Reason for change: add unit tests to increase coverage for HdmiCecSink
Test Procedure: see Jira ticket
Risks: None
Priority: P2

Signed-off-by: melhar098_comcast <Mahmoud_El-haron@comcast.com>

* Apply suggestions from @Copilot

Signed-off-by: melhar098_comcast <Mahmoud_El-haron@comcast.com>

---------

Signed-off-by: melhar098_comcast <Mahmoud_El-haron@comcast.com>
Co-authored-by: Srikanth <107277821+srikanth-vv@users.noreply.github.com>
1.11.2 release 1.11.2
Reason for change: Resolve intermittent failures while running tests
Test Procedure: Run L1, L2, L2-OOP(If applicable)
Risks: P2
Version: minor

Signed-off-by: mkumar705_comcast <mukesh_kumark@comcast.com>
Co-authored-by: mkumar705_comcast <mukesh_kumark@comcast.com>
1.12.0 release 1.12.0
…ut (#352)

* RDKEMW-11929 : Fix Coverity identified issues - entservices-inputoutput

Reason for change: Fixing coverity identified issues.
Risks: Low
version: Patch

Signed-off-by: balaji velmurugan <balaji_velmurugan@comcast.com>

* Update HdmiCecSourceImplementation.cpp

* Improve thread safety in ARC stopping logic

Refactor mutex usage to prevent double lock when stopping ARC.

* Improve mutex handling for arc routing state

Refactor mutex usage for arc routing state access to prevent double locking.

* Fix parameter passing and validation in getSaveConfig

* Fix move constructor and assignment operator for PluginInterfaceRef

* Fix move constructor to initialize service member

* Improve error handling in AVOutputTVHelper

Refactor error handling for getLocalparam call.

* Validate getLocalparam return value

Check return value of getLocalparam for error handling.

* Refactor PluginInterfaceRef to remove service member

Removed service member from PluginInterfaceRef class.

* Add service member to PluginInterfaceRef move constructor

* Add service parameter to PluginInterfaceRef constructor

* Update ReadCapablitiesFromConf parameter type

* Remove const reference from function parameters

* Remove reference to capInfo in getSaveConfig

* Modify updateAVoutputTVParam parameter type

Changed capDetails_t parameter from const reference to non-const reference in updateAVoutputTVParam function.

* Update AVOutputTV.h

* Update AVInputImplementation.cpp

* Update HdmiCecSourceImplementation.cpp

* Update HdmiCecSinkImplementation.cpp

* Update AVInputUtils.cpp

* Update AVInputUtils.h

* Update AVInputImplementation.cpp

* Update HdmiCecSourceImplementation.cpp

* Update AVOutputTVHelper.cpp

* Update HdmiCecSinkImplementation.cpp

* Update HdmiCecSourceImplementation.cpp

* Update AVInputImplementation.cpp

* Update HdmiCecSinkImplementation.cpp

* Update HdmiCecSourceImplementation.cpp

* Update HdmiCecSourceImplementation.cpp

* Update HdmiCecSinkImplementation.cpp

* Update HdmiCecSinkImplementation.cpp

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update AVOutputTV.h

* Apply suggestion from @Copilot

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update HdmiCecSinkImplementation.cpp

* Update HdmiCecSinkImplementation.cpp

* Update HdmiCecSinkImplementation.cpp

---------

Signed-off-by: balaji velmurugan <balaji_velmurugan@comcast.com>
Co-authored-by: balaji velmurugan <balaji_velmurugan@comcast.com>
Co-authored-by: agampa263 <133222558+agampa263@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1.12.1 release 1.12.1
* RDKEMW-12934 - README update

Reason for change: README update
Test Procedure: None
Risks: Low
Priority: P1
version: patch

* RDKEMW-12934 - README update

Reason for change: README update
Test Procedure: None
Risks: Low
Priority: P1
version: patch
1.12.2 release 1.12.2
Reason for change: README update
Test Procedure: None
Risks: Low
Priority: P1
version: Ignore
1.12.3 release 1.12.3
Copilot AI review requested due to automatic review settings March 2, 2026 17:07
@kiruba115
kiruba115 requested a review from a team as a code owner March 2, 2026 17:07
@kiruba115
kiruba115 merged commit db13c8c into RDKTV-39509-Mute-fails-AppleTV-HDMI-CEC Mar 2, 2026
11 of 12 checks passed
@github-actions

github-actions Bot commented Mar 2, 2026

Copy link
Copy Markdown


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


4 out of 5 committers have signed the CLA.
hgfell683
melhar098
balav08
srikanth-vv
MukeshkumarK
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

@github-actions github-actions Bot locked and limited conversation to collaborators Mar 2, 2026
@kiruba115
kiruba115 removed the request for review from Copilot March 24, 2026 02:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants