platform/core/multimedia/libmm-imgp-gstcs.git
2 weeks agoRemove unused code 48/309248/1 accepted/tizen_unified accepted/tizen_unified_x tizen accepted/tizen/unified/20240411.142703 accepted/tizen/unified/20240412.141417 accepted/tizen/unified/x/20240412.023902
Jiyong [Mon, 8 Apr 2024 03:21:46 +0000 (12:21 +0900)]
Remove unused code

Change-Id: I4dfc86f18849d3d03011a6b99e09520fd78e7bc5

2 weeks agoRemove unused imgp_type_e 47/309247/1
Jiyong [Mon, 8 Apr 2024 01:42:45 +0000 (10:42 +0900)]
Remove unused imgp_type_e

Change-Id: I6030b6049beb997824a3067889627dba6a8f5008

3 weeks agoBug fix. the specific height can't rotate as 90 or 270 48/308848/2 accepted/tizen/unified/20240404.164443 accepted/tizen/unified/x/20240408.053802
Jiyong [Tue, 2 Apr 2024 02:10:58 +0000 (11:10 +0900)]
Bug fix. the specific height can't rotate as 90 or 270

Change-Id: I5d0d678a6c2ba584005d4e57a65125a27418395c

18 months agoAdd typecast to prevent overflow of arithmatic results 71/283071/3 accepted/tizen/8.0/unified/20231005.093448 accepted/tizen/unified/20221103.165754 tizen_8.0_m2_release
jiyong.min [Tue, 18 Oct 2022 00:42:50 +0000 (09:42 +0900)]
Add typecast to prevent overflow of arithmatic results

Change-Id: I47bfa73ae85891a5e3fca0d8fda1eda91f24fd4e

2 years agoReplace deprecated 'method' to 'video-direction' since Gstreamer v1.19 81/270881/3 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/hotfix/20221116.105422 accepted/tizen/unified/20220223.132412 submit/tizen/20220222.011352 tizen_7.0_m2_release
jiyong.min [Thu, 10 Feb 2022 11:52:13 +0000 (20:52 +0900)]
Replace deprecated 'method' to 'video-direction' since Gstreamer v1.19

'method' property of videoflip is deprecated and it is changed to 'video-direction'.
Values are the same value with the original 'method'.

Change-Id: I3167a4778279409b5a64a277508f5b4b3a14ca06

2 years agoFix 'internal data stream error' due to 'video flip' since Gstreamer v1.19 07/270707/9 accepted/tizen/unified/20220212.064830 submit/tizen/20220210.065132
Jiyong Min [Tue, 8 Feb 2022 02:58:46 +0000 (11:58 +0900)]
Fix 'internal data stream error' due to 'video flip' since Gstreamer v1.19

If the expected resolution as a result of video flip is set to the caps value
of the next element of video flip, 'not negotiated' error occurs.
Therefore, when attempting rotation, modify to avoid resolution and other unnecessary settings.

Change-Id: I2e122874d78fd379139226a69b6ea9cb937c07e3

2 years agoremove unused gstreamer's dependency 06/270606/1 accepted/tizen/unified/20220208.011051 submit/tizen/20220207.073932
jiyong.min [Mon, 7 Feb 2022 03:00:21 +0000 (12:00 +0900)]
remove unused gstreamer's dependency

Change-Id: Ie216434783a62f2a587027362624e2278ce0adf2

2 years agoreplace g_memdup() to g_memdup2() 91/267891/1 accepted/tizen/unified/20211222.230400 submit/tizen/20211212.233427
Jiyong Min [Mon, 13 Dec 2021 04:17:16 +0000 (13:17 +0900)]
replace g_memdup() to g_memdup2()

  - g_memdup() was removed in glib2

Change-Id: I362c6b6b943f5138e5e802154a4a41cca4527898

