platform/core/multimedia/mmsvc-recorder.git
2 years agoFix typo 80/271980/1 accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_7.0 tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.062508 accepted/tizen/7.0/unified/hotfix/20221116.105451 accepted/tizen/unified/20220311.111909 submit/tizen/20220307.013422 tizen_7.0_m2_release
Jeongmo Yang [Fri, 4 Mar 2022 07:49:41 +0000 (16:49 +0900)]
Fix typo

[Version] 0.3.28
[Issue Type] Typo

Change-Id: I9d2a659d1450176ebee9e823bda591523a1da14e
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
3 years agoRemove global extern variable - mmcam_log_level 72/255372/1 accepted/tizen_6.5_unified tizen_6.5 accepted/tizen/6.5/unified/20211028.123421 accepted/tizen/unified/20210319.141011 submit/tizen/20210318.073807 submit/tizen_6.5/20211028.162401 tizen_6.5.m2_release
Jeongmo Yang [Wed, 17 Mar 2021 11:11:47 +0000 (20:11 +0900)]
Remove global extern variable - mmcam_log_level

[Version] 0.3.27
[Issue Type] SAM Improvement

Change-Id: Ie6ea1b45282b56dbfa0b51fac056ec0165da7781
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
3 years agoSend log level via return message of handle creation 27/245027/2 accepted/tizen/unified/20201029.125017 submit/tizen/20201012.060154 submit/tizen/20201026.104417
Jeongmo Yang [Tue, 29 Sep 2020 08:03:41 +0000 (17:03 +0900)]
Send log level via return message of handle creation

[Version] 0.3.26
[Issue Type] Log

Change-Id: If78c710d59fa42c7bb7da747c274a96d6ea7b017
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
3 years agoRevise log related code 25/244625/2 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.114638 accepted/tizen/6.0/unified/hotfix/20201103.003310 accepted/tizen/unified/20201005.005832 submit/tizen/20200928.104152 submit/tizen_6.0/20201029.205104 submit/tizen_6.0_hotfix/20201102.192504 submit/tizen_6.0_hotfix/20201103.114804 tizen_6.0.m2_release
Jeongmo Yang [Tue, 22 Sep 2020 11:45:23 +0000 (20:45 +0900)]
Revise log related code

- Use mmcam_log_level as extern variable which is declared and set in libmm-camcorder.

[Version] 0.3.25
[Issue Type] Log

Change-Id: I96db16df3941c7892bc6d0031de4a227bfa15500
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
3 years agoComment some log 96/243596/1
Jeongmo Yang [Tue, 8 Sep 2020 10:29:44 +0000 (19:29 +0900)]
Comment some log

- The commented log will be used for debug feature.

[Version] 0.3.24
[Issue Type] Update

Change-Id: I750a9d3de331f545c2a6e093744bcab0b9ce64ba
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
3 years agoSupport platform privilege for camera device 79/243379/1 accepted/tizen/unified/20200909.155606 submit/tizen/20200908.053247
Jeongmo Yang [Mon, 7 Sep 2020 07:10:07 +0000 (16:10 +0900)]
Support platform privilege for camera device

[Version] 0.3.23
[Issue Type] New feature

Change-Id: I48404243122f6566562e1f96750507283312c02a
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
3 years agoFix crash - call function in unloaded so file 03/242503/2 accepted/tizen/unified/20200828.121520 submit/tizen/20200827.083640
Jeongmo Yang [Thu, 27 Aug 2020 07:47:53 +0000 (16:47 +0900)]
Fix crash - call function in unloaded so file

- In recorder_dispatcher_destroy(), camera_remove_export_data() is always called,
  but it could not be called if there is no camera data.
  Because "libmuse-recorder.so" does not have dependency to "libmuse-camera.so" which has camera_remove_export_data().
  "libmuse-camera.so" will be loaded when camera_data is used.

[Version] 0.3.22
[Issue Type] Bug fix

Change-Id: I4e49ef3f07a1b41ba5f547ec1824c4a662291300
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
3 years agoFix invalid API return 63/241263/1 accepted/tizen/unified/20200820.034817 submit/tizen/20200819.022508 submit/tizen/20200819.121427
Jeongmo Yang [Wed, 19 Aug 2020 00:47:52 +0000 (09:47 +0900)]
Fix invalid API return

- MUSE_RECORDER_API_UNSET_MUXED_STREAM_CB -> MUSE_RECORDER_API_UNSET_VIDEO_ENCODE_DECISION_CB
- Additional change: Replace camera export data API
  camera_export_data_new() -> camera_export_data_new_from_stream()

[Version] 0.3.21
[Issue Type] Bug fix

Change-Id: I7538cd927c0191fa324c3125fbbc29e0c616b859
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
3 years agoAdd new interface for video encode decision callback 74/239974/6 submit/tizen/20200818.102105
Jeongmo Yang [Fri, 31 Jul 2020 06:40:47 +0000 (15:40 +0900)]
Add new interface for video encode decision callback

[Version] 0.3.20
[Issue Type] New feature

Change-Id: Ie6b5b54ebc55dc1634497fc69ec9149bf190e6d3
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
3 years agoUpdate code for line coverage test 38/235538/3 accepted/tizen/unified/20200624.130135 submit/tizen/20200624.012315
Jeongmo Yang [Fri, 5 Jun 2020 09:32:13 +0000 (18:32 +0900)]
Update code for line coverage test

