Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a927f06
RDKEMW-6582: Improve the ARC volume logo smoothness during the Volume…
neethuas379 Jul 31, 2025
f6c7916
1.4.1 release change log updates
apatel859 Aug 1, 2025
1964cc2
Merge branch 'release/1.4.1' into main
apatel859 Aug 1, 2025
263272d
Merge tag '1.4.1' into develop
apatel859 Aug 1, 2025
e41f270
RDKEMW-4708: Replacing IARM Power manager with Power Manager Plugin (…
KaleeswaranGnanagurusamy Aug 4, 2025
e2a57a7
1.4.2 release change log updates
apatel859 Aug 4, 2025
f27d63a
Merge branch 'release/1.4.2' into main
apatel859 Aug 4, 2025
be41736
Merge tag '1.4.2' into develop
apatel859 Aug 4, 2025
1659f19
RDKEMW-4778 : Automate git flow merges to main branch for entservices…
ssitar583 Aug 6, 2025
9db7ba4
RDKEMW-6681: getDolbyVisionMode api fails to return "Dark/Bright" in …
Jul 18, 2025
91046ea
Merge pull request #223 from rdkcentral/feature/RDKEMW-6681_Dolby_issue
utkarshece14 Aug 8, 2025
ef1583d
1.4.3 release changelog updates
anand-ky Aug 19, 2025
2028e54
Merge branch 'release/1.4.3' into main
anand-ky Aug 19, 2025
3b90d4b
Merge tag '1.4.3' into develop
anand-ky Aug 19, 2025
a40b62d
RDKEMW-6515: Scan and Fix coverity issues of Entservices and rdkservi…
agampa263 Aug 28, 2025
78a5fb2
Update component-release.yml (#242)
ssitar583 Aug 29, 2025
feec135
1.4.4 release changelog updates
actions-user Sep 1, 2025
0fabfaf
Merge tag '1.4.4' into develop
actions-user Sep 1, 2025
57abfc6
Merge branch 'release/1.4.4'
actions-user Sep 1, 2025
996d62c
RDKEMW-7169 - Gtest Add missing empty files (#241)
hgfell683 Sep 3, 2025
4354afa
1.4.5 release changelog updates
actions-user Sep 3, 2025
7268514
Merge tag '1.4.5' into develop
actions-user Sep 3, 2025
b1f9108
Merge branch 'release/1.4.5'
actions-user Sep 3, 2025
f8c01b3
Feature/rdkemw 7169 (#245)
hgfell683 Sep 4, 2025
7a0d569
1.4.6 release changelog updates
actions-user Sep 4, 2025
bef0aa3
Merge tag '1.4.6' into develop
actions-user Sep 4, 2025
7c031cf
Merge branch 'release/1.4.6'
actions-user Sep 4, 2025
b334b82
RDKEMW-7712: Sync low latency for AVOutput initialization (#6338)
arjunbinu Aug 22, 2025
81cc8f5
Merge pull request #249 from rdkcentral/feature/RDKEMW-7712
utkarshece14 Sep 9, 2025
5979423
1.4.7 release changelog updates
actions-user Sep 9, 2025
2bf6395
Merge branch 'release/1.4.7'
actions-user Sep 9, 2025
1ea0522
Merge tag '1.4.7' into develop
actions-user Sep 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/L1-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ jobs:
rdk/ds/frontPanelIndicator.hpp
rdk/ds/frontPanelConfig.hpp
rdk/ds/frontPanelTextDisplay.hpp
rdk/ds/audioOutputPortType.hpp
rdk/ds/audioOutputPortConfig.hpp
rdk/ds/pixelResolution.hpp
rdk/iarmbus/libIARM.h
rdk/iarmbus/libIBus.h
rdk/iarmbus/libIBusDaemon.h
Expand All @@ -290,14 +293,15 @@ jobs:
telemetry_busmessage_sender.h
maintenanceMGR.h
pkg.h
edid-parser.hpp
secure_wrapper.h
wpa_ctrl.h
proc/readproc.h
systemaudioplatform.h
gdialservice.h
gdialservicecommon.h
&&
cp -r /usr/include/gstreamer-1.0/gst /usr/include/glib-2.0/* /usr/lib/x86_64-linux-gnu/glib-2.0/include/* /usr/local/include/trower-base64/base64.h .
cp -r /usr/include/gstreamer-1.0/gst /usr/include/glib-2.0/* /usr/lib/x86_64-linux-gnu/glib-2.0/include/* /usr/local/include/trower-base64/base64.h /usr/include/libdrm/drm.h /usr/include/libdrm/drm_mode.h /usr/include/xf86drm.h .
- name: Set clang toolchain
if: ${{ matrix.compiler == 'clang' }}
Expand Down Expand Up @@ -358,6 +362,7 @@ jobs:
-I $GITHUB_WORKSPACE/Thunder/Source
-I $GITHUB_WORKSPACE/Thunder/Source/core
-I $GITHUB_WORKSPACE/install/usr/include
-I ./usr/include/libdrm
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
Expand Down Expand Up @@ -495,6 +500,7 @@ jobs:
-I $GITHUB_WORKSPACE/Thunder/Source/core
-I $GITHUB_WORKSPACE/install/usr/include
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
-I ./usr/include/libdrm
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/L2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ jobs:
rdk/ds/manager.hpp
rdk/ds/dsTypes.h
rdk/ds/dsUtl.h
rdk/ds/audioOutputPortType.hpp
rdk/ds/audioOutputPortConfig.hpp
rdk/ds/pixelResolution.hpp
rdk/iarmbus/libIARM.h
rdk/iarmbus/libIBus.h
rdk/iarmbus/libIBusDaemon.h
Expand All @@ -234,6 +237,7 @@ jobs:
systemaudioplatform.h
maintenanceMGR.h
pkg.h
edid-parser.hpp
btmgr.h
tvError.h
tvTypes.h
Expand All @@ -249,7 +253,7 @@ jobs:
rdk/ds/VideoDFC.hpp
dsRpc.h
&&
cp -r /usr/include/gstreamer-1.0/gst /usr/include/glib-2.0/* /usr/lib/x86_64-linux-gnu/glib-2.0/include/* /usr/local/include/trower-base64/base64.h .
cp -r /usr/include/gstreamer-1.0/gst /usr/include/glib-2.0/* /usr/lib/x86_64-linux-gnu/glib-2.0/include/* /usr/local/include/trower-base64/base64.h /usr/include/libdrm/drm.h /usr/include/libdrm/drm_mode.h /usr/include/xf86drm.h .

- name: Set clang toolchain
if: ${{ matrix.compiler == 'clang' }}
Expand Down Expand Up @@ -397,6 +401,7 @@ jobs:
-I $GITHUB_WORKSPACE/entservices-inputoutput/helpers
-I $GITHUB_WORKSPACE/install/usr/include
-I $GITHUB_WORKSPACE/install/usr/include/WPEFramework
-I ./usr/include/libdrm
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/devicesettings.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Iarm.h
-include $GITHUB_WORKSPACE/entservices-testframework/Tests/mocks/Rfc.h
Expand Down
111 changes: 111 additions & 0 deletions .github/workflows/component-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,111 @@
name: Component Release

permissions:
contents: write

on:
pull_request:
types: [closed]
branches:
- develop

jobs:
release:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up Git
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- name: Install git-flow and auto-changelog
run: |
sudo apt-get update
sudo apt-get install -y git-flow
npm install -g auto-changelog
- name: Clone the project and start release
run: |
set -e
git clone https://x-access-token:${{ secrets.RDKCM_RDKE }}@github.com/${{ github.repository }} project
cd project
git fetch --all
git checkout main || git checkout -b main origin/main
git checkout develop || git checkout -b develop origin/develop
git config gitflow.branch.master main
git config gitflow.branch.develop develop
git config gitflow.prefix.feature feature/
git config gitflow.prefix.bugfix bugfix/
git config gitflow.prefix.release release/
git config gitflow.prefix.hotfix hotfix/
git config gitflow.prefix.support support/
git config gitflow.prefix.versiontag ''
echo "git config completed"
# Extract version from PR description
PR_DESC="${{ github.event.pull_request.body }}"
# Get top tag from CHANGELOG.md
TOP_TAG=$(grep -m 1 -oP '^#### \[\K[^\]]+' CHANGELOG.md)
if [[ -z "$TOP_TAG" ]]; then
echo "No version found in CHANGELOG.md!"
exit 1
fi
# Validate TOP_TAG format (semantic versioning: major.minor.patch)
if [[ ! "$TOP_TAG" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
echo "Invalid version format in CHANGELOG.md: $TOP_TAG. Expected format: major.minor.patch"
exit 1
fi
IFS='.' read -r major minor patch <<< "$TOP_TAG"
VERSION_TYPE=$(echo "$PR_DESC" | grep -oiP 'version\s*:\s*\K(major|minor|patch)' | tr '[:upper:]' '[:lower:]')
if [[ -z "$VERSION_TYPE" ]]; then
echo "No version type found in PR description, defaulting to PATCH increment."
patch=$((patch + 1))
elif [[ "$VERSION_TYPE" == "major" ]]; then
major=$((major + 1))
minor=0
patch=0
elif [[ "$VERSION_TYPE" == "minor" ]]; then
minor=$((minor + 1))
patch=0
elif [[ "$VERSION_TYPE" == "patch" ]]; then
patch=$((patch + 1))
else
echo "Invalid version type in PR description: $VERSION_TYPE"
exit 1
fi
RELEASE_VERSION="$major.$minor.$patch"
echo "Using calculated version: $RELEASE_VERSION"
echo "RELEASE_VERSION=$RELEASE_VERSION"
echo "RELEASE_VERSION=$RELEASE_VERSION" >> $GITHUB_ENV
# Check if tag already exists
if git rev-parse "refs/tags/$RELEASE_VERSION" >/dev/null 2>&1; then
echo "Tag $RELEASE_VERSION already exists. Skipping release."
exit 0
fi
git flow release start $RELEASE_VERSION
auto-changelog -v $RELEASE_VERSION
git add CHANGELOG.md
git commit -m "$RELEASE_VERSION release changelog updates"
git flow release publish
- name: Finish release and push (default git-flow messages)
run: |
set -e
cd project
git flow release finish -m "$RELEASE_VERSION release" $RELEASE_VERSION
git push origin main
git push origin --tags
git push origin develop
- name: Cleanup tag if workflow fails
if: failure()
run: |
cd project
git tag -d $RELEASE_VERSION || true
git push origin :refs/tags/$RELEASE_VERSION || true
7 changes: 7 additions & 0 deletions AVOutput/AVOutputTV.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2252,6 +2252,7 @@ namespace Plugin {
paramIndex_t indexInfo;
int dolbyMode = 0;
int err = 0;
tvVideoFormatType_t video_type = VIDEO_FORMAT_NONE;

if (parsingGetInputArgument(parameters, "DolbyVisionMode",inputInfo) != 0) {
LOGINFO("%s: Failed to parse argument\n", __FUNCTION__);
Expand All @@ -2262,6 +2263,12 @@ namespace Plugin {
returnResponse(false);
}

GetCurrentVideoFormat(&video_type);
if(video_type != VIDEO_FORMAT_DV)
{
LOGERR("%s: Invalid video format: %d \n", __FUNCTION__,video_type);
returnResponse(false);
}

if (getParamIndex("DolbyVisionMode",inputInfo,indexInfo) == -1) {
LOGERR("%s: getParamIndex failed to get \n", __FUNCTION__);
Expand Down
7 changes: 7 additions & 0 deletions AVOutput/AVOutputTVHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1209,6 +1209,13 @@ namespace Plugin {
LOGERR("Backlight Sync to cache Failed !!!\n");
}

if( !updateAVoutputTVParam("sync","LowLatencyState",info,PQ_PARAM_LOWLATENCY_STATE,level) ) {
LOGINFO("LowLatencyState Successfully Synced to Drive Cache\n");
}
else {
LOGERR("LowLatencyState Sync to cache Failed !!!\n");
}

syncCMSParams(); //sync CMS

syncWBParams();
Expand Down
9 changes: 9 additions & 0 deletions AVOutput/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ All notable changes to this RDK Service will be documented in this file.

* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.

<<<<<<< HEAD
## [1.1.4] - 2025-09-08
### Fixed
- Sync low latency for AVOutput initialization

## [1.1.3] - 2025-08-08
### Fixed
- Fixed getDolbyVisionMode() for non DV content

## [1.1.2] - 2025-07-01
### Fixed
- Phase2 ODM
Expand Down
60 changes: 60 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,71 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [1.4.7](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.6...1.4.7)

- RDKEMW-7712: Sync low latency for AVOutput initialization (#6338) [`#249`](https://github.com/rdkcentral/entservices-inputoutput/pull/249)
- Merge tag '1.4.6' into develop [`bef0aa3`](https://github.com/rdkcentral/entservices-inputoutput/commit/bef0aa3bf2638d0223008f10babecde595d850df)

#### [1.4.6](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.5...1.4.6)

> 4 September 2025

- Feature/rdkemw 7169 [`#245`](https://github.com/rdkcentral/entservices-inputoutput/pull/245)
- 1.4.6 release changelog updates [`7a0d569`](https://github.com/rdkcentral/entservices-inputoutput/commit/7a0d569f253b8a08926e959509e329159aa2d509)
- Merge tag '1.4.5' into develop [`7268514`](https://github.com/rdkcentral/entservices-inputoutput/commit/7268514652bf9f0cda3f3a6433a0f0720bf9d63c)

#### [1.4.5](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.4...1.4.5)

> 3 September 2025

- RDKEMW-7169 - Gtest Add missing empty files [`#241`](https://github.com/rdkcentral/entservices-inputoutput/pull/241)
- 1.4.5 release changelog updates [`4354afa`](https://github.com/rdkcentral/entservices-inputoutput/commit/4354afac08c4671cbed356d81a2ed2f612139464)
- Merge tag '1.4.4' into develop [`0fabfaf`](https://github.com/rdkcentral/entservices-inputoutput/commit/0fabfaf0816dda67077fd7fe59e074a962e644ef)

#### [1.4.4](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.3...1.4.4)

> 1 September 2025

- Update component-release.yml [`#242`](https://github.com/rdkcentral/entservices-inputoutput/pull/242)
- RDKEMW-6515: Scan and Fix coverity issues of Entservices and rdkservices-cpc [`#234`](https://github.com/rdkcentral/entservices-inputoutput/pull/234)
- 1.4.4 release changelog updates [`feec135`](https://github.com/rdkcentral/entservices-inputoutput/commit/feec135c1c56d36401582981b6dfcd11993358fb)
- Merge tag '1.4.3' into develop [`3b90d4b`](https://github.com/rdkcentral/entservices-inputoutput/commit/3b90d4b70baabf9367bfda236f4695b8a7974313)

#### [1.4.3](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.2...1.4.3)

> 19 August 2025

- RDKEMW-6681: getDolbyVisionMode api fails to return "Dark/Bright" in … [`#223`](https://github.com/rdkcentral/entservices-inputoutput/pull/223)
- RDKEMW-4778 : Automate git flow merges to main branch for entservices repos [`#209`](https://github.com/rdkcentral/entservices-inputoutput/pull/209)
- RDKEMW-6681: getDolbyVisionMode api fails to return "Dark/Bright" in response for AVOutput plugins. [`9db7ba4`](https://github.com/rdkcentral/entservices-inputoutput/commit/9db7ba48bd2c1d6b45c7f575ae5bacec2b0f8308)
- 1.4.3 release changelog updates [`ef1583d`](https://github.com/rdkcentral/entservices-inputoutput/commit/ef1583d9967693a1607839f41057fb2a8f0f3060)
- Merge tag '1.4.2' into develop [`be41736`](https://github.com/rdkcentral/entservices-inputoutput/commit/be41736e250601991249354d91777def97c17546)

#### [1.4.2](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.1...1.4.2)

> 4 August 2025

- RDKEMW-4708: Replacing IARM Power manager with Power Manager Plugin [`#194`](https://github.com/rdkcentral/entservices-inputoutput/pull/194)
- 1.4.2 release change log updates [`e2a57a7`](https://github.com/rdkcentral/entservices-inputoutput/commit/e2a57a710780328c582d3b62c5c559409c83e9f4)
- Merge tag '1.4.1' into develop [`263272d`](https://github.com/rdkcentral/entservices-inputoutput/commit/263272d6c89623461ace94af863e746fda34f9c3)

#### [1.4.1](https://github.com/rdkcentral/entservices-inputoutput/compare/1.4.0...1.4.1)

> 1 August 2025

- RDKEMW-6582: Improve the ARC volume logo smoothness during the Volume +/- press and hold scenario [`#215`](https://github.com/rdkcentral/entservices-inputoutput/pull/215)
- [RDKEMW-5410] RDKEMW-6572 : Compilation error was not reported for the PR branch [`#211`](https://github.com/rdkcentral/entservices-inputoutput/pull/211)
- 1.4.1 release change log updates [`f6c7916`](https://github.com/rdkcentral/entservices-inputoutput/commit/f6c7916aff03d41fb65e8b631f5c05f666ec92c6)
- Merge tag '1.4.0' into develop [`152ff74`](https://github.com/rdkcentral/entservices-inputoutput/commit/152ff74a4066cd3b6fc10800d1b3835fe7d3b543)

#### [1.4.0](https://github.com/rdkcentral/entservices-inputoutput/compare/1.3.5...1.4.0)

> 28 July 2025

- RDKEMW-2942 : Remove the HdmiInput plugin and replace its references with AVInput [`#205`](https://github.com/rdkcentral/entservices-inputoutput/pull/205)
- [RDKEMW-3513] PR action to run with latest change [`#163`](https://github.com/rdkcentral/entservices-inputoutput/pull/163)
- RDKEMW-6325: platfromSupport is missing from dimmingMode capabilities [`#198`](https://github.com/rdkcentral/entservices-inputoutput/pull/198)
- RDKTV-37015 - Changelog updates for 1.4.0 [`b969871`](https://github.com/rdkcentral/entservices-inputoutput/commit/b969871181dd194dd835750ec8eb908b66d34537)
- Merge tag '1.3.5' into develop [`024be52`](https://github.com/rdkcentral/entservices-inputoutput/commit/024be52d58d512b138b84aee9b12609e603d7110)

#### [1.3.5](https://github.com/rdkcentral/entservices-inputoutput/compare/1.3.4...1.3.5)
Expand Down
Loading
Loading