3 years agoUse g_free directly instead of using macro 54/232054/6 accepted/tizen_6.0_unified accepted/tizen_6.0_unified_hotfix accepted/tizen_6.5_unified tizen_6.0 tizen_6.0_hotfix tizen_6.5 accepted/tizen/6.0/unified/20201030.114432 accepted/tizen/6.0/unified/hotfix/20201103.003427 accepted/tizen/6.5/unified/20211028.114629 accepted/tizen/unified/20200429.032906 submit/tizen/20200428.070655 submit/tizen_6.0/20201029.205104 submit/tizen_6.0_hotfix/20201102.192504 submit/tizen_6.0_hotfix/20201103.114804 submit/tizen_6.5/20211028.162401 tizen_6.0.m2_release tizen_6.5.m2_release
hj kim [Tue, 28 Apr 2020 02:09:19 +0000 (11:09 +0900)]
Use g_free directly instead of using macro

Change-Id: Id599c5b40b251a0a30e30177976f5682c091889d

3 years agoRemove unnecessary codes 78/232078/1
hj kim [Tue, 28 Apr 2020 06:01:48 +0000 (15:01 +0900)]
Remove unnecessary codes

Change-Id: I1ad29e294bd539e3011a7c06421d355cdb16125e

3 years agoChange API name from _mm_check_caps_format() to _mm_dump_caps_format() 60/232060/3
hj kim [Tue, 28 Apr 2020 04:18:37 +0000 (13:18 +0900)]
Change API name from _mm_check_caps_format() to _mm_dump_caps_format()

Change-Id: I583bb696485683ece15afb43129a53a6d31ab5b1

3 years agoUse glib() APIs and Remove unnecesarry codes 42/231942/4
hj kim [Mon, 27 Apr 2020 03:14:23 +0000 (12:14 +0900)]
Use glib() APIs and Remove unnecesarry codes

Change-Id: I0c01a9bd23c325a2081731ece555daf13eae29f3

3 years agoImprove _gstcs_create_default_thread() API 39/231939/3
hj kim [Mon, 27 Apr 2020 02:52:13 +0000 (11:52 +0900)]
Improve _gstcs_create_default_thread() API

Change-Id: I280cd9aff99ed663469e89501814e1c921593df7

3 years agoImprove _gstcs_init() API 38/231938/3
hj kim [Mon, 27 Apr 2020 02:46:37 +0000 (11:46 +0900)]
Improve _gstcs_init() API

Change-Id: I6fa62a4f3823873e8d2a8268656193dcaed10141

5 years agoAdd error handling for getting gst_caps 61/200761/8 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191031.022450 accepted/tizen/5.5/unified/mobile/hotfix/20201027.084432 accepted/tizen/5.5/unified/wearable/hotfix/20201027.115627 accepted/tizen/unified/20190311.220539 submit/tizen/20190311.013617 submit/tizen_5.5/20191031.000004 submit/tizen_5.5_mobile_hotfix/20201026.185103 submit/tizen_5.5_wearable_hotfix/20201026.184303 tizen_5.5.m2_release
jiyong.min [Mon, 4 Mar 2019 00:02:51 +0000 (09:02 +0900)]
Add error handling for getting gst_caps

Change-Id: I8a80de7404f8ec9e2c55e958ebf45b5c141c780d

5 years agoRemove unused macro 60/200760/1
jiyong.min [Sun, 3 Mar 2019 23:59:44 +0000 (08:59 +0900)]
Remove unused macro

Change-Id: I723fd7bd335bee627b91f1e39e577f34ef331a71

5 years agoFix format error in logs 80/194680/1 accepted/tizen/unified/20181210.060042 submit/tizen/20181207.051909
jiyong.min [Fri, 7 Dec 2018 03:34:24 +0000 (12:34 +0900)]
Fix format error in logs

Change-Id: Iec57c08031bdd082eaa0d0259eaf3b8772596406

5 years agoAdding initial structure for unittest 75/193475/2 accepted/tizen/unified/20181127.073309 submit/tizen/20181126.011146
jiyong.min [Wed, 21 Nov 2018 06:15:45 +0000 (15:15 +0900)]
Adding initial structure for unittest

- It has only 1 testcases for mm_imgp of unittest
- It would be enabled by gtest build with '--define "gtests 1"'

Change-Id: I99bed90548e6ac53aa63db9b215956c6bc2bf417

5 years agoFix build error with CXX config 74/193474/1 accepted/tizen/unified/20181123.063241 submit/tizen/20181122.024304
jiyong.min [Wed, 21 Nov 2018 05:53:30 +0000 (14:53 +0900)]
Fix build error with CXX config

