platform/core/api/recorder.git
7 years agoCode optimization for get_device_state function 12/93112/1 accepted/tizen/common/20161025.155117 submit/tizen/20161025.104308 submit/tizen_3.0_common/20161104.104000
Jeongmo Yang [Thu, 20 Oct 2016 09:17:50 +0000 (18:17 +0900)]
Code optimization for get_device_state function

Previously, message receive thread and unused code is executed.
This commit removes them.

[Version] 0.2.42
[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_20161019.4]

Change-Id: I566ed7b9a0b52c93d029126469be152554dcf464
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoUpdate code for device state changed callback 87/91587/2 accepted/tizen/3.0/ivi/20161028.123033 accepted/tizen/3.0/mobile/20161028.122332 accepted/tizen/3.0/tv/20161028.122619 accepted/tizen/3.0/wearable/20161028.122840 accepted/tizen/common/20161012.154135 accepted/tizen/ivi/20161012.065354 accepted/tizen/mobile/20161012.065234 accepted/tizen/tv/20161012.065305 accepted/tizen/wearable/20161012.065327 submit/tizen/20161012.010406 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082323
Jeongmo Yang [Mon, 10 Oct 2016 09:18:33 +0000 (18:18 +0900)]
Update code for device state changed callback

Do not call recorder_get_device_state in device state changed callback.
The value from the signal is changed, so don't need to call it in callback.

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

Change-Id: Ie035ece78dd390e1bc54c4b5e169c99b327760ed
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoReceived message is at risk for corruption with previous message. 19/91219/3
Haesu Gwon [Thu, 6 Oct 2016 09:27:53 +0000 (18:27 +0900)]
Received message is at risk for corruption with previous message.
So '\0' char is added at end of tokenized message.

[Version] 0.2.40
[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_20161005.3]

Change-Id: I8ea1542f33bdab44c1916668101687b285234870
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
7 years agoFix crash on device state changed callback and update recorder_test code 69/91169/2 accepted/tizen/3.0/mobile/20161015.034135 accepted/tizen/3.0/tv/20161016.005649 accepted/tizen/3.0/wearable/20161015.084039 accepted/tizen/common/20161006.153417 accepted/tizen/ivi/20161007.003922 accepted/tizen/mobile/20161007.003651 accepted/tizen/tv/20161007.003812 accepted/tizen/wearable/20161007.003849 submit/tizen/20161005.055916 submit/tizen_3.0_mobile/20161015.000006 submit/tizen_3.0_tv/20161015.000005 submit/tizen_3.0_wearable/20161015.000005
Jeongmo Yang [Thu, 6 Oct 2016 06:24:36 +0000 (15:24 +0900)]
Fix crash on device state changed callback and update recorder_test code

1. Fix crash
 - user_data from user is not set
2. Update recorder_test code
 - Video recording test is failed because of invalid API usage.
 - Fix typo

[Version] 0.2.39
[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_20161006.1]

Change-Id: I63905d7e59ac2318b34132044139b6932bc3231d
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoNew APIs are added 10/90310/1 accepted/tizen/3.0/ivi/20161011.062313 accepted/tizen/common/20160930.174727 accepted/tizen/ivi/20160930.083800 accepted/tizen/mobile/20160930.083701 accepted/tizen/tv/20160930.083740 accepted/tizen/wearable/20160930.083623 submit/tizen/20160930.030513 submit/tizen_3.0_ivi/20161010.000006
Jeongmo Yang [Thu, 29 Sep 2016 10:36:08 +0000 (19:36 +0900)]
New APIs are added

New enum :
recorder_device_state_e
New function :
recorder_get_device_state
recorder_add_device_state_changed_cb
recorder_remove_device_state_changed_cb

[Version] 0.2.38
[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_20160929.1]

Change-Id: I250260e1259ac54c0366908e14754edb75c992f2
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoAdd sub thread for audio stream callback 62/88062/5
Jeongmo Yang [Tue, 13 Sep 2016 06:39:55 +0000 (15:39 +0900)]
Add sub thread for audio stream callback