- Replace error return code by macro
- Remove unused code
- Exclude code which could not be tested by TC

[Version] 0.3.19
[Profile] Common
[Issue Type] Update

Change-Id: I24d1ac8d62e1d0e724290d09a973a248e17f9ea3
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
3 years agoSet vconf key to check state of camera and recorder 37/233237/2 accepted/tizen/unified/20200601.051734 submit/tizen/20200529.080108
Jeongmo Yang [Wed, 13 May 2020 07:02:33 +0000 (16:02 +0900)]
Set vconf key to check state of camera and recorder

- libfeedback uses vconf key to check camera and recorder state,
  but it was not set.

[Version] 0.3.18
[Profile] Common
[Issue Type] Update

Change-Id: I413c0b6dcda560175daa790bffbe0cd85cb16223
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
4 years agoAdd feature for line coverage measurement 95/231995/1
Jeongmo Yang [Mon, 27 Apr 2020 07:57:35 +0000 (16:57 +0900)]
Add feature for line coverage measurement

[Version] 0.3.17-1
[Profile] Common
[Issue Type] Line coverage

Change-Id: Icc027a0ac841944c10d8ba36635e047ccd38d8f9
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
4 years agoFix coverity issue - Read from pointer after free 59/223259/1 accepted/tizen/unified/20200205.125313 submit/tizen/20200204.080130 submit/tizen/20200204.110420
Jeongmo Yang [Tue, 28 Jan 2020 05:29:19 +0000 (14:29 +0900)]
Fix coverity issue - Read from pointer after free

[Version] 0.3.17
[Profile] Common
[Issue Type] Coverity

Change-Id: Ic2ca9ea401815e3b6fcdf633619cd5df2075a770
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
4 years agoAdd new macro to get value for integer 64bit type 18/218818/1 accepted/tizen/unified/20191202.140856 submit/tizen/20191202.031214
Jeongmo Yang [Thu, 28 Nov 2019 09:08:13 +0000 (18:08 +0900)]
Add new macro to get value for integer 64bit type

[Version] 0.3.16
[Profile] Common
[Issue Type] Update

Change-Id: Ie18f7804936e71d716258bd1bc812ff83da31019
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
5 years agoReplace tbm_key by tbm_fd for buffer protection 71/199271/5 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.022331 accepted/tizen/5.5/unified/mobile/hotfix/20201027.090154 accepted/tizen/unified/20190221.084207 submit/tizen/20190219.074619 submit/tizen/20190220.092629 submit/tizen_5.5/20191031.000004 submit/tizen_5.5_mobile_hotfix/20201026.185104 tizen_5.5.m2_release
Jeongmo Yang [Fri, 8 Feb 2019 05:16:00 +0000 (14:16 +0900)]
Replace tbm_key by tbm_fd for buffer protection

- Any other process can access buffer if it knows its tbm_key,
  but, there is no way to access if it's replaced by tbm_fd.

[Version] 0.3.15
[Profile] Common
[Issue Type] Update
[Dependency module] mmsvc-camera, capi-media-recorder

Change-Id: Iad10f26e000ef35c278561b04f471a8711dcc517
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
5 years agoAdd unit test 78/193978/2 accepted/tizen/unified/20181130.064932 submit/tizen/20181129.024814
Jeongmo Yang [Wed, 28 Nov 2018 04:58:21 +0000 (13:58 +0900)]
Add unit test

- Precondition to run gtests-*
 : The executable label should be changed to "User" after install
 : The user should be "owner"

[Version] 0.3.14
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-unified_20181126.2]

Change-Id: Ibda709aa9058674ea7ea780e60618661249bf0e6
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
5 years agoRemove unused code related with sound policy 14/180714/1 accepted/tizen_5.0_unified tizen_5.0 accepted/tizen/5.0/unified/20181102.015401 accepted/tizen/unified/20180611.015419 submit/tizen/20180607.021137 submit/tizen_5.0/20181101.000003
Jeongmo Yang [Fri, 1 Jun 2018 09:17:43 +0000 (18:17 +0900)]
Remove unused code related with sound policy

[Version] 0.3.13
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: I8206d51edb139fcf26591e7ea7e386c794b86890
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
6 years agoAdd feature check for recorder_get_device_state 00/177700/1 accepted/tizen/unified/20180504.063319 submit/tizen/20180503.054637
Jeongmo Yang [Thu, 3 May 2018 05:08:14 +0000 (14:08 +0900)]
Add feature check for recorder_get_device_state

[Version] 0.3.12
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-unified_20180502.3]

Change-Id: I1896cde0dd451575fcc16e87dfb2965b6698aed4
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
6 years agoFix coverity issue - Improper use of negative value, Unchecked return value 08/174508/1 accepted/tizen/unified/20180405.064338 submit/tizen/20180404.024456
Jeongmo Yang [Mon, 2 Apr 2018 11:11:50 +0000 (20:11 +0900)]
Fix coverity issue - Improper use of negative value, Unchecked return value

[Version] 0.3.11
[Profile] Common
[Issue Type] Coverity
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=]