Change-Id: Id0d658090965fb526c794eccc5984f2392a8ec33

6 years agoAdd fortify option 31/175631/1 accepted/tizen/5.0/unified/20181102.015450 accepted/tizen/unified/20180423.062740 submit/tizen/20180419.231843 submit/tizen_5.0/20181101.000003
Minje Ahn [Wed, 11 Apr 2018 07:38:28 +0000 (16:38 +0900)]
Add fortify option

Change-Id: I5b4f35da3f7f06f3e0597b1a56d59cd01a56cecd
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
6 years agoChange unsigned int to size_t for buffer_size 96/170896/2 accepted/tizen/unified/20180226.142329 submit/tizen/20180223.061228
hj kim [Fri, 23 Feb 2018 05:07:31 +0000 (14:07 +0900)]
Change unsigned int to size_t for buffer_size

Change-Id: I6029965940b2949fe3b2a2b92edbd4448a9ba6c6

6 years agoAdd to check valid width and height for _mm_push_buffer_into_pipeline_new 55/170655/4
Jiyong Min [Wed, 21 Feb 2018 07:23:47 +0000 (16:23 +0900)]
Add to check valid width and height for _mm_push_buffer_into_pipeline_new

 - fix Svace issue(underflow array 'pLine[i - 1]')

Change-Id: I1274d08ff1d65c30465fe7f4a7ce9158d5357f1d
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
6 years agoRemove input and output format structure 74/170174/3 submit/tizen/20180219.051103 submit/tizen/20180220.014003 submit/tizen/20180220.054545
hj kim [Wed, 14 Feb 2018 02:54:22 +0000 (11:54 +0900)]
Remove input and output format structure

Change-Id: Ied141fdbf684199e52c203882ad43e76e6b0e186

6 years agoAdd code to check color format before doing transform. and just fix some debug msg 59/170159/2
hj kim [Wed, 14 Feb 2018 01:26:12 +0000 (10:26 +0900)]
Add code to check color format before doing transform. and just fix some debug msg

Change-Id: Idd4728e26c503ae8c870d11f92450ead4f56c573

6 years agoRemove useless format_label 88/170088/1
hj kim [Tue, 13 Feb 2018 08:20:05 +0000 (17:20 +0900)]
Remove useless format_label

Change-Id: Ia32669717407b1846d8dad36a05d6bd9a92e3851

6 years agoUse mm_util_color_format_e instead of format_label or colorspace. format_label and... 26/170026/3 accepted/tizen/unified/20180214.144548 submit/tizen/20180212.075159
hj kim [Tue, 13 Feb 2018 03:18:22 +0000 (12:18 +0900)]
Use mm_util_color_format_e instead of format_label or colorspace. format_label and colorpace is just a text value of mm_util_color_format_e.

Change-Id: Ibc5c313746564b8f32819a0147600e706e8f3544

6 years agoJust rearrange code 15/170015/3
hj kim [Tue, 13 Feb 2018 01:16:26 +0000 (10:16 +0900)]
Just rearrange code

Change-Id: Ia31701a3acb82f3a6c651fef87912163d6a211ef

6 years agoRemove useless code. Don't need to check colospace. YUV's w/h is alwasy same as strid... 57/169957/1
hj kim [Mon, 12 Feb 2018 09:15:22 +0000 (18:15 +0900)]
Remove useless code. Don't need to check colospace. YUV's w/h is alwasy same as stride/elevation

Change-Id: I417ec48df97c8c4a3b72c53d133aa2f17f8d4d65

6 years agoRemove and unify duplicated Codes 52/169952/1
hj kim [Mon, 12 Feb 2018 08:38:13 +0000 (17:38 +0900)]
Remove and unify duplicated Codes

Change-Id: I0d72a901e384a70bd02f9e6830463c470bbe472d

6 years agouse stride and elevation for output caps. It means final transoformed data's size... 38/169938/1
hj kim [Mon, 12 Feb 2018 07:53:26 +0000 (16:53 +0900)]
use stride and elevation for output caps. It means final transoformed data's size is calculated with stride and elevation