[Version] 0.2.37
[Profile] Common
[Issue Type] Enhancement
[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: I56243fbcfa660c410218a38220f436a597c2b390
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years agoFix get filename convert issue 17/90217/3 accepted/tizen/common/20160929.163457 accepted/tizen/ivi/20160929.233827 accepted/tizen/mobile/20160929.233823 accepted/tizen/tv/20160929.233814 accepted/tizen/wearable/20160929.233819 submit/tizen/20160929.030608 submit/tizen/20160929.072529
Haesu Gwon [Thu, 29 Sep 2016 05:01:18 +0000 (14:01 +0900)]
Fix get filename convert issue

[Version] 0.2.36
[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_20160928.2]

Change-Id: I30d759f3c28b683a37cee757b1d9f3268ca9fea8
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
7 years agoFix filename issue for Tizen 2.4 compatibility 89/89389/4 accepted/tizen/common/20160923.161138 accepted/tizen/ivi/20160927.074654 accepted/tizen/mobile/20160927.074851 accepted/tizen/tv/20160927.075009 accepted/tizen/wearable/20160927.073956 submit/tizen/20160923.095911
Haesu Gwon [Fri, 23 Sep 2016 09:03:57 +0000 (18:03 +0900)]
Fix filename issue for Tizen 2.4 compatibility

[Version] 0.2.35
[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: I930120bf74167948cf510346bcf5cb137f1bf8de
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
7 years ago[Release version 0.2.34] Add return value to some APIs 44/86044/1 accepted/tizen/common/20160907.154711 accepted/tizen/ivi/20160908.044207 accepted/tizen/mobile/20160908.043645 accepted/tizen/tv/20160908.043949 accepted/tizen/wearable/20160908.044102 submit/tizen/20160907.074000
Jeongmo Yang [Tue, 30 Aug 2016 08:27:42 +0000 (17:27 +0900)]
[Release version 0.2.34] Add return value to some APIs

Change-Id: I58d2f16b3d012239e19994da2d7e12a3bb657572
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years ago[Release version 0.2.33] Add new enum for server connection error - RECORDER_ERROR_SE... 83/85483/4 accepted/tizen/common/20160831.162057 accepted/tizen/ivi/20160901.065259 accepted/tizen/mobile/20160901.065038 accepted/tizen/tv/20160901.065135 accepted/tizen/wearable/20160901.065212 submit/tizen/20160831.052250
Jeongmo Yang [Thu, 25 Aug 2016 09:29:41 +0000 (18:29 +0900)]
[Release version 0.2.33] Add new enum for server connection error - RECORDER_ERROR_SERVICE_DISCONNECTED

Change-Id: I6ecdb546c5a9791e638c26aeb8f6ab97c82c5eb5
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years ago[Release version 0.2.32] 1. Add warning message for deprecated API, 2. Update code... 87/84687/1 accepted/tizen/common/20160824.154750 accepted/tizen/ivi/20160825.050417 accepted/tizen/mobile/20160825.050234 accepted/tizen/tv/20160825.050326 accepted/tizen/wearable/20160825.050349 submit/tizen/20160824.052737
Jeongmo Yang [Mon, 22 Aug 2016 04:49:49 +0000 (13:49 +0900)]
[Release version 0.2.32] 1. Add warning message for deprecated API, 2. Update code for msg send error handling

Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Change-Id: Ibf3e16a94db7b599909fe269121535ab56a18c4b

7 years ago[Release version 0.2.31] 1. Fix coding violation, 2. Update error handling to send... 46/84046/1 accepted/tizen/common/20160818.144326 accepted/tizen/ivi/20160818.231814 accepted/tizen/mobile/20160818.231635 accepted/tizen/tv/20160818.231745 accepted/tizen/wearable/20160818.231715 submit/tizen/20160818.052348
Jeongmo Yang [Tue, 16 Aug 2016 09:07:41 +0000 (18:07 +0900)]
[Release version 0.2.31] 1. Fix coding violation, 2. Update error handling to send message

Change-Id: Idac5bee42ce1b7ce279fe75aaed3d63bcbd4d669
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years ago[Release version 0.2.30] Add error handling code in handle creation function 17/83317/1 accepted/tizen/common/20160811.145645 accepted/tizen/ivi/20160812.010628 accepted/tizen/mobile/20160812.010651 accepted/tizen/tv/20160812.010606 accepted/tizen/wearable/20160812.010532 submit/tizen/20160810.075454 submit/tizen/20160811.023523
Jeongmo Yang [Wed, 10 Aug 2016 05:59:09 +0000 (14:59 +0900)]
[Release version 0.2.30] Add error handling code in handle creation function

Change-Id: Ibf0903b071c645255945e4b9a7470f830659a51d
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years ago[Release version 0.2.29] Binary size optimization, Code arrangement 08/81308/5 accepted/tizen/common/20160805.130157 accepted/tizen/ivi/20160808.081156 accepted/tizen/mobile/20160808.080818 accepted/tizen/tv/20160808.081004 accepted/tizen/wearable/20160808.081104 submit/tizen/20160805.054353
Jeongmo Yang [Mon, 25 Jul 2016 10:52:02 +0000 (19:52 +0900)]
[Release version 0.2.29] Binary size optimization, Code arrangement

Change-Id: I4ab97ada0344a65ed001024d298387c6559fa5d4
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years ago[Release version 0.2.28] Fix Svace issue - Uninitialized data is read 02/74402/2 accepted/tizen/common/20160620.162502 accepted/tizen/ivi/20160617.082445 accepted/tizen/mobile/20160617.081929 accepted/tizen/tv/20160617.082032 accepted/tizen/wearable/20160617.082133 submit/tizen/20160616.065630
Jeongmo Yang [Tue, 14 Jun 2016 06:57:50 +0000 (15:57 +0900)]
[Release version 0.2.28] Fix Svace issue - Uninitialized data is read

Change-Id: I8e2d3e1f19809dd676f882ca8c343329fba0f23b
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years ago[Release version 0.2.27] 1. Check api value to avoid array index overflow, 2. Block... 38/74238/1 accepted/tizen/common/20160615.193316 accepted/tizen/ivi/20160615.001704 accepted/tizen/mobile/20160615.001805 accepted/tizen/tv/20160615.001730 accepted/tizen/wearable/20160615.001745 submit/tizen/20160614.103947
Jeongmo Yang [Mon, 13 Jun 2016 09:45:49 +0000 (18:45 +0900)]
[Release version 0.2.27] 1. Check api value to avoid array index overflow, 2. Block some logs
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Change-Id: Iebf2c0aced5af7028ad3c36840e37c56b3eb670a

7 years ago[Release version 0.2.26] Add new enum for MP3 audio codec 48/69048/2 accepted/tizen/common/20160516.143518 accepted/tizen/ivi/20160517.032244 accepted/tizen/mobile/20160517.032238 accepted/tizen/tv/20160517.032212 accepted/tizen/wearable/20160517.032322 submit/tizen/20160516.075843
Jeongmo Yang [Wed, 11 May 2016 08:34:47 +0000 (17:34 +0900)]
[Release version 0.2.26] Add new enum for MP3 audio codec

Change-Id: I5dfa06a8dab3cfd49acbca02c043a28e448a4e66
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
7 years ago[Release version 0.2.25] Change GET API mechanism 86/68686/2 accepted/tizen/common/20160511.141732 accepted/tizen/ivi/20160511.080236 accepted/tizen/mobile/20160511.080141 accepted/tizen/tv/20160511.080159 accepted/tizen/wearable/20160511.080216 submit/tizen/20160510.074726
Jeongmo Yang [Mon, 9 May 2016 09:41:02 +0000 (18:41 +0900)]
[Release version 0.2.25] Change GET API mechanism

Change-Id: Ic2fd0c873e54182ff5f6e1c9c516d3b168389ba1
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.24] Update code for video recorder with EVAS surface rendering 84/66384/3 accepted/tizen/common/20160420.140500 accepted/tizen/ivi/20160420.042612 accepted/tizen/mobile/20160420.042513 accepted/tizen/tv/20160420.042527 accepted/tizen/wearable/20160420.042556 submit/tizen/20160419.063701
Jeongmo Yang [Mon, 18 Apr 2016 13:22:14 +0000 (22:22 +0900)]
[Release version 0.2.24] Update code for video recorder with EVAS surface rendering

Change-Id: I1e81d91da76cd9e01967851b199c601a52786b8b
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.23] Increase buffer size from muse server to avoid crash 61/64161/2 accepted/tizen/common/20160331.051158 accepted/tizen/ivi/20160330.102320 accepted/tizen/mobile/20160330.102154 accepted/tizen/tv/20160330.102229 accepted/tizen/wearable/20160330.102249 submit/tizen/20160330.095201
Jeongmo Yang [Wed, 30 Mar 2016 09:34:07 +0000 (18:34 +0900)]
[Release version 0.2.23] Increase buffer size from muse server to avoid crash