Change-Id: I6986e6bd874922945a4fc952a507d839a86251e8
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
6 years agoRemove codes for sesison backward compatibility 41/172041/1 accepted/tizen/unified/20180320.065825 submit/tizen/20180309.032153 submit/tizen/20180312.060825 submit/tizen/20180320.010111
Jeongmo Yang [Fri, 9 Mar 2018 06:47:00 +0000 (15:47 +0900)]
Remove codes for sesison backward compatibility

- use MMCAM_CLIENT_PID attribute instead of MMCAM_PID_FOR_SOUND_FOCUS.

[Version] 0.3.10
[Profile] Common
[Issue Type] clean-up
[Dependency module] libmm-camcorder

Change-Id: I636391a7a36809dc26f6e5e57cc6710f8979188e
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
6 years agoChange related feature 90/166290/1 accepted/tizen/unified/20180116.074427 submit/tizen/20180115.050333 submit/tizen/20180115.091317
Jeongmo Yang [Tue, 9 Jan 2018 07:37:34 +0000 (16:37 +0900)]
Change related feature

- As-Is : http://tizen.org/feature/microphone
- To-Be : http://tizen.org/feature/media.audio_recording, http://tizen.org/feature/media.video_recording

[Version] 0.3.9
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-unified_20180108.2]

Change-Id: I4fc0e89e6753da1d109e92881bfd28ba4fa6da19
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
6 years agoCheck state before destroy handle for video 29/157829/2 accepted/tizen/unified/20171101.064712 submit/tizen/20171031.024842
Jeongmo Yang [Thu, 26 Oct 2017 10:32:06 +0000 (19:32 +0900)]
Check state before destroy handle for video

Previously, recorder handle for video could be destroyed while recording.
Then, there is no way to stop recording, so the handle should not be destroyed while recording.

[Version] 0.3.8
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-4.0-unified_20171018.2]

Change-Id: Idc3aa460673363e828a6c90e0c6cdd08a58fb469
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
6 years agoBug fix 77/156877/1 submit/tizen/20171020.101944
Jeongmo Yang [Fri, 20 Oct 2017 10:10:49 +0000 (19:10 +0900)]
Bug fix

User could start camera preview without camera privilege,
but it shouldn't and fixed.

[Version] 0.3.7
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-4.0-unified_20171020.1]

Change-Id: I5abe20f8f06a11ad1ac52c6bf6cdf03b435d7c95
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
6 years agoFix KONA issue - Invalid log parameter 89/155189/1 accepted/tizen/unified/20171013.192841 submit/tizen/20171012.091106
Haesu Gwon [Thu, 12 Oct 2017 09:02:06 +0000 (18:02 +0900)]
Fix KONA issue - Invalid log parameter

[Version] 0.3.6
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: I541f4be49ee06faae31e0da48dc43cae53050329
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
6 years agoAdd additional error convert code. 56/147556/1
Haesu Gwon [Tue, 5 Sep 2017 01:31:59 +0000 (10:31 +0900)]
Add additional error convert code.

[Version] 0.3.5
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A

Change-Id: I15af9d8b9d5ea1057e45c5ae0677aa5a2705a88b
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
6 years agoUpdate muse-recorder by the splited muse library 13/142813/5 accepted/tizen/4.0/unified/20170829.020132 accepted/tizen/unified/20170822.112948 submit/tizen/20170821.070131 submit/tizen_4.0/20170828.100004 submit/tizen_4.0/20170828.110004
YoungHun Kim [Mon, 7 Aug 2017 08:39:37 +0000 (17:39 +0900)]
Update muse-recorder by the splited muse library

Change-Id: If00bd5315883957a294abe750689cbed4afe87b8

6 years agoRemove audio-io dependency 62/141662/1 accepted/tizen/unified/20170810.171616 submit/tizen/20170809.053234
Jeongmo Yang [Tue, 1 Aug 2017 08:37:43 +0000 (17:37 +0900)]
Remove audio-io dependency

[Version] 0.3.3
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: I4a807e06db46feda1a4775e040886502462c45ba
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
6 years agoFix Svace issues - INVARIANT_RESULT.OP_ZERO, SIZEOF_POINTER_TYPE 77/141577/1
Jeongmo Yang [Tue, 1 Aug 2017 05:07:18 +0000 (14:07 +0900)]
Fix Svace issues - INVARIANT_RESULT.OP_ZERO, SIZEOF_POINTER_TYPE

[Version] 0.3.2
[Profile] Common
[Issue Type] Svace
[Dependency module] N/A

Change-Id: Ibe47c7d96a67d8350ffaef2e297ebdbb49dcba5a
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
6 years agoAdd new legacy APIs and dispatcher functions for new APIs 37/133237/1 accepted/tizen/4.0/unified/20170816.012500 accepted/tizen/4.0/unified/20170816.015328 accepted/tizen/unified/20170630.083123 submit/tizen/20170614.052326 submit/tizen/20170619.053621 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
Jeongmo Yang [Fri, 9 Jun 2017 09:35:38 +0000 (18:35 +0900)]
Add new legacy APIs and dispatcher functions for new APIs

The user has no way to know when the interrupt is started.
This commit provides the interface for it.

[Version] 0.3.1
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-unified_20170608.1]

Change-Id: If1e561f17137be98d46bf9f7707f81eb8317cbb2
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
6 years agoRemove so versioning and symlink files 88/131588/1 accepted/tizen/unified/20170612.073911 submit/tizen/20170612.030116
Jeongmo Yang [Tue, 30 May 2017 06:17:13 +0000 (15:17 +0900)]
Remove so versioning and symlink files