Change-Id: Ie4cf51e80500bb919f671265c6d3fd1ba0c4a6cb

6 years agoAdd framerate, pixel-aspect-ratio options for caps. Actually transforming is working... 19/169919/2
hj kim [Mon, 12 Feb 2018 06:12:09 +0000 (15:12 +0900)]
Add framerate, pixel-aspect-ratio options for caps. Actually transforming is working well without those options. but add them for unify code

Change-Id: I6c822929281d3b6439fe762f7975c95495ac571e

6 years agoUnify Code of getting color space 83/169783/2
hj kim [Fri, 9 Feb 2018 04:48:04 +0000 (13:48 +0900)]
Unify Code of  getting color space

Change-Id: I5a913b125a2c87d94c2db35913ecff47f5dfe2be

6 years agoRemove unused parameters 46/169746/1
hj kim [Fri, 9 Feb 2018 01:42:54 +0000 (10:42 +0900)]
Remove unused parameters

Change-Id: Ib548b14ca57821a0db3bd32157428b7ea77f5ede

6 years agoChange to allocate dstination buffer memory here 42/169542/2
hj kim [Wed, 7 Feb 2018 09:00:03 +0000 (18:00 +0900)]
Change to allocate dstination buffer memory here

Change-Id: I3fff406d3c8613c4233351ccf1408148d54fe09a

6 years agoAdd BGRX format setting to support BGRX colorspace 23/168123/1 accepted/tizen/unified/20180125.060644 submit/tizen/20180124.095043
Jiyong Min [Wed, 24 Jan 2018 08:12:50 +0000 (17:12 +0900)]
Add BGRX format setting to support BGRX colorspace

Change-Id: I98110026ec3ce1ae7313f5f7337f9ae8ab5e30a7

6 years agoRemove useless configure file 35/150035/1 accepted/tizen/unified/20170918.093847 submit/tizen/20170915.084033
Haejeong Kim [Thu, 14 Sep 2017 05:18:05 +0000 (14:18 +0900)]
Remove useless configure file

Change-Id: Iebcd3092df75cc974c752ad7bc2f2b6d8dc1230e

6 years agoApply tizen coding rule 58/148958/1 accepted/tizen/unified/20170913.071142 submit/tizen/20170912.034220
Haejeong Kim [Mon, 11 Sep 2017 08:13:58 +0000 (17:13 +0900)]
Apply tizen coding rule

Change-Id: Iba531c1d631fe5a550ab0dd68155b39697d7d64e

6 years agoApply tizen coding rule 31/147531/4 accepted/tizen/unified/20170907.060422 submit/tizen/20170906.051057
Haejeong Kim [Tue, 5 Sep 2017 00:28:27 +0000 (09:28 +0900)]
Apply tizen coding rule

Change-Id: I1c0370d3d5651175d2d27905caf0ba1e23743abf

6 years agoAdd require gstreamer-plugins-good for building-block 10/143910/2 accepted/tizen/4.0/unified/20170829.020154 accepted/tizen/unified/20170818.001023 submit/tizen/20170817.011220 submit/tizen_4.0/20170828.100004 submit/tizen_4.0/20170828.110004
Jiyong Min [Mon, 14 Aug 2017 01:35:14 +0000 (10:35 +0900)]
Add require gstreamer-plugins-good for building-block

Change-Id: If416f51fcd497b0fbfd9681decb0cda862e78888
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
6 years agofix invalid format argument types for dlog 38/135138/1 accepted/tizen/4.0/unified/20170816.013719 accepted/tizen/4.0/unified/20170816.014842 accepted/tizen/unified/20170630.083301 submit/tizen/20170621.064821 submit/tizen/20170622.044226 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
Haejeong Kim [Wed, 21 Jun 2017 05:20:53 +0000 (14:20 +0900)]
fix invalid format argument types for dlog

Change-Id: I538566e64fbcc232e439fcf6f2fd5535d64c9432

7 years agoChange the length of format for strlcpy 52/127252/2 accepted/tizen/unified/20170428.032504 submit/tizen/20170427.004342 tizen_4.0.m1_release
Jiyong Min [Wed, 26 Apr 2017 23:30:55 +0000 (08:30 +0900)]
Change the length of format for strlcpy

 [Problem] Copying 'RGBA8888' string make crash.
  (This issue happen after svace issue was fixed)
 [Solution] Change the length of string to copy