Change-Id: Ie19a91dccfbecd931f229030d9dbd7ac8908cc0d
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.22] 1. Do not get api_class in case of EVENT message, 2. match... 77/63377/2 accepted/tizen/common/20160323.185719 accepted/tizen/ivi/20160324.010424 accepted/tizen/mobile/20160324.010251 accepted/tizen/tv/20160324.010328 accepted/tizen/wearable/20160324.010358 submit/tizen/20160323.122858
Jeongmo Yang [Wed, 23 Mar 2016 11:02:36 +0000 (20:02 +0900)]
[Release version 0.2.22] 1. Do not get api_class in case of EVENT message, 2. match g_new and g_free

Change-Id: Ib8d8311a916216bac744e956a1061339c97d94f1
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.21] Add new API to support sound stream information set 14/60314/3 accepted/tizen/common/20160322.145933 accepted/tizen/ivi/20160322.084358 accepted/tizen/mobile/20160322.084303 accepted/tizen/tv/20160322.084319 accepted/tizen/wearable/20160322.084338 submit/tizen/20160322.011425
Jeongmo Yang [Thu, 25 Feb 2016 03:39:53 +0000 (12:39 +0900)]
[Release version 0.2.21] Add new API to support sound stream information set

Change-Id: I5caca63d53bc397b0c88aab79a4f1629b0546cab
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.20] Remove unnecessary dependency - libmm-camcorder, GStreamer 72/58472/1 accepted/tizen/ivi/20160218.023349 accepted/tizen/mobile/20160212.050115 accepted/tizen/tv/20160212.050142 accepted/tizen/wearable/20160212.050131 submit/tizen/20160204.014829 submit/tizen/20160212.020315 submit/tizen_common/20160211.052553 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002
Jeongmo Yang [Mon, 1 Feb 2016 09:39:40 +0000 (18:39 +0900)]
[Release version 0.2.20] Remove unnecessary dependency - libmm-camcorder, GStreamer

