platform/core/multimedia/esplusplayer.git
19 months agout : Disable vdapi_basic_esplusplayer_seek_p_2 case 51/281451/3 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.062059 accepted/tizen/7.0/unified/hotfix/20221116.105351 accepted/tizen/unified/20220920.110645 tizen_7.0_m2_release
Gilbok Lee [Mon, 19 Sep 2022 06:28:40 +0000 (15:28 +0900)]
ut : Disable vdapi_basic_esplusplayer_seek_p_2 case

Change-Id: I6e687bece5a3d4ddaaec29f8469bf008c36f5fcd

20 months agoDrop SeekDone if seek is not finished 73/280873/1 accepted/tizen/unified/20220908.013401
Jeongyoon Nam [Tue, 6 Sep 2022 06:53:21 +0000 (15:53 +0900)]
Drop SeekDone if seek is not finished

[Version] 0.0.7
[Issue Type] Bug fix

Change-Id: I5e069b24b0e263ab4faa5ce6e0d878097affc3d9

20 months agout : remove useless comments 45/279745/1 accepted/tizen/unified/20220831.023208 submit/tizen/20220821.235258 submit/tizen/20220830.082832 submit/tizen/20220906.063105
Jeongyoon Nam [Wed, 17 Aug 2022 06:26:54 +0000 (15:26 +0900)]
ut : remove useless comments

[Version] 0.0.6
[Issue Type] Bug

Change-Id: I03eb8b2307c2fc482d28b370c232d9f0884f5251

20 months agoFix coverity issue 37/279737/1
Jeongyoon Nam [Wed, 17 Aug 2022 05:33:38 +0000 (14:33 +0900)]
Fix coverity issue

- Unchecked return value

[Version] 0.0.6
[Issue Type] Coverity

Change-Id: I840c6d707b24b161edb74461f3ee6e63bbb2b710

2 years agout : add testcases 42/273042/3
Jeongyoon Nam [Wed, 30 Mar 2022 03:43:57 +0000 (12:43 +0900)]
ut : add testcases

1. add exceptions for checking valid enum values
2. add UTs to check the state and invalid values

Change-Id: I0f7eb1d9f25f2dbdb29cab9b0882487d63a3dba4

2 years agofix build error with boost 1.77.0 70/269270/1 accepted/tizen/unified/20220112.080707 submit/tizen/20220112.080042
Gilbok Lee [Wed, 12 Jan 2022 07:59:48 +0000 (16:59 +0900)]
fix build error with boost 1.77.0

Change-Id: I13fea11e7d39687929917303ec08907f87b323a7

2 years agoesplusplayer_capi: Fix description of @code for esplusplayer_activate() 78/264778/3
Sangchul Lee [Tue, 28 Sep 2021 06:39:25 +0000 (15:39 +0900)]
esplusplayer_capi: Fix description of @code for esplusplayer_activate()

Change-Id: I86e5a1cb5163f5a2a58763a515f11349cdffbbd3
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
2 years agoRemove _libdir define in spec 43/264743/1 accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20211028.115541 accepted/tizen/unified/20211001.001408 submit/tizen/20210929.042039 submit/tizen_6.5/20211028.162401 tizen_6.5.m2_release
Gilbok Lee [Wed, 29 Sep 2021 05:25:11 +0000 (14:25 +0900)]
Remove _libdir define in spec

- build error on 64bit

Change-Id: Ia39e7681dd0fc179cee7626a8ce3cb1ec2ba4b8d

2 years agoFix header to compile properly when including it 97/264497/2 accepted/tizen/unified/20210928.125141 submit/tizen/20210928.044508
Gilbok Lee [Thu, 23 Sep 2021 08:17:45 +0000 (17:17 +0900)]
Fix header to compile properly when including it

- use typedef enumeration
- use stdint.h instead of cstdint

Change-Id: Ia1b5393a667cea8f9747fe21e8b18bf8285ed0ad

2 years agoFix Coverity issue 28/263528/2 accepted/tizen/unified/20210908.020325 submit/tizen/20210906.062200
Gilbok Lee [Mon, 6 Sep 2021 04:25:06 +0000 (13:25 +0900)]
Fix Coverity issue

Change-Id: I3b9b9f7edb3c239f25364a57f540dab44d8e162f

2 years agoFix Coverity issues 29/263429/3 accepted/tizen/unified/20210903.142943 submit/tizen/20210903.050853
Gilbok Lee [Thu, 2 Sep 2021 06:39:09 +0000 (15:39 +0900)]
Fix Coverity issues

Change-Id: I3f057e1fe00c6187ea6e041a1a34c8d022c2b7b9

2 years agoRemove unnecessary files 25/263225/1
Gilbok Lee [Mon, 30 Aug 2021 01:36:31 +0000 (10:36 +0900)]
Remove unnecessary files

Change-Id: I0d6c40a3b29f699e11d072e04e093a3e7f438c90

2 years agosupport video decoded callback 64/263064/2 tizen_devel accepted/tizen/unified/20210830.103725 submit/tizen/20210829.235404
Eunhye Choi [Wed, 25 Aug 2021 08:38:00 +0000 (17:38 +0900)]
support video decoded callback

- in case of zero copy, keep buffer addr during rendering
  and unref it if rendering is finished.(hw dec)
- if there is no buffer addr, the tbm surface have to be destroyed
  which is newly created for each decoded buffer.(sw dec)

Change-Id: I0e8c6afd66275a8753dbf1a8a3d41b718ea857fe

2 years agout: create window by util 44/262544/1
Eunhye Choi [Fri, 13 Aug 2021 06:13:01 +0000 (15:13 +0900)]
ut: create window by util

- create window by util not to make multiple window

Change-Id: I10949f5b899c059026fe96b63c1d5df7b4c20c45

2 years agoremove product specific function 19/262219/2
Eunhye Choi [Wed, 4 Aug 2021 11:25:44 +0000 (20:25 +0900)]
remove product specific function

Change-Id: I5af7d6a0518588ead337f25df12474ac51673f6b

2 years agoinitial code for public 88/261988/3
Eunhye Choi [Fri, 30 Jul 2021 06:16:55 +0000 (15:16 +0900)]
initial code for public

Change-Id: Iea46814086282bec90323a22984b14c2ef174716

2 years agoInitialize the code with P4 FET CL9112401 45/261245/4 tizen_tv_devel
chuanji.tang [Wed, 14 Jul 2021 01:14:02 +0000 (09:14 +0800)]
Initialize the code with P4 FET CL9112401

Change-Id: I22abaca7c3a23d934e1043998c4d047930f83652

2 years agoInitial empty repository master
Tizen Infrastructure [Fri, 9 Jul 2021 01:03:46 +0000 (01:03 +0000)]
Initial empty repository