Change-Id: I741012cd0763b9c61bbc15fbc9bd307cbfd9d01c
Signed-off-by: jiyong min <jiyong.min@samsung.com>
7 years agoSvace issue fix. change strncpy to g_strlcpy 40/125940/4 accepted/tizen/unified/20170421.041816 submit/tizen/20170421.002420
Jiyong Min [Wed, 19 Apr 2017 09:42:23 +0000 (18:42 +0900)]
Svace issue fix. change strncpy to g_strlcpy

Change-Id: I8a4701548115d7afada4f4126218d2fded6cba3b
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
7 years agoUse license macro in spec file 94/120494/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170323.154424 accepted/tizen/ivi/20170323.085118 accepted/tizen/mobile/20170323.085024 accepted/tizen/tv/20170323.085046 accepted/tizen/unified/20170323.085139 accepted/tizen/wearable/20170323.085101 submit/tizen/20170323.063443
Haejeong Kim [Thu, 23 Mar 2017 06:12:00 +0000 (15:12 +0900)]
Use license macro in spec file

Change-Id: Ib53555179ecce2542d941715e01418bbb67b1fec

7 years agoModify stride color to make new stride buffer. 76/79976/2 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 tizen_3.0_tv accepted/tizen/3.0.m2/mobile/20170104.125153 accepted/tizen/3.0.m2/tv/20170104.125515 accepted/tizen/3.0.m2/wearable/20170104.125750 accepted/tizen/3.0/common/20161114.105803 accepted/tizen/3.0/ivi/20161011.044407 accepted/tizen/3.0/mobile/20161015.033532 accepted/tizen/3.0/tv/20161016.004832 accepted/tizen/3.0/wearable/20161015.083253 accepted/tizen/common/20160805.130124 accepted/tizen/ivi/20160808.081136 accepted/tizen/mobile/20160808.080734 accepted/tizen/tv/20160808.080943 accepted/tizen/unified/20170309.033047 accepted/tizen/wearable/20160808.081049 submit/tizen/20160805.054353 submit/tizen_3.0.m2/20170104.093750 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000003 submit/tizen_3.0_mobile/20161015.000003 submit/tizen_3.0_tv/20161015.000003 submit/tizen_3.0_wearable/20161015.000003 submit/tizen_unified/20170308.100408
Jiyong Min [Wed, 13 Jul 2016 23:26:45 +0000 (08:26 +0900)]
Modify stride color to make new stride buffer.
The color will take color or last row/column pixcel on image.

Change-Id: Ib9970f44b60f8e01aa64691a2ce98a14a38127c7
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
7 years agoFix memory leak due to gst_caps when rotate image. 13/75313/1 accepted/tizen/common/20160622.145828 accepted/tizen/ivi/20160622.094121 accepted/tizen/mobile/20160622.094032 accepted/tizen/tv/20160622.094049 accepted/tizen/wearable/20160622.094110 submit/tizen/20160622.011011
Jiyong Min [Fri, 17 Jun 2016 09:45:22 +0000 (18:45 +0900)]
Fix memory leak due to gst_caps when rotate image.

Change-Id: I18f42e1ce239d40b560414cb3f3e05a8d0b0becb
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
8 years agoRemove warning 32/65232/1 accepted/tizen/common/20160412.130752 accepted/tizen/ivi/20160412.010329 accepted/tizen/mobile/20160412.010400 accepted/tizen/tv/20160412.010249 accepted/tizen/wearable/20160412.010259 submit/tizen/20160411.223143
Jiyong Min [Fri, 8 Apr 2016 04:25:32 +0000 (13:25 +0900)]
Remove warning

Change-Id: Id7143adb04b819e8353defabb977190a84656644
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
8 years agoReplace g_malloc to malloc 48/59248/1 accepted/tizen/ivi/20160218.023901 accepted/tizen/mobile/20160212.050212 accepted/tizen/tv/20160212.050215 accepted/tizen/wearable/20160212.050219 submit/tizen/20160212.035219 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000003
Ji Yong Min [Fri, 12 Feb 2016 00:21:03 +0000 (09:21 +0900)]
Replace g_malloc to malloc