Change-Id: Ib1ef5b43055ab18e66447be2802065d21b44abe7
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.19] Add MPEG2-TransportStream file format 31/57131/2 accepted/tizen/mobile/20160122.032457 accepted/tizen/tv/20160122.032504 accepted/tizen/wearable/20160122.032511 submit/tizen/20160120.094825
haesu.gwon [Fri, 15 Jan 2016 08:25:36 +0000 (17:25 +0900)]
[Release version 0.2.19] Add MPEG2-TransportStream file format

Change-Id: I76461a45fc93786722c46f7d2b28b48aecf3029b
Signed-off-by: haesu.gwon <haesu.gwon@samsung.com>
8 years ago[Release version 0.2.18-1] Sync doc directory with Tizen 2.4 17/57117/1 accepted/tizen/mobile/20160115.113325 accepted/tizen/tv/20160115.113339 accepted/tizen/wearable/20160115.113355 submit/tizen/20160115.072154
Jeongmo Yang [Fri, 15 Jan 2016 07:18:03 +0000 (16:18 +0900)]
[Release version 0.2.18-1] Sync doc directory with Tizen 2.4

Change-Id: Ie4231002891ced512772d022959d0f5eea1c321c
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.18] Fix bug - 1. fd leak, 2. does not stop foreach callback... 26/56326/2 accepted/tizen/mobile/20160107.101156 accepted/tizen/tv/20160107.101213 accepted/tizen/wearable/20160107.101228 submit/tizen/20160106.112016
Jeongmo Yang [Wed, 6 Jan 2016 10:18:41 +0000 (19:18 +0900)]
[Release version 0.2.18] Fix bug - 1. fd leak, 2. does not stop foreach callback even though callback returns false