libmuse-recorder.so is used by muse server with dlopen in target,
so it should be placed on target.
Because of it, we removed so versioning and symlink files.

[Version] 0.3.0-2
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-unified_20170524.4]

Change-Id: I9ee9f39f403a936832f54902dcc2898276209c05
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
6 years agoExclude *.so files from binary package 46/131146/1
Jeongmo Yang [Thu, 25 May 2017 12:43:33 +0000 (21:43 +0900)]
Exclude *.so files from binary package

[Version] 0.3.0-1
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: Ib13ea370cc66293249b9dea112f684e4d8b24118
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
6 years agoMove privilege check code from recorder_create_* to recorder_start 27/129027/1 accepted/tizen/unified/20170515.074600 submit/tizen/20170515.041223 tizen_4.0.m1_release
Jeongmo Yang [Fri, 12 May 2017 11:35:06 +0000 (20:35 +0900)]
Move privilege check code from recorder_create_* to recorder_start

[Version] 0.3.0
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-unified_20170502.4]

Change-Id: Ib93079866da4e3940bdd3c5a872be55e722595bf
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoBug fix for foreach supported callback 19/125819/1 accepted/tizen/unified/20170419.164656 submit/tizen/20170419.094330
Jeongmo Yang [Wed, 19 Apr 2017 04:47:16 +0000 (13:47 +0900)]
Bug fix for foreach supported callback

The foreach supported callback stopped because of void return.
So, add proper return value for them to call remained callback.

[Version] 0.2.41
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=20170412_223034]

Change-Id: I86fac8686e9ba0a6a31b53126c40e09b98e2626f
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoCheck microphone feature with system info 71/123071/1 accepted/tizen/unified/20170410.160209 submit/tizen/20170410.072959
Jeongmo Yang [Tue, 4 Apr 2017 09:58:31 +0000 (18:58 +0900)]
Check microphone feature with system info

[Version] 0.2.40
[Profile] Common
[Issue Type] Update
[Dependency module] mmsvc-core

Change-Id: I3f5cd306de3e9d9180056a76509edc24ab0d302f
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoUpdate spec file for license macro 14/120514/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170329.171852 accepted/tizen/ivi/20170329.221929 accepted/tizen/mobile/20170329.221816 accepted/tizen/tv/20170329.221857 accepted/tizen/unified/20170329.221946 accepted/tizen/wearable/20170329.221913 submit/tizen/20170328.103759
Jeongmo Yang [Wed, 22 Mar 2017 07:26:21 +0000 (16:26 +0900)]
Update spec file for license macro

[Version] 0.2.39-1
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: Ic94dc874c3d38dba4e859cc59bb92255b96fc2f9
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoAdd command dispatcher for external storage state changed callback 13/120513/1
Jeongmo Yang [Fri, 17 Mar 2017 08:44:47 +0000 (17:44 +0900)]
Add command dispatcher for external storage state changed callback

[Version] 0.2.39
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-3.0-mobile_20170315.2]

Change-Id: I4df3189794e17b2f21c7b8da5d25820aadcc9341
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoAdd new command dispatcher(current NULL) and modify return value for dispatcher 07/119307/1
Jeongmo Yang [Thu, 16 Mar 2017 07:57:51 +0000 (16:57 +0900)]
Add new command dispatcher(current NULL) and modify return value for dispatcher

[Version] 0.2.38
[Profile] Common
[Issue Type] Update

Change-Id: Ieceb02c76123abb945ace8be3bf0e3bffa0e43c2
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoReturn RECORDER_STATE_READY for recorder_get_state while destroying pipeline 26/119226/1
Jeongmo Yang [Wed, 15 Mar 2017 23:29:41 +0000 (08:29 +0900)]
Return RECORDER_STATE_READY for recorder_get_state while destroying pipeline

[Version] 0.2.37
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-3.0-mobile_20170315.2]

Change-Id: Ibbece968818be75c1714a117041373e20f302c28
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoAvoid unnecessary preview format setting 06/119006/1
Jeongmo Yang [Mon, 13 Mar 2017 02:18:25 +0000 (11:18 +0900)]
Avoid unnecessary preview format setting

[Version] 0.2.36
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-3.0-mobile_20170302.1]

Change-Id: I1d651ef043669a648a036c97e21f2c3120d9fdf1
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoAdd new dispatcher functions for new APIs 18/113118/2 accepted/tizen/common/20170309.174907 accepted/tizen/ivi/20170308.120223 accepted/tizen/mobile/20170308.120139 accepted/tizen/tv/20170308.120201 accepted/tizen/unified/20170310.080701 accepted/tizen/wearable/20170308.120212 submit/tizen/20170307.122057 submit/tizen_unified/20170310.011402
Jeongmo Yang [Mon, 6 Feb 2017 07:01:42 +0000 (16:01 +0900)]
Add new dispatcher functions for new APIs

New dispatcher functions are added for muxed stream callback

[Version] 0.2.35
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-3.0-mobile_20170203.1]

