summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Eunhye Choi [Wed, 9 Feb 2022 16:22:24 +0000 (01:22 +0900)]
remove PATH setting
[Version] 0.2.128
[Issue Type] Script
Change-Id: Iced84b2f6aff4c752c7f69fc260c5bcb0fd37987
Hyunil [Wed, 12 May 2021 07:24:56 +0000 (16:24 +0900)]
Add MM_DISPLAY_SURFACE_OVERLAY_SYNC_UI type for sync between UI and video
[Version] 0.2.127
[Issue Type] New feature
Change-Id: I290b4f24a0dfb61e7f2ea6e4de42898e64d9b8b9
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
Jeongmo Yang [Fri, 4 Jun 2021 11:46:47 +0000 (20:46 +0900)]
Add mmf.sh to set environment variables for multimedia framework
- It's moved from mmfw-sysconf package.
[Version] 0.2.126
[Issue Type] Script
Change-Id: I0e655fa73fac3ad62b50fd8e5d08134328fccaff
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Jeongmo Yang [Fri, 28 May 2021 12:39:26 +0000 (21:39 +0900)]
mm_types: Add new pixel format
- MMPixelFormatType
: MM_PIXEL_FORMAT_ENCODED_VP8
: MM_PIXEL_FORMAT_ENCODED_VP9
[Version] 0.2.125
[Issue Type] New feature
Change-Id: I86e831aadd95e97e195aff1b40484962dfcf64a6
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Gilbok Lee [Thu, 12 Nov 2020 02:19:09 +0000 (02:19 +0000)]
Merge "Add MM_MESSAGE_INTERRUPT_STARTED to notify that interrupt has started." into tizen
Gilbok Lee [Wed, 11 Nov 2020 04:49:23 +0000 (13:49 +0900)]
Add MM_MESSAGE_INTERRUPT_STARTED to notify that interrupt has started.
[Version] 0.2.124
[Issue Type] Add msg type
Change-Id: Ibe51bba0157a94c17c13e4b6d97f110084b5ad0c
jiyong.min [Mon, 9 Nov 2020 22:52:11 +0000 (07:52 +0900)]
[Video] add AV1(AOMedia Video 1) video format
[Version] 0.2.124
[Profile] Common
[Issue Type] Update
Change-Id: I3a0f37763afa2c31fa6b7974b31155a784f1c977
Gilbok Lee [Tue, 10 Nov 2020 03:09:53 +0000 (12:09 +0900)]
Change player message type MM_MESSAGE_GAPLESS_CONSTRUCTION to MM_MESSAGE_FLUSH_BUFFER
[Version] 0.2.123
[Issue Type] Update
Change-Id: I605c198e169b94f96835e4991f3043c1840bf5b9
Jeongmo Yang [Fri, 21 Aug 2020 01:25:09 +0000 (10:25 +0900)]
Update attribute commit function
- Previously, mm_attrs_commit() did not call commit function of each attribute.
- In this patch, mm_attrs_commit() will invoke commit function of each attribute if existed,
and remove duplicated code.
[Version] 0.2.122
[Issue Type] Update
Change-Id: Idf21a3750a65375651456256558c6761d969cf75
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Jeongmo Yang [Mon, 27 Apr 2020 07:59:56 +0000 (16:59 +0900)]
Add feature for line coverage measurement
[Version] 0.2.121-1
[Profile] Common
[Issue Type] Line coverage
Change-Id: I5e4e4fb79c8549a85312ef2b744bf9c7cc475675
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Hyuntae Kim [Tue, 7 Jan 2020 00:35:00 +0000 (09:35 +0900)]
[Camera] add MJPEG pixel format
[Version] 0.2.121
[Profile] Common
[Issue Type] Update
Change-Id: Id49ed759da33abd7ef03182c7a0d1b614c080051
Jeongmo Yang [Thu, 7 Nov 2019 05:43:58 +0000 (14:43 +0900)]
[Sound] Add new error type : MM_ERROR_SOUND_SERVER_DISCONNECTED
[Version] 0.2.120
[Profile] Common
[Issue Type] Update
Change-Id: Ie325c81a60448dac6218c9b08a0dfd227c71f6aa
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Eunhye Choi [Thu, 9 May 2019 10:03:06 +0000 (19:03 +0900)]
[0.2.119][Player] Add new message type and parameter
- Add new message type and parameter
- Remove unused message type
Change-Id: Ia4535c273327ba5fe25adf34401a530acf9e544a
Sangchul Lee [Mon, 5 Nov 2018 06:21:21 +0000 (15:21 +0900)]
Exclude mm_attrs_private.h from devel package
Specify explicit header files to be included.
[Version] 0.2.118
[Issue Type] Clean up
Change-Id: I3ca85332e8ff6b5342bd8cadc441e0e82c796fcd
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Jeongmo Yang [Tue, 27 Nov 2018 10:44:48 +0000 (19:44 +0900)]
Set default value for double type when attributes are created
- The default value for double type is not set properly,
because the field for default value is pointer type.
- This patch is a workaround, the problem should be fixed fundamentally later.
[Version] 0.2.117
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
[Test] [M(T) - Boot=(OK), sdb=(OK), Home=(OK), Touch=(OK), Version=tizen-unified_20181126.2]
Change-Id: Iad728887ef3c7e131857ef9a818c283ce3129618
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Sangchul Lee [Tue, 30 Oct 2018 23:55:50 +0000 (08:55 +0900)]
[0.2.116] mm_attrs: Export API set located in mm_attrs_private.h
libmm-xxx libraries commonly use some functions in mm_attrs_private.h
directly. Therefore, it seems there isn't much meaning for the existence
of these functions in private header file any more. This patch exports
these private API set with 'mm_' prefix to mm_attrs.h.
Added to mm_attrs.h as below:
MMAttrsValue
MMAttrsConstructInfo
mm_attrs_commit_callback
mm_attrs_new()
mm_attrs_free()
mm_attrs_commit()
mm_attrs_commit_all()
mm_attrs_set_valid_type()
mm_attrs_set_valid_range()
mm_attrs_set_valid_array()
mm_attrs_set_valid_double_range()
mm_attrs_set_valid_double_array()
mm_attrs_is_modified()
mm_attrs_set_modified()
mm_attrs_set_readonly()
mm_attrs_set_disabled()
Note that the following patch will hide the private header file from
devel package soon after using these new API set instead of former ones
in libmm-xxx libraries.
Change-Id: I6c60f512a6c34ed1108c44fab5bb820af9570f49
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Sangchul Lee [Mon, 5 Nov 2018 06:12:48 +0000 (15:12 +0900)]
[0.2.115] mm_attrs: Removed two function prototypes that only remained in header file
Removed function prototypes are as below.
: mm_attrs_get_valid_double_range()
: mm_attrs_get_valid_double_array()
Change-Id: I3b8e1b692ae547455940a3f4c790f6f19c58da5f
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Sangchul Lee [Mon, 29 Oct 2018 06:02:17 +0000 (15:02 +0900)]
[0.2.114] mm_attrs: Fix header file description and argument name
Change-Id: I5b2bde6711afa77fb1dd40ef67eaf493d254a6b9
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
YoungHun Kim [Sun, 7 Oct 2018 22:49:07 +0000 (07:49 +0900)]
Removing unused files and revise Makefile
Change-Id: I880d454bbee49cc9d6e5096c4f309c161a0211a3
heechul.jeon [Mon, 1 Oct 2018 01:49:44 +0000 (10:49 +0900)]
Removing unused files
Change-Id: I0b653a6c53bbca25cccc5dafa2b84ed484e1308b
Jeongmo Yang [Mon, 16 Jul 2018 11:09:46 +0000 (20:09 +0900)]
Add new format - INVZ for depth data
[Version] 0.2.113
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
Change-Id: I9bb5b9b8827dc5e36fb57719a089e3f4227d4c36
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Eunhae Choi [Tue, 26 Jun 2018 09:49:23 +0000 (18:49 +0900)]
[0.2.112] add include for int64_t
Change-Id: I35ac5ad81e9cfd6a3b6c8e200174afa5c9264908
Eunhae Choi [Mon, 25 Jun 2018 07:12:17 +0000 (16:12 +0900)]
[0.2.112] change time msg type
- change time msg type to int64_t
- remove unused enum : MMSoftwareVolumeTableType
Change-Id: I9b069d908611ac5c849d1076f62fb55da5184cb3
Jeongmo Yang [Fri, 16 Mar 2018 08:36:20 +0000 (17:36 +0900)]
Add new enums for camera
[Version] 0.2.111
[Profile] Common
[Issue Type] Update
Change-Id: Ibef2894916d4569668a0f0abc79475f2df3a1899
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Eunhae Choi [Thu, 25 Jan 2018 11:58:16 +0000 (20:58 +0900)]
[0.2.110] update flags include null string
- to clear the value, null str have to be applied too.
- ex) subtitle_uri
Change-Id: I83962a724c28e36ee20f82e3b4c068c21e093e56
(cherry picked from commit
798e47a639c818dc2f68b428ab264ff872585639)
chen89.chen [Fri, 12 Jan 2018 09:54:19 +0000 (17:54 +0800)]
add support ape format
Change-Id: Iefc4c27d4322fe7dc803dc7dbf487238a8974a3b
Jeongmo Yang [Wed, 22 Nov 2017 08:12:57 +0000 (17:12 +0900)]
Replace invalid error type
[Version] 0.2.109
[Profile] Common
[Issue Type] Bug fix
[Dependency module] N/A
Change-Id: Iad12e6ac045970210e6ac1124baacc335a6bdccd
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Jeongmo Yang [Thu, 16 Nov 2017 05:01:38 +0000 (14:01 +0900)]
Change types in MMRectType from "unsigned int" to "int".
[Version] 0.2.108
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
Change-Id: I632cbb2dde0f73f81702ea5e4c5952bd162ee469
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Sangchul Lee [Thu, 14 Sep 2017 07:58:50 +0000 (16:58 +0900)]
Remove unused defines and file
[Version] 0.2.107
[Issue Type] Clean-up
Change-Id: I31a89516ff760e5063976be256e0ce6ec010d141
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Sangchul Lee [Thu, 14 Sep 2017 07:21:10 +0000 (16:21 +0900)]
Remove dependency of libmm-log, rather have dlog dependency
Adopt mm_log.h file from libmm-log(commitId:
8f699489c8792ec401ad8726108153d3d58fc106).
[Version] 0.2.106
[Issue Type] Dependency
Change-Id: I3dba55f0e7fa008dfe8a1da9fa3cf081aceea360
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Eunhae Choi [Tue, 12 Sep 2017 05:18:55 +0000 (14:18 +0900)]
[0.2.105] remove PG file
Change-Id: I2e152538eb1361ac3350e8d7641770ced7c3ae2f
Eunhae Choi [Mon, 11 Sep 2017 12:16:00 +0000 (21:16 +0900)]
[0.2.105] apply tizen coding convention
Change-Id: I695d3ab7fbea56d736763ad986ee58cbb2615241
Jeongmo Yang [Thu, 13 Jul 2017 07:05:24 +0000 (16:05 +0900)]
Add new field for crop information of source buffer
In some case, buffer could be displayed properly
if source crop information is provided,
but now, there is no field for that in MMVideoBuffer.
[Version] 0.2.104
[Profile] Common
[Issue Type] Update
[Dependency module] N/A
Change-Id: Icf58d38ac8e24db744adf5e59a42f995ba121e26
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Jeongmo Yang [Fri, 9 Jun 2017 06:24:28 +0000 (15:24 +0900)]
Add new message for mm-camcorder
[Version] 0.2.103
[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: I3d0976a50a1021464ffda52a8972a3056ba491b7
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Eunhae Choi [Thu, 1 Jun 2017 10:03:57 +0000 (19:03 +0900)]
[0.2.102] rearrange player error
Change-Id: Ie5ff8aa90e2f4489ee560c00f0b495e9dec9ffd7
Eunhae Choi [Mon, 22 May 2017 11:30:12 +0000 (20:30 +0900)]
[0.2.101] fix build warning
warning about comparison between signed and unsigned integer expressions
Change-Id: I15ebaa77df3c53a6b8aae6899f27fd2f1b9251f6
Hyongtaek Lim [Tue, 16 May 2017 12:18:14 +0000 (21:18 +0900)]
add missed break
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
Change-Id: I6023433c3b8341c18959db62b07ecc3e0d8d1bd7
Eunhae Choi [Tue, 28 Mar 2017 06:08:38 +0000 (15:08 +0900)]
spec: copy License file
Change-Id: I3bf65ccf05ee82bb509e25e75f41221eff88ff19
(cherry picked from commit
a674dd74ab736af13246f44b338d872604c96d70)
Eunhae Choi [Fri, 17 Mar 2017 02:32:38 +0000 (11:32 +0900)]
merge branch from tizen_3.0
Add error log for validation failure
Change-Id: Iea25e39ee2defb3f25dd1a9302bb9aedb0f1331a
Jeongmo Yang [Mon, 27 Feb 2017 11:11:02 +0000 (20:11 +0900)]
Add error log for validation failure
[Version] 0.2.100
[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_20170227.2]
Change-Id: Ia7912d9bdc3739e7fa3fe0605501010cbaa7f7b0
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Eunhae Choi [Wed, 8 Feb 2017 09:57:18 +0000 (18:57 +0900)]
[0.2.99] add play position msg type
Change-Id: I31d437b3e8017c7cc358a6b67b132c47f75379b7
(cherry picked from commit
496b81285bf18909f80466d3d2a8cb3bb33ba609)
Eunhae Choi [Wed, 8 Feb 2017 09:57:18 +0000 (18:57 +0900)]
[0.2.99] add play position msg type
Change-Id: I31d437b3e8017c7cc358a6b67b132c47f75379b7
Jeongmo Yang [Thu, 24 Nov 2016 01:15:30 +0000 (10:15 +0900)]
Merge branch 'tizen' into tizen_3.0
Change-Id: I6656234fde722d13ad61f32dfead86f8db7e07eb
Jeongmo Yang [Wed, 23 Nov 2016 04:46:41 +0000 (13:46 +0900)]
Move write_lock from attrs to each attribute
Previously, a common write_lock is used for set_attribute and get_attribute of string type.
So, get_attribute function for string type should wait if some set_attribute function is working although it's not related each other.
This commit removes a common write lock and add each write_locks to attribute,
then lock dependencies are removed among each attributes.
[Version] 0.2.98
[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_20161122.5]
Change-Id: I3e11ace7200fd02ea4f05828b5ef5c116b15bbe5
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
NAMJEONGYOON [Wed, 28 Sep 2016 06:31:07 +0000 (15:31 +0900)]
[0.2.97] add error class for mm-evas-renderer
Change-Id: I4dfba31e638f43a792834c21ca4859a5a4c7a7d1
NAMJEONGYOON [Fri, 2 Sep 2016 05:09:21 +0000 (14:09 +0900)]
add message type for gapless
Change-Id: I898e0869d2e2670e6bb1fb6d8f4bc1ce4a3d2f50
Jihae Yi [Tue, 31 May 2016 11:15:36 +0000 (20:15 +0900)]
Add a enum for extended MMDisplayGeometryMethod
Change-Id: I3357df6f34e8a606056b987bd7a9792017d22b8e
Gilbok Lee [Mon, 11 Apr 2016 04:22:12 +0000 (13:22 +0900)]
Fix build error on aarch64
Change-Id: I1b9cf5e0c411e0465332abd6305a3a38c436baca
Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
Gilbok Lee [Wed, 16 Mar 2016 06:29:35 +0000 (15:29 +0900)]
Fix build warnings
Change-Id: I86c68f613f1fd5bf5c6df1ba3b6ca70b3c7ab513
Signed-off-by: Gilbok Lee <gilbok.lee@samsung.com>
Eunhae Choi [Mon, 1 Feb 2016 05:40:13 +0000 (14:40 +0900)]
player: add new error code about buffer space
Change-Id: Ia20188f6228b969991146982dfb5955ea1621d95
Jeongmo Yang [Tue, 26 Jan 2016 04:35:21 +0000 (13:35 +0900)]
Add new display type and remove X related display enum
Change-Id: I605157adef359c2fe65426099ea3116cd9d680f3
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Hyuntae, Kim [Wed, 9 Dec 2015 01:38:40 +0000 (10:38 +0900)]
[libmm-common] add streamrecorder audio capture message
Change-Id: I0a0f3939eb1171e102b95c5cd22f9bf3d5f8fe70
sahil bansal [Fri, 4 Dec 2015 08:14:12 +0000 (13:44 +0530)]
Adding errors and message types for streamrecorder
[Version] Release 0.2.93
[Profile] Common
[Issue Type] added new enumeration
Change-Id: I1e8caa0c97bb19a76ad57927873dcecb002a11df
Manish Sogi [Fri, 6 Nov 2015 09:04:12 +0000 (14:34 +0530)]
Added new message type for state change in camcorder by resource manager
[Version] Release 0.2.92
[Profile] Common
[Issue Type] added new enumeration
Change-Id: I80d0189bfa3846ae93a596372be42eef367e7fac
Signed-off-by: Manish Sogi <manish.sogi@samsung.com>
Sangchul Lee [Wed, 4 Nov 2015 08:29:53 +0000 (17:29 +0900)]
Remove MM_ERROR_SOUND_NOT_SUPPORTED_OPERATION(rather it is recommended to use MM_ERROR_NOT_SUPPORT_API) and add MM_ERROR_SOUND_INVALID_OPERATION
[Version] Release 0.2.91
[Profile] Common
[Issue Type] code clean-up
Change-Id: I3bfbba16546dd13c157b8e2c6f07e9d03f1a8638
Sangchul Lee [Thu, 29 Oct 2015 11:41:27 +0000 (20:41 +0900)]
Re-align error enumeration and remove unused error enumeration
[Version] Release 0.2.90
[Profile] Common
[Issue Type] code clean-up
Change-Id: I64ff6bc319ca590f162c717c09d043bc342c3d55
Sangchul Lee [Mon, 26 Oct 2015 12:14:46 +0000 (21:14 +0900)]
Add error enumeration for resource
[Version] Release 0.2.89
[Profile] Common
[Issue Type] Add enumeration
Change-Id: I281f8d6add1ba472a7c5af37e0510aa4eee61f8e
inhyeok [Thu, 8 Oct 2015 05:42:08 +0000 (14:42 +0900)]
Remove unused code
[Version] Release 0.2.88
[Profile] Common
[Issue Type] Remove features
Remove resumeable media enum
Change-Id: I11fd65f6fec6925825868b9ff53610fe46292519
Signed-off-by: inhyeok <i_bc.kim@samsung.com>
Hyongtaek Lim [Thu, 10 Sep 2015 12:00:25 +0000 (21:00 +0900)]
Add MM_MESSAGE_VIDEO_BIN_CREATE for shmsink/src
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
Change-Id: Ic2c3ef7b3c8ac113882092370bbab8a332ee1634
Hyongtaek Lim [Mon, 27 Jul 2015 04:49:44 +0000 (13:49 +0900)]
Add enum MM_DISPLAY_SURFACE_REMOTE for mused
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
Change-Id: Ief885127fd4d31afdad7ac6ef009313925fcb59a
ji.yong.seo [Wed, 17 Jun 2015 06:03:41 +0000 (15:03 +0900)]
support some format.
Change-Id: Ia1478c36ba14179dc73b6f5aa2e06ec48960fdb5
Sangkyu Park [Mon, 15 Jun 2015 01:53:06 +0000 (10:53 +0900)]
Fix a prevent defect.
Change-Id: Ica22f3215932e7a837b79394d9624f900326d20b
Signed-off-by: Sangkyu Park <sk1122.park@samsung.com>
Jeongmo Yang [Tue, 2 Jun 2015 01:21:59 +0000 (10:21 +0900)]
1. Fix prevent issue
2. Add new structure - MMVideoBuffer
Change-Id: I8d8d9b269603b69502c20fba28053ec8217fa1a6
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Sangjin Sim [Mon, 1 Jun 2015 02:01:24 +0000 (11:01 +0900)]
Add radio error type about antenna
Change-Id: I07c2ffe77004c6287b78ea7be2ed34eed603f3a4
Jeongmo Yang [Thu, 8 Jan 2015 07:17:45 +0000 (16:17 +0900)]
1. Fix build error on 64bit environment
2. Fix build warning of MMHandleType
Change-Id: Ib3eed7697f999b69e91848029209a2e4671ee286
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Jeongmo Yang [Tue, 6 Jan 2015 23:45:25 +0000 (08:45 +0900)]
Add new enum - MM_FILE_FORMAT_M2TS, MM_PIXEL_FORMAT_ENCODED_H264
Change-Id: I75b1804f383f7b005baae195dc3f56b02440aaad
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
Philippe Coval [Tue, 6 Jan 2015 13:27:02 +0000 (05:27 -0800)]
Merge "packaging: depend on the same release" into tizen
Hyunil Park [Tue, 30 Dec 2014 09:12:00 +0000 (18:12 +0900)]
Feature Enhancement : Code is merged to Tizen 2.3 base code
Change-Id: I214491d6ac37c726ab04b2e95c55786f0ffeb3ad
Philippe Coval [Thu, 11 Dec 2014 14:35:54 +0000 (15:35 +0100)]
packaging: depend on the same release
Change-Id: I020370731c2ad0919d866ee3523fd4cd56b421bf
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
jbollo [Wed, 12 Jun 2013 13:45:42 +0000 (15:45 +0200)]
Pointer handle for 64 bits arch
Change-Id: If17bcd2c73bbdac2e35810ace64b9e6ed1fa5c86
Signed-off-by: Jean-Benoit MARTIN <jean-benoit.martin@open.eurogiciel.org>
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
Kévin THIERRY [Thu, 3 Jul 2014 14:18:39 +0000 (16:18 +0200)]
Clean spec file for Yocto compatibility
Change-Id: Ib1612ffb10f0f8735d6ebff9e271cfefde445cf4
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Ronan Le Martret [Fri, 11 Jul 2014 14:50:15 +0000 (16:50 +0200)]
clean spec file for yocto compliance.
Change-Id: I1c7534d448ed33969ed88773df7a4baa3befff7a
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
Andrey Shelest [Fri, 13 Jun 2014 14:43:49 +0000 (17:43 +0300)]
Updated to version 0.2.55 from tizendev
Change-Id: I6ba3cb26c6aa6e20798d63db52124f9afccd9c13
Anas Nashif [Wed, 25 Sep 2013 19:31:49 +0000 (15:31 -0400)]
Merge branch 'tizen_2.2' into tizen
Alexandru Cornea [Fri, 28 Jun 2013 16:35:49 +0000 (19:35 +0300)]
resetting manifest requested domain to floor
Sangchul Lee [Fri, 28 Jun 2013 06:30:29 +0000 (15:30 +0900)]
Add new error type - MM_ERROR_POLICY_BLOCKED_BY_CALL, MM_ERROR_POLICY_BLOCKED_BY_ALARM
Seungbae Shin [Thu, 27 Jun 2013 10:18:04 +0000 (19:18 +0900)]
Add voip volume type
jbollo [Wed, 12 Jun 2013 13:47:41 +0000 (15:47 +0200)]
Adding changes log file
jbollo [Wed, 12 Jun 2013 13:45:42 +0000 (15:45 +0200)]
Pointer handle for 64 bits arch
Anas Nashif [Wed, 30 Jan 2013 04:56:09 +0000 (20:56 -0800)]
Check for AM_PROG_AR
- new automake require AM_PROG_AR
- Cleanup spec
Change-Id: Ibf79d4d7dd2dc4c043131421f6f5092a9639fe2f
Younghwan Ahn [Thu, 28 Mar 2013 09:24:31 +0000 (18:24 +0900)]
add MM_ERROR_PLAYER_DRM_OUTPUT_PROTECTION
Change-Id: Ibc9fa09c4d10985e15e4ab83d81e5bb179457a05
Jinkun Jang [Fri, 15 Mar 2013 16:15:48 +0000 (01:15 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:49:56 +0000 (01:49 +0900)]
Tizen 2.1 base
Eunkyoung Kim [Fri, 6 Jan 2012 12:59:55 +0000 (21:59 +0900)]
Initial empty repository