Change-Id: I7d1c5900fd17dd450ec848eab13a06a20ad59061
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago[Release version 0.2.17] Add the included header because of muse-server's patch 15/56215/1 accepted/tizen/mobile/20160107.100521 accepted/tizen/tv/20160107.100539 accepted/tizen/wearable/20160107.100604 submit/tizen/20160106.024151
YoungHun Kim [Tue, 5 Jan 2016 10:39:55 +0000 (19:39 +0900)]
[Release version 0.2.17] Add the included header because of muse-server's patch

Change-Id: I1cd1e99d737f15a6f395dc5ffa43890d628df8f2
Signed-off-by: YoungHun Kim <yh8004.kim@samsung.com>
8 years ago[Release version 0.2.16] Increase max number of parsing message 91/56191/1 accepted/tizen/mobile/20160106.003508 accepted/tizen/tv/20160106.003404 accepted/tizen/wearable/20160106.003437 submit/tizen/20160105.085903 submit/tizen/20160105.093305
Jeongmo Yang [Tue, 5 Jan 2016 08:28:22 +0000 (17:28 +0900)]
[Release version 0.2.16] Increase max number of parsing message

Change-Id: Icf7368b96240bfd4417c0a0d0016eb24be759f54
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.15 16/55816/1 accepted/tizen/mobile/20151230.113739 accepted/tizen/tv/20151230.113812 accepted/tizen/wearable/20151230.113840 submit/tizen/20151229.120015
Jeongmo Yang [Tue, 29 Dec 2015 11:38:13 +0000 (20:38 +0900)]
Release version 0.2.15

1. Fix crash - change initialization for list of GMutex and GCond

Change-Id: I58717ed47e86fe85f1d7c5bcdd1be4e9919b5a42
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.14-2 32/55432/1
Jeongmo Yang [Wed, 23 Dec 2015 23:08:53 +0000 (08:08 +0900)]
Release version 0.2.14-2

1. Change file permission from 755 to 644

Change-Id: I57f46b54e43c56ffec22684f3d7e69d0c3fe0450
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.14-1 55/55355/1 accepted/tizen/mobile/20151224.002225 accepted/tizen/tv/20151224.002252 accepted/tizen/wearable/20151224.002310 submit/tizen/20151223.230006 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
Haesu Gwon [Wed, 23 Dec 2015 09:01:55 +0000 (18:01 +0900)]
Release version 0.2.14-1

Change-Id: I54ae4507b24f991ff80dc8c5ef42f6f809e2c563
Signed-off-by: Haesu Gwon <haesu.gwon@samsung.com>
8 years agoRelease version 0.2.14 32/55332/1 accepted/tizen/mobile/20151223.110453 accepted/tizen/tv/20151223.110401 accepted/tizen/wearable/20151223.110619 submit/tizen/20151223.074054
Haesu Gwon [Wed, 23 Dec 2015 07:25:34 +0000 (16:25 +0900)]
Release version 0.2.14

1. Apply Tizen coding rule

Change-Id: Ib54d876c6cb88a989e153320e306fc8c9e15b1e7

