summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jeongmo Yang [Wed, 26 Mar 2025 01:13:24 +0000 (10:13 +0900)]
Fix coverity issues
- Resource leak
- Dereference after null check
- Waiting while holding a lock
[Version] 1.1.3
[Issue Type] Coverity
Change-Id: Id7217ec7a678b50e756d40fe79375da987b4987d
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Seungbae Shin [Mon, 24 Mar 2025 06:26:36 +0000 (15:26 +0900)]
Fix coverity defects (Resource leak)
[Version] 1.1.2
[Issue Type] Coverity
Change-Id: Idad3f7a9038fc7cd62624abe8a4635676408cac8
Seungbae Shin [Tue, 18 Mar 2025 11:08:54 +0000 (20:08 +0900)]
Add missing get_state ipc implementation
[Version] 1.1.1
[Issue Type] Update
Change-Id: Ic617dbc72a0f84a87a8438b1f2c934a9eabb34d0
SangYoun Kwak [Wed, 19 Mar 2025 04:50:59 +0000 (13:50 +0900)]
Change to get stub proc name from hal-api-common
Since the stub proc name can be vary, it should not be hard-coded but
synced with the stub.
To accomplish this, an api function from the hal-api-common is used:
hal_common_get_stub_proc_name().
This function returns stub proc name which created dynamically in the
build time.
Change-Id: I3ac5334d81edf1e7b2f672177c6cbadc1282ac73
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
Jeongmo Yang [Tue, 11 Mar 2025 10:59:00 +0000 (19:59 +0900)]
Support HAL backend service
[Version] 1.1.0
[Issue Type] New feature
Change-Id: I315f224b589702c6688424f9bbda359a9df7973b
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Jeongmo Yang [Mon, 23 Sep 2024 10:12:37 +0000 (19:12 +0900)]
[HALACR-16] Add HAL interface for Codec
- Add "doc" directory for documentation.
- Replace HAL test for new codec HAL interface.
[Version] 1.0.0
[Issue Type] New feature
Change-Id: I6ab283d173a7ec7008a3fa70ebc3c01a7c4698a6
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Jeongmo Yang [Thu, 15 Jul 2021 09:15:38 +0000 (18:15 +0900)]
Check supported HW codec
[Version] 0.0.2
[Issue Type] Update
Change-Id: Ie495f05eed982192dfb3318c7dd851aca8e3873b
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Jeongmo Yang [Wed, 9 Jun 2021 03:52:27 +0000 (12:52 +0900)]
Initial release
- The "codec-haltests" is only included in this package,
because there is no codec HAL interface, but GStreamer codec plugin is used for HAL.
[Version] 0.0.1
[Issue Type] Initial release
Change-Id: I58074e4fb13dd68dc6a8b75664288f6adcbc04ec
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Tizen Infrastructure [Wed, 6 Jan 2021 00:59:10 +0000 (00:59 +0000)]
Initial empty repository