Change-Id: I603d57bb0a61fc9f0ebcefc7925b8d047aaf6c54
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoSend signal for camera shutdown waiting 16/109516/1
Jeongmo Yang [Tue, 10 Jan 2017 08:44:31 +0000 (17:44 +0900)]
Send signal for camera shutdown waiting

[Version] 0.2.34
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-3.0-mobile_20170104.1]

Change-Id: I4a599aab78c770d073b5404ecbedbea0d14aecbe
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoAdd resource conflict error in error convert function 23/108923/2
Jeongmo Yang [Fri, 6 Jan 2017 07:53:09 +0000 (16:53 +0900)]
Add resource conflict error in error convert function

[Version] 0.2.33
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-3.0-mobile_20170104.1]

Change-Id: I9bae5b4b5ed4d02f738517ae34aa3e11623216ff
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoBug fix - invalid previous state on interrupted callback 84/105684/1 accepted/tizen/common/20161220.191019 accepted/tizen/ivi/20161220.223825 accepted/tizen/mobile/20161220.223656 accepted/tizen/tv/20161220.223729 accepted/tizen/unified/20170309.033445 accepted/tizen/wearable/20161220.223754 submit/tizen/20161220.104958 submit/tizen_unified/20170308.100408
Jeongmo Yang [Mon, 19 Dec 2016 09:24:46 +0000 (18:24 +0900)]
Bug fix - invalid previous state on interrupted callback

[Version] 0.2.32
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-3.0-mobile_20161215.3]

Change-Id: I09a0dfbfe1406993000715b03decaaa8c2da1089
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoUpdate shutdown code 39/103739/1 accepted/tizen/common/20161214.160623 accepted/tizen/ivi/20161214.015332 accepted/tizen/mobile/20161214.014927 accepted/tizen/tv/20161214.015116 accepted/tizen/wearable/20161214.015140 submit/tizen/20161213.083228
Jeongmo Yang [Fri, 9 Dec 2016 08:47:39 +0000 (17:47 +0900)]
Update shutdown code

If commit is failed, resources can not be released completely.
recorder_cancel is added to release resources.

[Version] 0.2.31
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: I580c729e0b2c0c795a9703c7274c5bb22d6857ea
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoAdd new function to set gdbus connection, 2. Bug fix for EXIF info 37/93637/2 accepted/tizen/3.0/common/20161114.105828 accepted/tizen/3.0/ivi/20161028.134044 accepted/tizen/3.0/mobile/20161028.133157 accepted/tizen/3.0/tv/20161028.133509 accepted/tizen/3.0/wearable/20161028.133800 accepted/tizen/common/20161025.155121 accepted/tizen/common/20161027.073658 accepted/tizen/ivi/20161027.055029 accepted/tizen/mobile/20161027.054932 accepted/tizen/tv/20161027.055003 accepted/tizen/wearable/20161027.055019 submit/tizen/20161025.104308 submit/tizen/20161027.030209 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082423 submit/tizen_3.0_common/20161104.104000
Jeongmo Yang [Tue, 25 Oct 2016 06:20:56 +0000 (15:20 +0900)]
Add new function to set gdbus connection, 2. Bug fix for EXIF info

Sometimes, got crashed when get gdbus connection,
so, do not get gdbus connection in camera module and get from outside(muse server)

[Version] 0.2.30
[Profile] Common
[Issue Type] Update
[Dependency module] libmm-camcorder, mmsvc-core
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161024.2]

Change-Id: I53a6e1aad6a692c47c037517bc8534acc3de89dd
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoSkip recorder handle creation in device state check function 58/92658/1 accepted/tizen/common/20161018.175114 accepted/tizen/ivi/20161018.091637 accepted/tizen/mobile/20161018.091549 accepted/tizen/tv/20161018.091609 accepted/tizen/wearable/20161018.091619 submit/tizen/20161018.031723
Jeongmo Yang [Tue, 18 Oct 2016 02:22:15 +0000 (11:22 +0900)]
Skip recorder handle creation in device state check function

To reduce muse server memory usage

[Version] 0.2.29
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Dependency commit] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161016.2]

Change-Id: I828abfa4c818efa21592fa90c96de83900614450
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoUpdate code for new APIs 39/91639/1 accepted/tizen/common/20161012.154136 accepted/tizen/ivi/20161012.065357 accepted/tizen/mobile/20161012.065237 accepted/tizen/tv/20161012.065308 accepted/tizen/wearable/20161012.065330 submit/tizen/20161012.010406
Haesu Gwon [Mon, 10 Oct 2016 12:26:48 +0000 (21:26 +0900)]
Update code for new APIs
- supported file format by audio/video encoder
- supported audio/video codec by file format

[Version] 0.2.28
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
[Dependency commit] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161010.1]

Change-Id: I8f6475792ff174f48198e124800494c96696cbe7
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
7 years agoUpdate code for device state APIs 86/91586/1
Jeongmo Yang [Mon, 10 Oct 2016 09:16:13 +0000 (18:16 +0900)]
Update code for device state APIs

Add code to emit signal for device state change

[Version] 0.2.27
[Profile] Common
[Issue Type] Update
[Dependency module] libmm-camcorder
[Dependency commit] 6012f7ec5032f940e8446a7aec9a9ee001ba05c6
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20161007.1]