Change-Id: I048843fbd02e128c5a0dfdeb4906e331d0369eb2
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
8 years agoApply tizen coding rule 58/54958/1 accepted/tizen/mobile/20151221.101836 accepted/tizen/tv/20151221.101653 accepted/tizen/wearable/20151221.101832 submit/tizen/20151221.083152 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
Haejeong Kim [Mon, 21 Dec 2015 04:13:05 +0000 (13:13 +0900)]
Apply tizen coding rule

Change-Id: Id1e82911a4cecdb720241b5fdad09b3f1b50475d

8 years agoApply tizen coding rule 09/54809/1
Ji Yong Min [Fri, 18 Dec 2015 04:49:28 +0000 (13:49 +0900)]
Apply tizen coding rule

Change-Id: I03bfbc2ae20c7f20dfc3a4fd7880041fe4c252e1
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
8 years agoSimple code refactoring 54/54454/2 accepted/tizen/mobile/20151215.124746 accepted/tizen/tv/20151215.125250 accepted/tizen/wearable/20151215.125601 submit/tizen/20151215.100747
Ji Yong Min [Tue, 15 Dec 2015 09:20:25 +0000 (18:20 +0900)]
Simple code refactoring

Change-Id: I34b6638ca322441558494b83ec319cc0062dac92
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
8 years agoApply tizen coding rule 60/53860/1 accepted/tizen/mobile/20151210.083427 accepted/tizen/tv/20151210.083446 accepted/tizen/wearable/20151210.083515 submit/tizen/20151210.060602
Haejeong Kim [Thu, 10 Dec 2015 01:24:53 +0000 (10:24 +0900)]
Apply tizen coding rule

Change-Id: I31899d00f04e9bf5956395323e899775be8f3546

8 years agoReplace position to set caps for appsrc/appsink before push buffers 54/53754/4 accepted/tizen/mobile/20151209.133305 accepted/tizen/tv/20151209.133324 accepted/tizen/wearable/20151209.133353 submit/tizen/20151209.070048
Ji Yong Min [Wed, 9 Dec 2015 06:01:39 +0000 (15:01 +0900)]
Replace position to set caps for appsrc/appsink before push buffers
- Because gstappsrc merges buffer & caps management by queueing, so the order of caps & buffer is important

Change-Id: I73a2ab0e1e70b7d9f0ed6b5e652629155cbb5068
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
8 years agoModify memory leak issue for static analyzer warning 44/53144/2 accepted/tizen/mobile/20151204.053629 accepted/tizen/tv/20151204.053656 accepted/tizen/wearable/20151204.053724 submit/tizen/20151204.003419
Ji Yong Min [Wed, 2 Dec 2015 02:20:19 +0000 (11:20 +0900)]
Modify memory leak issue for static analyzer warning

Change-Id: I5c676437319279504ea3303ab081d51104f4853e
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
8 years agoRemove dependency of mm-log & mm-common in libmm-imgp-gstcs library 64/48864/4 accepted/tizen/mobile/20151001.224846 accepted/tizen/tv/20151001.224857 accepted/tizen/wearable/20151001.224910 submit/tizen/20151001.095659 tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Ji Yong Min [Thu, 1 Oct 2015 05:01:30 +0000 (14:01 +0900)]
Remove dependency of mm-log & mm-common in libmm-imgp-gstcs library

Change-Id: I1cd81d13e5bb7654dd1e0ba64a8c47b0f79535dc

8 years agoRemove mmlog & fix bugs for image transform 35/48635/3 accepted/tizen/mobile/20150925.012807 accepted/tizen/tv/20150925.012817 accepted/tizen/wearable/20150925.012824 submit/tizen/20150924.075606
Ji Yong Min [Thu, 24 Sep 2015 04:57:33 +0000 (13:57 +0900)]
Remove mmlog & fix bugs for image transform