8 years agoRelease version 0.2.13 22/54022/1 accepted/tizen/mobile/20151211.054445 accepted/tizen/tv/20151211.062510 accepted/tizen/wearable/20151211.061628 submit/tizen/20151211.003645
Jeongmo Yang [Fri, 11 Dec 2015 00:21:54 +0000 (09:21 +0900)]
Release version 0.2.13

1. Change received string count

Change-Id: I83bae0cf9f4f44344f02fb135177ec375162cce0
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.12 67/53167/1 accepted/tizen/mobile/20151206.223237 accepted/tizen/tv/20151206.223247 accepted/tizen/wearable/20151206.223303 submit/tizen/20151204.043354
Jeongmo Yang [Wed, 2 Dec 2015 09:08:03 +0000 (18:08 +0900)]
Release version 0.2.12

1. Fix Svace issues

Change-Id: Ib732901b843b79dd577b95512dd38d6ec2c25c69
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.11 77/52277/2 accepted/tizen/mobile/20151122.234543 accepted/tizen/tv/20151122.234554 accepted/tizen/wearable/20151122.234605 submit/tizen/20151120.121220
Jeongmo Yang [Fri, 20 Nov 2015 10:54:08 +0000 (19:54 +0900)]
Release version 0.2.11

1. Update code for message handling
2. Remove unused code
3. Rename some variables

Change-Id: Ic9f11dc42da18f30d64461b3e8b1b016e8852bcc
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease 0.2.10 50/51750/2 accepted/tizen/mobile/20151117.005443 accepted/tizen/tv/20151117.005457 accepted/tizen/wearable/20151117.005508 submit/tizen/20151116.054236
Jeongmo Yang [Fri, 13 Nov 2015 12:32:30 +0000 (21:32 +0900)]
Release 0.2.10

1. Fix audio stream callback bug
2. Add recorder API test program
3. Code optimization
4. Add exception handling

Change-Id: I4445929a3972a2227b0628118bdd0612a8a61546
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.9-1 05/50805/1 accepted/tizen/mobile/20151103.024651 accepted/tizen/tv/20151103.024700 accepted/tizen/wearable/20151103.024713 submit/tizen/20151102.111246
Jeongmo Yang [Mon, 2 Nov 2015 10:34:34 +0000 (19:34 +0900)]
Release version 0.2.9-1

1. Remove unused pkgconf - json

Change-Id: I02502391d2c73611627a63de21038b11669e91b4
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.9 85/50385/1 accepted/tizen/mobile/20151029.041248 accepted/tizen/tv/20151029.041317 accepted/tizen/wearable/20151029.041331 submit/tizen/20151028.225650
Jeongmo Yang [Wed, 28 Oct 2015 08:31:45 +0000 (17:31 +0900)]
Release version 0.2.9

1. Set client's pid for sound focus

Change-Id: I0e4e8ba419349073d977f04233274c471b487859
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRelease version 0.2.8 88/49888/1 accepted/tizen/mobile/20151022.230115 accepted/tizen/tv/20151022.230128 accepted/tizen/wearable/20151022.230140 submit/tizen/20151022.102935
Jeongmo Yang [Wed, 21 Oct 2015 07:38:37 +0000 (16:38 +0900)]
Release version 0.2.8

1. set root directory to check available space in muse-server

Change-Id: I6ca2481de5a725141d262bc983d355129f58e42f
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoUpdate header file for Tizen Coding Rule 74/49574/1 accepted/tizen/mobile/20151015.093419 accepted/tizen/tv/20151015.093437 accepted/tizen/wearable/20151015.093450 submit/tizen/20151015.064812 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Jeongmo Yang [Thu, 15 Oct 2015 06:43:20 +0000 (15:43 +0900)]
Update header file for Tizen Coding Rule

Change-Id: I7056a8d499fa3a289b81420dc240d3d13aba39aa
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoUpdate CMakeLists.txt 08/49108/2 accepted/tizen/mobile/20151008.132910 accepted/tizen/tv/20151008.132928 accepted/tizen/wearable/20151008.132944 submit/tizen/20151008.052904
Jeongmo Yang [Tue, 6 Oct 2015 12:14:49 +0000 (21:14 +0900)]
Update CMakeLists.txt