Change-Id: I40a9d41d462fa959cada68d27d452ab203b7b4e0
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoAdd new functions to support new Native APIs 72/88772/3 accepted/tizen/3.0/ivi/20161011.055419 accepted/tizen/3.0/mobile/20161015.033619 accepted/tizen/3.0/tv/20161016.005450 accepted/tizen/3.0/wearable/20161015.083516 accepted/tizen/common/20160930.174723 accepted/tizen/ivi/20160930.083758 accepted/tizen/mobile/20160930.083656 accepted/tizen/tv/20160930.083735 accepted/tizen/wearable/20160930.083620 submit/tizen/20160930.030513 submit/tizen_3.0_ivi/20161010.000005 submit/tizen_3.0_mobile/20161015.000004 submit/tizen_3.0_tv/20161015.000004 submit/tizen_3.0_wearable/20161015.000004
Jeongmo Yang [Tue, 20 Sep 2016 12:39:11 +0000 (21:39 +0900)]
Add new functions to support new Native APIs

Recorder device state related APIs will be added.
This commit supports them.

[Version] 0.2.26
[Profile] Common
[Issue Type] New function
[Dependency module] N/A
[Dependency commit] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20160913.1]

Change-Id: I9c42c44286d0726f47b45214ef157bf0a46f1ca7
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoFix filename issue for Tizen 2.4 compatibility 94/89394/1 accepted/tizen/common/20160923.161142 accepted/tizen/ivi/20160927.074656 accepted/tizen/mobile/20160927.074852 accepted/tizen/tv/20160927.075010 accepted/tizen/wearable/20160927.074001 submit/tizen/20160923.095911
Haesu Gwon [Fri, 23 Sep 2016 09:15:24 +0000 (18:15 +0900)]
Fix filename issue for Tizen 2.4 compatibility

[Version] 0.2.25
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
[Dependency commit] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-mobile_20160923.1]

Change-Id: Ib15607f5de25bddfe9037299f47ec7fc979b7658
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
7 years ago[Release version 0.2.24] Check state before set video encoder 42/86042/1 accepted/tizen/common/20160831.162103 accepted/tizen/ivi/20160901.065302 accepted/tizen/mobile/20160901.065041 accepted/tizen/tv/20160901.065138 accepted/tizen/wearable/20160901.065214 submit/tizen/20160831.052250
Jeongmo Yang [Tue, 30 Aug 2016 08:25:37 +0000 (17:25 +0900)]
[Release version 0.2.24] Check state before set video encoder

Change-Id: Ibe9862269e68a493d09754a633ccce8106df7905
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years ago[Release version 0.2.23] Add module initialize function 51/83151/1 accepted/tizen/common/20160811.145646 accepted/tizen/ivi/20160812.010630 accepted/tizen/mobile/20160812.010652 accepted/tizen/tv/20160812.010607 accepted/tizen/wearable/20160812.010533 submit/tizen/20160810.075454 submit/tizen/20160811.023523
Jeongmo Yang [Tue, 9 Aug 2016 09:28:05 +0000 (18:28 +0900)]
[Release version 0.2.23] Add module initialize function

Change-Id: Ie2ae1bf27d4ee363d4c9728803765685e82d97d7
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years ago[Release version 0.2.22] Remove unused macro 98/81398/1 accepted/tizen/common/20160805.130236 accepted/tizen/ivi/20160808.081212 accepted/tizen/mobile/20160808.080850 accepted/tizen/tv/20160808.081020 accepted/tizen/wearable/20160808.081115 submit/tizen/20160805.054353
Jeongmo Yang [Tue, 26 Jul 2016 04:38:19 +0000 (13:38 +0900)]
[Release version 0.2.22] Remove unused macro

Change-Id: I5ab159cee09d478a07c7b344c76bcde4a75650a0
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years ago[Release version 0.2.21] Fix TSAM-6602 : Call interrupt callback when resource confli... 35/80635/1 accepted/tizen/common/20160719.172909 accepted/tizen/ivi/20160719.104518 accepted/tizen/mobile/20160719.104522 accepted/tizen/tv/20160719.104442 accepted/tizen/wearable/20160719.104456 submit/tizen/20160719.080507
Jeongmo Yang [Tue, 19 Jul 2016 07:53:31 +0000 (16:53 +0900)]
[Release version 0.2.21] Fix TSAM-6602 : Call interrupt callback when resource conflict is occurred

Change-Id: Ib520bcf10290ad564e001f845308be042fd80498
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years ago[Release version 0.2.20] Fix Tizen coding rule violation 65/80165/4
Haesu Gwon [Fri, 15 Jul 2016 04:36:38 +0000 (13:36 +0900)]
[Release version 0.2.20] Fix Tizen coding rule violation

Change-Id: I0477373970f53607b5b6f670398be3f6acccdef5
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
7 years ago[Release version 0.2.19] Avoid FALL_THROUGH checker of Svace 88/72888/1 accepted/tizen/common/20160609.145221 accepted/tizen/ivi/20160609.091744 accepted/tizen/mobile/20160609.092004 accepted/tizen/tv/20160609.091622 accepted/tizen/wearable/20160609.091719 submit/tizen/20160609.040222
Jeongmo Yang [Fri, 3 Jun 2016 01:53:17 +0000 (10:53 +0900)]
[Release version 0.2.19] Avoid FALL_THROUGH checker of Svace