Change-Id: I0c1735cc48492d0b424a9b95cb3b419946023aca
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
8 years agoFix to get wrong result before gstream change state is done 51/44951/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150803.042454 accepted/tizen/tv/20150803.042504 accepted/tizen/wearable/20150803.042513 submit/tizen/20150803.020941 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release
Ji Yong Min [Thu, 30 Jul 2015 05:14:24 +0000 (14:14 +0900)]
Fix to get wrong result before gstream change state is done

Change-Id: Ic70286b48c8b77fdb33f2c55a973e77e2212a9a7
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
8 years agoUpdate imgp for gstreamer 1.x (fix blocking issue) 64/39364/3 accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150615.091805 accepted/tizen/common/20150609.171310 accepted/tizen/mobile/20150610.001400 accepted/tizen/tv/20150610.001339 accepted/tizen/wearable/20150610.001415 submit/tizen/20150609.075509 submit/tizen_3.0.2015.q2_common/20150615.075539
Ji Yong Min [Wed, 13 May 2015 12:09:17 +0000 (21:09 +0900)]
Update imgp for gstreamer 1.x (fix blocking issue)

Change-Id: I57d46f15d9c9b3905c94aee7cde5451bfc4807a4
Signed-off-by: jiyong.min <jiyong.min@samsung.com>
9 years agoupdate prevent issue issue 19/34719/1
YoungHun Kim [Mon, 2 Feb 2015 02:09:49 +0000 (11:09 +0900)]
update prevent issue issue

Change-Id: I818f1441929df2246033243722b73cef0417f899
Signed-off-by: YoungHun Kim <yh8004.kim@samsung.com>
9 years agoupdate the prevent issue 55/33955/3 accepted/tizen/common/20150209.121102 accepted/tizen/mobile/20150211.014709 accepted/tizen/tv/20150210.013058 accepted/tizen/wearable/20150210.014934 submit/tizen/20150128.133102 submit/tizen/20150206.062742
YoungHun Kim [Mon, 19 Jan 2015 06:52:35 +0000 (15:52 +0900)]
update the prevent issue

Change-Id: I01d48cedd227a647bbf972aaecb075e1bcc851fb

9 years agoUpdated to version 0.7.16 from tizendev 46/23046/1
Andrey Shelest [Mon, 16 Jun 2014 11:59:14 +0000 (14:59 +0300)]
Updated to version 0.7.16 from tizendev
Change-Id: I1315d9473f0bf36625e7e9186289539f8b8902ff

10 years agoresetting manifest requested domain to floor 66/4566/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable tizen_ivi_genivi accepted/tizen/20130710.221406 accepted/tizen/20130912.100244 accepted/tizen/20130912.100617 accepted/tizen/20130912.150644 accepted/tizen/20130912.191645 accepted/tizen/20130912.195708 accepted/tizen/ivi/genivi/20140131.063430 accepted/tizen_ivi_stable/20131116.111835 ivi_oct_m2 submit/tizen/20130710.105008 submit/tizen/20130912.080001 submit/tizen/20130912.090309 submit/tizen_ivi_genivi/20140131.061121 submit/tizen_ivi_stable/20131116.100641 submit/tizen_ivi_stable/20131121.003746
Alexandru Cornea [Fri, 28 Jun 2013 16:48:59 +0000 (19:48 +0300)]
resetting manifest requested domain to floor

11 years agoUpdate yuyv fourcc value & Add rgb padding vaule to appsrc's buffer tizen_2.1 2.1b_release accepted/tizen/20130520.101134 accepted/tizen_2.1/20130425.034952 submit/tizen/20130517.045041 submit/tizen_2.1/20130424.232031
YoungHun Kim [Mon, 8 Apr 2013 05:02:58 +0000 (14:02 +0900)]
Update yuyv fourcc value & Add rgb padding vaule to appsrc's buffer

Change-Id: Iebf0c6b6c83dd60eddaff6640cd4d27d1812b076

11 years ago[Anas]check for AM_PROG_AR with new automake
Anas Nashif [Tue, 5 Feb 2013 14:16:17 +0000 (06:16 -0800)]
[Anas]check for AM_PROG_AR with new automake

use macro %configure for 64 bit compatibility.

Change-Id: I1d307ddd9c876de1fa8b3cd640bad14f85ea70c6

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:15:51 +0000 (01:15 +0900)]
merge with master

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

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