Change-Id: I160b0eb1961d0108e656b0f7137eb2f287cf0139
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoTransfer to the muse daemon 31/49031/2 submit/tizen/20151005.082535 submit/tizen/20151006.070518 submit/tizen/20151006.093657
sejong123.park [Mon, 5 Oct 2015 09:39:51 +0000 (18:39 +0900)]
Transfer to the muse daemon

Change-Id:I26af935e1d0c7eebbc7942f9d8d5995b0b28e370
Signed-off-by: sejong123.park <sejong123.park@samsung.com>
8 years agoSet pid for sound focus 93/48193/1 accepted/tizen/mobile/20150918.024629 accepted/tizen/tv/20150918.024648 accepted/tizen/wearable/20150918.024703 submit/tizen/20150917.021316 submit/tizen/20150917.064134
Jeongmo Yang [Wed, 16 Sep 2015 03:38:10 +0000 (12:38 +0900)]
Set pid for sound focus

Change-Id: I1e616b812b9f0c5f6000416d3b375fdc02a70b66
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoRemove VIDEO/AUDIO_CAPTURED message handling - libmm-camcorder will free allocated... 31/47431/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150904.140128 accepted/tizen/tv/20150904.140342 accepted/tizen/wearable/20150904.140443 submit/tizen/20150904.094202 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release
Jeongmo Yang [Thu, 3 Sep 2015 09:09:46 +0000 (18:09 +0900)]
Remove VIDEO/AUDIO_CAPTURED message handling - libmm-camcorder will free allocated memory in them

Change-Id: I0d0b518623b5c7f2e9a706e4b389d67d86eb6070
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years ago1. Deprecate sound policy related API 35/45735/2 accepted/tizen/mobile/20150902.004436 accepted/tizen/tv/20150902.004448 accepted/tizen/wearable/20150902.004501 submit/tizen/20150901.102528
Jeongmo Yang [Tue, 11 Aug 2015 02:30:20 +0000 (11:30 +0900)]
1. Deprecate sound policy related API
2. Add resource conflict related API

Change-Id: Ie8fd4f972a22a7d214b7e8c9668e424995a29c61
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
8 years agoUpdate latest code 72/39972/4 accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150615.091810 accepted/tizen/common/20150610.144455 accepted/tizen/mobile/20150612.003428 accepted/tizen/tv/20150612.003542 accepted/tizen/wearable/20150611.085703 submit/tizen/20150603.104901 submit/tizen/20150604.065932 submit/tizen/20150608.113003 submit/tizen_3.0.2015.q2_common/20150615.075539 submit/tizen_common/20150610.013111 submit/tizen_common/20150610.072250 submit/tizen_mobile/20150611.000000 submit/tizen_tv/20150611.000001 submit/tizen_wearable/20150611.000000
Jeongmo Yang [Wed, 27 May 2015 06:18:03 +0000 (15:18 +0900)]
Update latest code

Change-Id: I20606833ed7f44f9f534e2272bf960816b49b7e7
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
9 years agoUpdate header file and deprecate some APIs 62/35662/1 accepted/tizen/common/20150225.131038 accepted/tizen/mobile/20150226.013331 accepted/tizen/tv/20150226.011121 accepted/tizen/wearable/20150226.012510 submit/tizen/20150224.154637
Jeongmo Yang [Mon, 23 Feb 2015 07:12:37 +0000 (16:12 +0900)]
Update header file and deprecate some APIs

Change-Id: I965a7b3429763cc51b6f3757ad4d936e9de1dc75
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
9 years agoRemove build option "-Werror" 32/34232/1 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common accepted/tizen/common/20150122.095549 accepted/tizen/mobile/20150123.091444 accepted/tizen/tv/20150123.004449 accepted/tizen/wearable/20150122.104141 submit/tizen/20150122.071700
Jeongmo Yang [Thu, 22 Jan 2015 07:28:38 +0000 (16:28 +0900)]
Remove build option "-Werror"