Change-Id: I6cf887b54156ac542d3248450e67284572095100
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years ago[Release version 0.2.18] Add new enum for MP3 audio codec 62/69062/1 accepted/tizen/common/20160516.143517 accepted/tizen/ivi/20160517.032243 accepted/tizen/mobile/20160517.032237 accepted/tizen/tv/20160517.032211 accepted/tizen/wearable/20160517.032321 submit/tizen/20160516.075843
Jeongmo Yang [Wed, 11 May 2016 09:19:11 +0000 (18:19 +0900)]
[Release version 0.2.18] Add new enum for MP3 audio codec

Change-Id: I9d30b2f41c256f7607ff048a3b162f1610d5f97b
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoAdd initialize event because of mmsvc-core patch 88/65088/2 accepted/tizen/common/20160413.130914 accepted/tizen/ivi/20160413.082801 accepted/tizen/mobile/20160413.073243 accepted/tizen/tv/20160413.075544 accepted/tizen/wearable/20160413.080545 submit/tizen/20160412.054936 submit/tizen/20160412.073044
YoungHun Kim [Thu, 7 Apr 2016 07:27:50 +0000 (16:27 +0900)]
Add initialize event because of mmsvc-core patch

Change-Id: If954ca34a2885c8feb0b2060284c2e7c7961e4ae

8 years ago[Release version 0.2.16] Add code for exception handling 33/64733/1 accepted/tizen/common/20160406.144521 accepted/tizen/ivi/20160406.073630 accepted/tizen/mobile/20160406.073532 accepted/tizen/tv/20160406.073553 accepted/tizen/wearable/20160406.073608 submit/tizen/20160406.043753
Jeongmo Yang [Tue, 5 Apr 2016 06:53:57 +0000 (15:53 +0900)]
[Release version 0.2.16] Add code for exception handling

Change-Id: I017aa4e5ee50849c6b7e5f878f889af0628152c3
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.15] Add new API to support sound stream information set 13/60313/2 accepted/tizen/common/20160322.145931 accepted/tizen/ivi/20160322.084357 accepted/tizen/mobile/20160322.084302 accepted/tizen/tv/20160322.084318 accepted/tizen/wearable/20160322.084337 submit/tizen/20160322.011425
Jeongmo Yang [Thu, 25 Feb 2016 03:38:48 +0000 (12:38 +0900)]
[Release version 0.2.15] Add new API to support sound stream information set

Change-Id: Icc6f2fcf01ce82d296cea4c47c3a98fc284b4030
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.14-1] Remove unnecessary dependency 06/60206/1
Jeongmo Yang [Wed, 24 Feb 2016 06:42:04 +0000 (15:42 +0900)]
[Release version 0.2.14-1] Remove unnecessary dependency

Change-Id: I2fc390177b6a950be09378d0cf5acaee4c916588
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.14] Update to remove unnecessary dependency 70/58470/2 accepted/tizen/ivi/20160218.023853 accepted/tizen/mobile/20160212.050112 accepted/tizen/tv/20160212.050138 accepted/tizen/wearable/20160212.050126 submit/tizen/20160204.014829 submit/tizen/20160212.020315 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000003
Jeongmo Yang [Mon, 1 Feb 2016 09:37:34 +0000 (18:37 +0900)]
[Release version 0.2.14] Update to remove unnecessary dependency

Change-Id: I1771ffc0e1cbee6f3a06a3944b13f5f722ff79c2
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.13] Add MPEG2-TransportStream file format 83/56683/3 accepted/tizen/mobile/20160122.032456 accepted/tizen/tv/20160122.032503 accepted/tizen/wearable/20160122.032510 submit/tizen/20160120.094825
Haesu Gwon [Tue, 12 Jan 2016 04:56:38 +0000 (13:56 +0900)]
[Release version 0.2.13] Add MPEG2-TransportStream file format

Change-Id: Iae0fc430d5a7770b65532693aa995c1fbf5f0c3e
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
8 years ago[Release version 0.2.12] Support shutdown command 72/56872/1 accepted/tizen/mobile/20160114.065215 accepted/tizen/tv/20160114.065243 accepted/tizen/wearable/20160114.065312 submit/tizen/20160114.021859
Jeongmo Yang [Wed, 13 Jan 2016 08:43:09 +0000 (17:43 +0900)]
[Release version 0.2.12] Support shutdown command

Change-Id: I71519238ff9b35b1c9127114e930c4e9559fdd1c
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.11] Change LOG_TAG 99/56199/1 accepted/tizen/mobile/20160106.003509 accepted/tizen/tv/20160106.003406 accepted/tizen/wearable/20160106.003438 submit/tizen/20160105.085903 submit/tizen/20160105.093305
Jeongmo Yang [Tue, 5 Jan 2016 08:41:12 +0000 (17:41 +0900)]
[Release version 0.2.11] Change LOG_TAG

Change-Id: Ie93ebf5144a59df4718869de6df5f63212a3d06b
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.10 24/54024/1 accepted/tizen/mobile/20151211.054442 accepted/tizen/tv/20151211.062507 accepted/tizen/wearable/20151211.061624 submit/tizen/20151211.003645 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
Jeongmo Yang [Fri, 11 Dec 2015 00:25:17 +0000 (09:25 +0900)]
Release version 0.2.10

1. Change max size of message