Change-Id: I881dc47e3bb4ac2d3e9abce062b9d24a649303ab
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
9 years ago1. Tizen 3.0 Recorder update 07/33307/2 accepted/tizen/common/20150115.180943 accepted/tizen/mobile/20150119.023403 accepted/tizen/tv/20150116.010655 accepted/tizen/wearable/20150116.010322 submit/tizen/20150115.085052 submit/tizen_mobile/20150119.020413
sejong123.park [Thu, 8 Jan 2015 07:29:10 +0000 (16:29 +0900)]
1. Tizen 3.0 Recorder update
2. Fix build error on 64bit build

Change-Id: Ib2630868ea2600e915fde1e14d7d176d8e0d880e
Signed-off-by: sejong123.park <sejong123.park@samsung.com>
10 years agofixed packaging and metadata 62/10262/1 accepted/tizen_generic accepted/tizen_ivi_panda accepted/tizen_ivi_release tizen_ivi_panda tizen_ivi_release accepted/tizen/generic/20140306.081255 accepted/tizen/ivi/20140307.055800 accepted/tizen/ivi/panda/20140403.015143 accepted/tizen/ivi/release/20140315.003829 accepted/tizen/mobile/20140306.024434 submit/tizen/20140305.211208 submit/tizen_ivi_panda/20140403.011823 submit/tizen_ivi_release/20140315.004100
Anas Nashif [Wed, 25 Sep 2013 19:37:20 +0000 (15:37 -0400)]
fixed packaging and metadata

- use %license macro
- Fixed package group

Change-Id: I89e951584c55c0b431612a8d1688632583d549d6
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 years agoAdd new sound policy type for call and alarm accepted/tizen/ivi/stable tizen_2.2 2.2_release accepted/tizen/20130926.033219 accepted/tizen/20130926.072312 accepted/tizen/20130926.191107 accepted/tizen_ivi_stable/20131116.101613 submit/tizen/20130925.193710 submit/tizen_2.2/20130714.135236 submit/tizen_2.2/20130714.143936 submit/tizen_ivi_stable/20131116.100116
Sangchul Lee [Fri, 28 Jun 2013 06:17:09 +0000 (15:17 +0900)]
Add new sound policy type for call and alarm

10 years agoSupport OGG file format, Add new error type for ESD, OUT_OF_STORAGE
Jeongmo Yang [Mon, 17 Jun 2013 01:13:02 +0000 (10:13 +0900)]
Support OGG file format, Add new error type for ESD, OUT_OF_STORAGE

10 years agoSupport OGG file format, Add new error type for ESD, OUT_OF_STORAGE
Jeongmo Yang [Tue, 4 Jun 2013 02:57:38 +0000 (11:57 +0900)]
Support OGG file format, Add new error type for ESD, OUT_OF_STORAGE

11 years ago[capi-media-recorder] video camera orientation tag added accepted/tizen/ivi/genivi tizen_2.1 tizen_ivi_genivi 2.1b_release accepted/tizen/20130520.100821 accepted/tizen/20130912.190116 accepted/tizen/20130912.194300 accepted/tizen/20130913.024549 accepted/tizen/ivi/genivi/20140131.061703 accepted/tizen_2.1/20130425.035642 ivi_oct_m2 submit/tizen/20130517.044713 submit/tizen/20130912.080334 submit/tizen/20130912.090636 submit/tizen_2.1/20130424.230535 submit/tizen_ivi_genivi/20140131.060725
ht1211.kim [Thu, 11 Apr 2013 08:00:02 +0000 (17:00 +0900)]
[capi-media-recorder] video camera orientation tag added

Change-Id: I897b4291a4323872918f3fcffb022f717c733055

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:46:08 +0000 (01:46 +0900)]
Tizen 2.1 base

12 years agoInitial empty repository
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:29 +0000 (21:59 +0900)]
Initial empty repository