Change-Id: I699131ac2515e2a9da61082182adae540d17088a
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.9 96/53496/2 accepted/tizen/mobile/20151208.125135 accepted/tizen/tv/20151208.125147 accepted/tizen/wearable/20151208.125207 submit/tizen/20151208.041805
Jeongmo Yang [Mon, 7 Dec 2015 09:44:26 +0000 (18:44 +0900)]
Release version 0.2.9

1. Remove ASM related code

Change-Id: I995075091a4ae5bf0b7addca5fc6fcff37c330ba
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.8 75/52275/1 accepted/tizen/mobile/20151122.234539 accepted/tizen/tv/20151122.234552 accepted/tizen/wearable/20151122.234603 submit/tizen/20151120.121220
Jeongmo Yang [Fri, 20 Nov 2015 10:52:23 +0000 (19:52 +0900)]
Release version 0.2.8

1. Add new enum for class of API and event

Change-Id: I41c6a28b168ca33073f05b2fc187ea77b2adf3ff
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.7 51/51751/2 accepted/tizen/mobile/20151117.005444 accepted/tizen/tv/20151117.005458 accepted/tizen/wearable/20151117.005509 submit/tizen/20151116.054236
Jeongmo Yang [Fri, 13 Nov 2015 12:34:30 +0000 (21:34 +0900)]
Release version 0.2.7

1. Fix audio stream callback bug
2. Add code for tbm bo handling
3. Code optimization

Change-Id: I826d23d6768319ba66f59c480bdce2dde821859a
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.6-1 03/50803/1 accepted/tizen/mobile/20151103.024647 accepted/tizen/tv/20151103.024657 accepted/tizen/wearable/20151103.024710 submit/tizen/20151102.111246
Jeongmo Yang [Mon, 2 Nov 2015 10:28:24 +0000 (19:28 +0900)]
Release version 0.2.6-1

1. Remove unused pkgconfig - json

Change-Id: I4b6ede836877d49bd96a00200acbc5cb55065dce
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.6 88/50388/1 accepted/tizen/mobile/20151029.041245 accepted/tizen/tv/20151029.041314 accepted/tizen/wearable/20151029.041328 submit/tizen/20151028.225650
Jeongmo Yang [Wed, 28 Oct 2015 08:35:37 +0000 (17:35 +0900)]
Release version 0.2.6

1. Add new function for setting pid

Change-Id: I9db8d6ca22bb50ddc8f3ddb0437e7ce9fe1b9519
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.5 90/49890/1 accepted/tizen/mobile/20151022.230114 accepted/tizen/tv/20151022.230127 accepted/tizen/wearable/20151022.230139 submit/tizen/20151022.102935
Jeongmo Yang [Wed, 21 Oct 2015 07:41:16 +0000 (16:41 +0900)]
Release version 0.2.5

1. add new API to set root directory

Change-Id: I91a0c6b31e8f12d198830350a4fb6405f22abc03
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.6 23/49623/2 accepted/tizen/mobile/20151017.101250 accepted/tizen/tv/20151017.101510 accepted/tizen/wearable/20151017.101937 submit/tizen/20151017.073337 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Jeongmo Yang [Fri, 16 Oct 2015 01:02:46 +0000 (10:02 +0900)]
Release version 0.2.6

1. Remove temporary code
2. Update camera handle related code

Change-Id: I4483a870d7143cfc2162eb8f68ce58203484e647
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoadd routine for security check 40/49440/1 accepted/tizen/mobile/20151014.092759 accepted/tizen/tv/20151014.092823 accepted/tizen/wearable/20151014.092830 submit/tizen/20151014.050059
Jeongmo Yang [Tue, 13 Oct 2015 08:15:11 +0000 (17:15 +0900)]
add routine for security check

Change-Id: I9cd9288a912e5dd5f3c07542c22490030ef66cf8
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoUpdate CMakeLists.txt and spec files 12/49112/2 accepted/tizen/mobile/20151008.132907 accepted/tizen/tv/20151008.132926 accepted/tizen/wearable/20151008.132941 submit/tizen/20151008.052904
Jeongmo Yang [Tue, 6 Oct 2015 12:17:52 +0000 (21:17 +0900)]
Update CMakeLists.txt and spec files

Change-Id: I4695da31c4234811f4554371a07b635d61cdd29c
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoClean up the Makefiles, Add some descriptions 03/49003/1 submit/tizen/20151005.082535 submit/tizen/20151005.082555 submit/tizen/20151006.070518 submit/tizen/20151006.093657
sejong123.park [Mon, 5 Oct 2015 04:48:08 +0000 (13:48 +0900)]
Clean up the Makefiles, Add some descriptions

Change-Id:I1ae78b4a5ef5be17e75204821c590871b9f0b59c
Signed-off-by: sejong123.park <sejong123.park@samsung.com>
8 years agoInitial codes for tizen branch 48/48948/2
sejong123.park [Fri, 2 Oct 2015 05:01:55 +0000 (14:01 +0900)]
Initial codes for tizen branch

Change-Id:If001c80cc2693eaf4f81373c9dcd9392206c62c5
Signed-off-by: sejong123.park <sejong123.park@samsung.com>
8 years agoInitial empty repository master
Jeonghoon Jeon [Wed, 15 Jul 2015 08:47:40 +0000 (01:47 -0700)]
Initial empty repository