platform/core/multimedia/libmm-player.git
7 years ago[0.6.39] Merge branch tizen_3.0 to tizen 49/121849/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170404.142452 accepted/tizen/ivi/20170403.130100 accepted/tizen/mobile/20170403.125738 accepted/tizen/tv/20170403.125848 accepted/tizen/unified/20170403.130139 accepted/tizen/wearable/20170403.125955 submit/tizen/20170403.050513
Eunhae Choi [Wed, 29 Mar 2017 07:39:30 +0000 (16:39 +0900)]
[0.6.39] Merge branch tizen_3.0 to tizen

Change-Id: Ic11b26c766a65efa8ccacf84d0f575fb525d829e

7 years ago[0.6.39] add pd state change timeout 23/121823/1 accepted/tizen/3.0/common/20170330.125226 accepted/tizen/3.0/ivi/20170330.092059 accepted/tizen/3.0/mobile/20170330.091909 accepted/tizen/3.0/tv/20170330.091958 accepted/tizen/3.0/wearable/20170330.092027 submit/tizen_3.0/20170329.075800
Eunhae Choi [Wed, 29 Mar 2017 06:19:28 +0000 (15:19 +0900)]
[0.6.39] add pd state change timeout

if the network is disconnected, it will wait infinitely.

Change-Id: I7f4dc985626be18490ddf3dacf90a4f67f3841ce

7 years ago[0.6.38] fix bug about calc bitrage 73/121673/1
Eunhae Choi [Tue, 28 Mar 2017 11:06:23 +0000 (20:06 +0900)]
[0.6.38] fix bug about calc bitrage

Change-Id: Idcd31f43e081b58725ddc27cd9fe93c67ce5c5af

7 years ago[0.6.37] fix svace issue 92/120492/2
Eunhae Choi [Thu, 23 Mar 2017 06:10:43 +0000 (15:10 +0900)]
[0.6.37] fix svace issue

review the svace comment at below commit.
https://review.tizen.org/gerrit/#/c/120293/

I added null check of _caps_to_string() return but the others are false alarm.

Change-Id: Ic15a49b7b377f60048fe1d22e9bc067f0efd5973

7 years ago[0.6.37] do not set acquired flag to true in case of focus callback for resumption 93/120293/1
Sangchul Lee [Wed, 22 Mar 2017 08:19:52 +0000 (17:19 +0900)]
[0.6.37] do not set acquired flag to true in case of focus callback for resumption

That flag(player->sound_focus.acquired) will be set when start/resume player.
Fill ext_info parameter when acquiring/releasing internal focus.

Change-Id: I9eaf04da5c378157a87af607a409546bcc841845
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years ago[0.6.36] unrealize player if the external storage is removed 90/119190/5 accepted/tizen/3.0/common/20170320.130524 accepted/tizen/3.0/ivi/20170320.080546 accepted/tizen/3.0/mobile/20170320.075300 accepted/tizen/3.0/tv/20170320.080030 accepted/tizen/3.0/wearable/20170320.080212 submit/tizen_3.0/20170317.034449
Eunhae Choi [Thu, 16 Mar 2017 02:46:03 +0000 (11:46 +0900)]
[0.6.36] unrealize player if the external storage is removed

- unrealize the player to release external storage resource
- ignore the internal error posting when the storage is removed
  (to avoid duplicated posting)
- to check the storage state, storage_info is added.

Change-Id: I1494cf8e29fbcc73e53b4dc28252b7a0e96db6ce

7 years ago[0.6.35] update internal focus status right after acquring/releasing focus 61/118761/1
Sangchul Lee [Tue, 14 Mar 2017 03:53:18 +0000 (12:53 +0900)]
[0.6.35] update internal focus status right after acquring/releasing focus

Modification for session backward compatibility.

Change-Id: Ia8dae00d1fb042884a9bd2c657e7ece7575a615f

7 years ago[0.6.34] add rm lock not to do deinit during mrp operation 39/118239/1
Eunhae Choi [Thu, 9 Mar 2017 06:59:46 +0000 (15:59 +0900)]
[0.6.34] add rm lock not to do deinit during mrp operation

Change-Id: Ifdc22d751f98aa75be18037e02cc9b04b8f65f34
(cherry picked from commit 598b1cdd85f4576077199117af62e997b8f7b449)

7 years ago[0.6.34] add rm lock not to do deinit during mrp operation 05/118205/1
Eunhae Choi [Thu, 9 Mar 2017 06:59:46 +0000 (15:59 +0900)]
[0.6.34] add rm lock not to do deinit during mrp operation

Change-Id: Ifdc22d751f98aa75be18037e02cc9b04b8f65f34

7 years ago[0.6.33] unregister internal focus when sound stream info is set 37/117137/1
Eunhae Choi [Thu, 2 Mar 2017 10:08:21 +0000 (19:08 +0900)]
[0.6.33] unregister internal focus when sound stream info is set

Change-Id: I759bf0c6981d39bf1e73348095176c90360e8852

7 years ago[0.6.33] unregister internal focus when sound stream info is set 20/117020/2
Eunhae Choi [Thu, 2 Mar 2017 10:08:21 +0000 (19:08 +0900)]
[0.6.33] unregister internal focus when sound stream info is set

Change-Id: I759bf0c6981d39bf1e73348095176c90360e8852

7 years ago[0.6.32] check seekable with query before request seek 54/116954/1 accepted/tizen/common/20170303.090902 accepted/tizen/ivi/20170303.070014 accepted/tizen/mobile/20170303.065854 accepted/tizen/tv/20170303.065927 accepted/tizen/unified/20170309.033413 accepted/tizen/wearable/20170303.065953 submit/tizen/20170303.015115 submit/tizen_unified/20170308.100408
Eunhae Choi [Wed, 22 Feb 2017 08:07:36 +0000 (17:07 +0900)]
[0.6.32] check seekable with query before request seek

Change-Id: I1bc674111fcb7ea456077afebb7c8ca77ac3c39b
(cherry picked from commit 3cde68d388aa0ba97b9260a4b0f8a22898e9e216)

7 years ago[0.6.32] check seekable with query before request seek 78/115978/1 accepted/tizen/3.0/common/20170227.135906 accepted/tizen/3.0/ivi/20170227.090729 accepted/tizen/3.0/mobile/20170227.090449 accepted/tizen/3.0/tv/20170227.090611 accepted/tizen/3.0/wearable/20170227.090640 submit/tizen_3.0/20170224.035858
Eunhae Choi [Wed, 22 Feb 2017 08:07:36 +0000 (17:07 +0900)]
[0.6.32] check seekable with query before request seek

Change-Id: I1bc674111fcb7ea456077afebb7c8ca77ac3c39b

7 years ago[0.6.31] fix svace issue 49/115149/1
Eunhae Choi [Thu, 16 Feb 2017 11:01:27 +0000 (20:01 +0900)]
[0.6.31] fix svace issue

Change-Id: Ibe7a4785b4d6b4ef287bc0e5811566720c9e15c3

7 years ago[0.6.31] fix svace issue 31/115131/2 accepted/tizen/3.0/common/20170220.125733 accepted/tizen/3.0/ivi/20170220.013859 accepted/tizen/3.0/mobile/20170220.013534 accepted/tizen/3.0/tv/20170220.013630 accepted/tizen/3.0/wearable/20170220.013744 submit/tizen_3.0/20170216.114148
Eunhae Choi [Thu, 16 Feb 2017 11:01:27 +0000 (20:01 +0900)]
[0.6.31] fix svace issue

Change-Id: Ibe7a4785b4d6b4ef287bc0e5811566720c9e15c3

7 years agoMerge "[0.6.30] post position msg before unrealize" into tizen accepted/tizen/common/20170214.173917 accepted/tizen/ivi/20170214.230200 accepted/tizen/mobile/20170214.230048 accepted/tizen/tv/20170214.230111 accepted/tizen/wearable/20170214.230131 submit/tizen/20170214.113450
Eunhae Choi [Tue, 14 Feb 2017 08:19:01 +0000 (00:19 -0800)]
Merge "[0.6.30] post position msg before unrealize" into tizen

7 years ago[0.6.30] post position msg before unrealize 03/114603/1 accepted/tizen/3.0/common/20170215.121310 accepted/tizen/3.0/ivi/20170215.034236 accepted/tizen/3.0/mobile/20170215.033729 accepted/tizen/3.0/tv/20170215.033950 accepted/tizen/3.0/wearable/20170215.034107 submit/tizen_3.0/20170214.112531
Eunhae Choi [Wed, 8 Feb 2017 10:11:32 +0000 (19:11 +0900)]
[0.6.30] post position msg before unrealize

make app know the last play position if resource conflict is occurred.

Change-Id: I094400c417cba4d9ef29ef17a2eb82b9728ce043

7 years ago[0.6.30] register the device connected cb only in case of media stream type 81/113881/1
Eunhae Choi [Thu, 9 Feb 2017 05:53:04 +0000 (14:53 +0900)]
[0.6.30] register the device connected cb only in case of media stream type

- this is for backward compatibility

Change-Id: I581b32df941528cc3b4ed466276c5b299773f880

7 years ago[0.6.30] register the device connected cb only in case of media stream type 41/113841/2 accepted/tizen/common/20170210.170636 accepted/tizen/ivi/20170214.010747 accepted/tizen/mobile/20170214.010537 accepted/tizen/tv/20170214.010630 accepted/tizen/wearable/20170214.010709 submit/tizen/20170210.083202
Eunhae Choi [Thu, 9 Feb 2017 05:53:04 +0000 (14:53 +0900)]
[0.6.30] register the device connected cb only in case of media stream type

- this is for backward compatibility

Change-Id: I581b32df941528cc3b4ed466276c5b299773f880

7 years ago[v0.6.29] remove resource set after handling the resource conflict 16/113716/1
Eunhae Choi [Wed, 8 Feb 2017 09:31:52 +0000 (18:31 +0900)]
[v0.6.29] remove resource set after handling the resource conflict

Change-Id: I3482857bd2aba0262ea939e7009e75b5dc0a585d

7 years ago[0.6.30] post position msg before unrealize 85/113685/1
Eunhae Choi [Wed, 8 Feb 2017 10:11:32 +0000 (19:11 +0900)]
[0.6.30] post position msg before unrealize

make app know the last play position if resource conflict is occurred.

Change-Id: I094400c417cba4d9ef29ef17a2eb82b9728ce043

7 years ago[v0.6.29] remove resource set after handling the resource conflict 68/113668/1
Eunhae Choi [Wed, 8 Feb 2017 09:31:52 +0000 (18:31 +0900)]
[v0.6.29] remove resource set after handling the resource conflict

Change-Id: I3482857bd2aba0262ea939e7009e75b5dc0a585d

7 years ago[v0.6.28] Enhance session backward compatibility 14/112914/1 accepted/tizen/common/20170206.124401 submit/tizen/20170206.043356
Sangchul Lee [Fri, 3 Feb 2017 05:37:00 +0000 (14:37 +0900)]
[v0.6.28] Enhance session backward compatibility

Stream type and stream focus status are applied to the audiosink in case of
session backward compatibility, so it brings proper audio routing path in pulseaudio.

Change-Id: I31c1c37ce65b9467ea298f12cd64f1f8de327d7d
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
(cherry picked from commit b2149f09ed2de1ac0a9fdc91c50657bb3699de0c)

7 years ago[v0.6.28] Enhance session backward compatibility 58/112858/4 tizen_3.0_tv accepted/tizen/3.0/common/20170207.092219 accepted/tizen/3.0/ivi/20170207.084609 accepted/tizen/3.0/mobile/20170207.084506 accepted/tizen/3.0/tv/20170207.084535 accepted/tizen/3.0/wearable/20170207.084551 submit/tizen_3.0/20170206.042838
Sangchul Lee [Fri, 3 Feb 2017 05:37:00 +0000 (14:37 +0900)]
[v0.6.28] Enhance session backward compatibility

Stream type and stream focus status are applied to the audiosink in case of
session backward compatibility, so it brings proper audio routing path in pulseaudio.

Change-Id: I31c1c37ce65b9467ea298f12cd64f1f8de327d7d
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years ago[v0.6.27] Change FADEOUT_TIME_DEFAULT value to 0 33/112733/1 accepted/tizen/common/20170202.175225 accepted/tizen/ivi/20170203.023339 accepted/tizen/mobile/20170203.023310 accepted/tizen/tv/20170203.023322 accepted/tizen/wearable/20170203.023331 submit/tizen/20170202.113611
Gilbok Lee [Thu, 2 Feb 2017 07:30:47 +0000 (16:30 +0900)]
[v0.6.27] Change FADEOUT_TIME_DEFAULT value to 0

When a state changes, a delay occurs.

Change-Id: I302c6bcb0706ad0e77f7c1050e479ed14c1ae15c

7 years ago[v0.6.24] Disable webm fileformat (skip autoplugin select) 32/112732/1
Gilbok Lee [Wed, 25 Jan 2017 13:13:06 +0000 (22:13 +0900)]
[v0.6.24] Disable webm fileformat (skip autoplugin select)

Change-Id: I21c5a4acc6e7af77eb0131a0cba772191a398e35

7 years ago[v0.6.27] Change FADEOUT_TIME_DEFAULT value to 0 80/112680/3 accepted/tizen/3.0/common/20170203.151010 accepted/tizen/3.0/ivi/20170203.090048 accepted/tizen/3.0/mobile/20170203.085945 accepted/tizen/3.0/tv/20170203.090008 accepted/tizen/3.0/wearable/20170203.090029 submit/tizen_3.0/20170202.113256
Gilbok Lee [Thu, 2 Feb 2017 07:30:47 +0000 (16:30 +0900)]
[v0.6.27] Change FADEOUT_TIME_DEFAULT value to 0

When a state changes, a delay occurs.

Change-Id: I302c6bcb0706ad0e77f7c1050e479ed14c1ae15c

7 years agoRemove unnecessary dependency package(evas) 57/112457/1
Hyunil [Wed, 1 Feb 2017 06:03:58 +0000 (15:03 +0900)]
Remove unnecessary dependency package(evas)

Change-Id: Ib2e7cca1936b1f1752bb8d2059ff8fe962d13571
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
7 years agoRemove unnecessary dependency package(evas) 51/112451/1
Hyunil [Wed, 1 Feb 2017 05:31:55 +0000 (14:31 +0900)]
Remove unnecessary dependency package(evas)

Change-Id: I13355929b123fa17625e46ce8ba1eb5d8556c156
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
7 years ago[v0.6.24] Disable webm fileformat (skip autoplugin select) 53/112053/4
Gilbok Lee [Wed, 25 Jan 2017 13:13:06 +0000 (22:13 +0900)]
[v0.6.24] Disable webm fileformat (skip autoplugin select)

Change-Id: I21c5a4acc6e7af77eb0131a0cba772191a398e35

7 years agoMerge "Remove Profile Build Dependency: Do it at runtime" into tizen
eunhae choi [Thu, 26 Jan 2017 01:16:56 +0000 (17:16 -0800)]
Merge "Remove Profile Build Dependency: Do it at runtime" into tizen

7 years agoMerge "post message for gapless on evas surface" into tizen
eunhae choi [Wed, 18 Jan 2017 06:39:35 +0000 (22:39 -0800)]
Merge "post message for gapless on evas surface" into tizen

7 years agoMerge branch 'tizen' into tizen_3.0 38/110638/1 accepted/tizen/3.0/common/20170118.131221 accepted/tizen/3.0/ivi/20170118.041545 accepted/tizen/3.0/mobile/20170118.041505 accepted/tizen/3.0/tv/20170118.041522 accepted/tizen/3.0/wearable/20170118.041535 submit/tizen_3.0/20170117.085106
Eunhae Choi [Tue, 17 Jan 2017 08:34:10 +0000 (17:34 +0900)]
Merge branch 'tizen' into tizen_3.0

Change-Id: Ib89af6e301d3c92396f24246e4869b411b9f7ca4

7 years ago[v0.6.24] remove deadcode 35/110635/1 accepted/tizen/common/20170117.174947 accepted/tizen/ivi/20170118.040618 accepted/tizen/mobile/20170118.040530 accepted/tizen/tv/20170118.040546 accepted/tizen/wearable/20170118.040603 submit/tizen/20170117.085451
Eunhae Choi [Tue, 17 Jan 2017 08:21:41 +0000 (17:21 +0900)]
[v0.6.24] remove deadcode

Change-Id: I34f05dd7ffd6062af1b2fc77b02ffca6a4ac180c

7 years agoRemove Profile Build Dependency: Do it at runtime 37/97437/4
MyungJoo Ham [Mon, 14 Nov 2016 07:28:49 +0000 (16:28 +0900)]
Remove Profile Build Dependency: Do it at runtime

- This is for Tizen 4.0.

  : Tizen 4.0 Configurability and Build Blocks require
  to remove all profile-depending build options in spec files.
  (No More profile macros)

- It is recommended to distinguish features/profiles at runtime.
 unless it incurs too much overhead, which requires you to
 create multiple binaries and subpackages.

Change-Id: Iad4bd14dc3bdecdf1b5b9814969223aacc260402
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
7 years agoMerge branch 'tizen' into tizen_3.0 59/110259/1 accepted/tizen/3.0/common/20170117.075646 accepted/tizen/3.0/ivi/20170117.005351 accepted/tizen/3.0/mobile/20170117.005254 accepted/tizen/3.0/tv/20170117.005315 accepted/tizen/3.0/wearable/20170117.005330 submit/tizen_3.0/20170113.113320 submit/tizen_3.0/20170116.054403
Eunhae Choi [Fri, 13 Jan 2017 11:29:53 +0000 (20:29 +0900)]
Merge branch 'tizen' into tizen_3.0

Change-Id: I6dad2abcf93b9414e88c786e0d53d598836633b0

7 years agoMerge "[v0.6.22] post resource conflict msg regardless of videobin" into tizen_3.0
Eunhae Choi [Fri, 13 Jan 2017 11:21:21 +0000 (03:21 -0800)]
Merge "[v0.6.22] post resource conflict msg regardless of videobin" into tizen_3.0

7 years ago[v0.6.23] Add/link video filters only when using OVERAY surface 42/110242/2 accepted/tizen/common/20170113.184519 accepted/tizen/ivi/20170113.225544 accepted/tizen/mobile/20170113.225450 accepted/tizen/tv/20170113.225509 accepted/tizen/wearable/20170113.225520 submit/tizen/20170113.114553
Gilbok Lee [Fri, 13 Jan 2017 10:17:14 +0000 (19:17 +0900)]
[v0.6.23] Add/link video filters only when using OVERAY surface

Change-Id: Idcd8c6d951fa91276cf4365633c7c891c283fe55

7 years ago[v0.6.22] post resource conflict msg regardless of videobin 41/110241/1
Eunhae Choi [Fri, 13 Jan 2017 07:41:26 +0000 (16:41 +0900)]
[v0.6.22] post resource conflict msg regardless of videobin

Change-Id: I04abd5a1ae2f039292fa8e06356b4d21237a651b

7 years ago[v0.6.22] post resource conflict msg regardless of videobin 98/110198/1
Eunhae Choi [Fri, 13 Jan 2017 07:41:26 +0000 (16:41 +0900)]
[v0.6.22] post resource conflict msg regardless of videobin

Change-Id: I04abd5a1ae2f039292fa8e06356b4d21237a651b

7 years agopost message for gapless on evas surface 99/86599/3
NAMJEONGYOON [Fri, 2 Sep 2016 05:10:33 +0000 (14:10 +0900)]
post message for gapless on evas surface

Change-Id: I9a7abca0d4175661c429e9504742491d1e651682

7 years agoMerge branch 'tizen_3.0' into tizen 67/108867/1 accepted/tizen/common/20170109.202326 accepted/tizen/ivi/20170106.103849 accepted/tizen/mobile/20170106.103734 accepted/tizen/tv/20170106.103806 accepted/tizen/wearable/20170106.103823 submit/tizen/20170106.055611
Gilbok Lee [Fri, 6 Jan 2017 05:41:26 +0000 (14:41 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I04ebbbf9fa2c06bd2e7901dc095a2d8638a2fdf2

7 years ago[v0.6.22] Add mutex for update_tag_msg 37/108837/1 accepted/tizen/3.0/common/20170109.200314 accepted/tizen/3.0/ivi/20170106.095353 accepted/tizen/3.0/mobile/20170106.095254 accepted/tizen/3.0/tv/20170106.095315 accepted/tizen/3.0/wearable/20170106.095333 submit/tizen_3.0/20170106.061101
Gilbok Lee [Fri, 6 Jan 2017 04:19:11 +0000 (13:19 +0900)]
[v0.6.22] Add mutex for update_tag_msg

In pcm extraction mode, crash by posting album art tag messages from two sinks at the same time.

Change-Id: I2dc408edab1b9c2b520ed0ff73c1dc8862fa956f

7 years ago[v0.6.21] Disable webm media format 86/107986/2
Gilbok Lee [Mon, 2 Jan 2017 08:04:41 +0000 (17:04 +0900)]
[v0.6.21] Disable webm media format

Change-Id: I214b9013662ddbcb6dc84dc93e9be7c2b8fb59fe

7 years agomodify comment 21/107521/1
Eunhae Choi [Wed, 28 Dec 2016 09:13:31 +0000 (18:13 +0900)]
modify comment

Change-Id: I9776417d13bfe511c5d95414c2b4f3521937b19f
(cherry picked from commit c1960be2b37bbd3d5c1582918f4ff9fa762c9609)

7 years agomodify comment 08/107508/1
Eunhae Choi [Wed, 28 Dec 2016 09:13:31 +0000 (18:13 +0900)]
modify comment

Change-Id: I9776417d13bfe511c5d95414c2b4f3521937b19f

7 years ago[v0.6.20] fix bug, release cmd lock in exception case 05/107305/1 accepted/tizen/common/20161227.192702 accepted/tizen/ivi/20161228.083716 accepted/tizen/mobile/20161228.083621 accepted/tizen/tv/20161228.083641 accepted/tizen/wearable/20161228.083652 submit/tizen/20161227.144440
Eunhae Choi [Tue, 27 Dec 2016 11:11:23 +0000 (20:11 +0900)]
[v0.6.20] fix bug, release cmd lock in exception case

Change-Id: I595e81467eb2d460aaae098811bfaa99a48056a7
(cherry picked from commit b7bf7e96a66f9fe831819bc4b51c3cc11455b6b4)

7 years ago[v0.6.20] fix bug, release cmd lock in exception case 03/107303/1 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.125355 accepted/tizen/3.0.m2/tv/20170104.125629 accepted/tizen/3.0.m2/wearable/20170104.125840 accepted/tizen/3.0/common/20161228.071734 accepted/tizen/3.0/ivi/20161228.022531 accepted/tizen/3.0/mobile/20161228.022437 accepted/tizen/3.0/tv/20161228.022451 accepted/tizen/3.0/wearable/20161228.022506 submit/tizen_3.0.m2/20170104.093750 submit/tizen_3.0/20161227.144016
Eunhae Choi [Tue, 27 Dec 2016 11:11:23 +0000 (20:11 +0900)]
[v0.6.20] fix bug, release cmd lock in exception case

Change-Id: I595e81467eb2d460aaae098811bfaa99a48056a7

7 years ago[v0.6.19] make update acquire flag in sound focus cb 77/107077/1 accepted/tizen/common/20161227.192504 accepted/tizen/ivi/20161227.091444 accepted/tizen/mobile/20161227.091355 accepted/tizen/tv/20161227.091411 accepted/tizen/wearable/20161227.091425 submit/tizen/20161227.033947
Eunhae Choi [Mon, 26 Dec 2016 09:38:53 +0000 (18:38 +0900)]
[v0.6.19] make update acquire flag in sound focus cb

Change-Id: Ibf1e2b1c14cac9db673e39f4ccdeac38617850bb
(cherry picked from commit 554f4845ddb40adc1ac2eda4217a5b8f7b2be83f)

7 years ago[v0.6.19] make update acquire flag in sound focus cb 61/107061/1 accepted/tizen/3.0/common/20161227.102305 accepted/tizen/3.0/ivi/20161227.011419 accepted/tizen/3.0/mobile/20161227.011327 accepted/tizen/3.0/tv/20161227.011351 accepted/tizen/3.0/wearable/20161227.011406 submit/tizen_3.0/20161226.123740
Eunhae Choi [Mon, 26 Dec 2016 09:38:53 +0000 (18:38 +0900)]
[v0.6.19] make update acquire flag in sound focus cb

Change-Id: Ibf1e2b1c14cac9db673e39f4ccdeac38617850bb

7 years agoMove thread creation logic to Murphy to prevent thread lock up 82/106082/1 accepted/tizen/3.0/common/20161221.181324 accepted/tizen/3.0/ivi/20161221.011017 accepted/tizen/3.0/mobile/20161221.011628 accepted/tizen/3.0/tv/20161221.010803 accepted/tizen/3.0/wearable/20161221.011137 submit/tizen_3.0/20161220.100802
Volodymyr Brynza [Mon, 19 Dec 2016 20:25:21 +0000 (22:25 +0200)]
Move thread creation logic to Murphy to prevent thread lock up

Change-Id: I9c8e41bf66bef9f7a9094d8cbd604cb91c0d5a86
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
(cherry picked from commit bf6cef22e23cf170f1e9cf7216ee8c83b654eca7)

7 years agoMerge "Move thread creation logic to Murphy to prevent thread lock up" into tizen accepted/tizen/common/20161220.191037 accepted/tizen/ivi/20161220.223836 accepted/tizen/mobile/20161220.223708 accepted/tizen/tv/20161220.223740 accepted/tizen/wearable/20161220.223807 submit/tizen/20161220.104958
eunhae choi [Tue, 20 Dec 2016 10:20:15 +0000 (02:20 -0800)]
Merge "Move thread creation logic to Murphy to prevent thread lock up" into tizen

7 years ago[v0.6.18] remove videoscale element in video pipeline 63/105963/1
Eunhae Choi [Tue, 20 Dec 2016 06:20:10 +0000 (15:20 +0900)]
[v0.6.18] remove videoscale element in video pipeline

Change-Id: I76de944ae55bb7fb4a6f7974818f4abb5a056738

7 years ago[v0.6.18] remove videoscale element in video pipeline 59/105959/1
Eunhae Choi [Tue, 20 Dec 2016 06:20:10 +0000 (15:20 +0900)]
[v0.6.18] remove videoscale element in video pipeline

Change-Id: I76de944ae55bb7fb4a6f7974818f4abb5a056738

7 years agoMove thread creation logic to Murphy to prevent thread lock up 88/100288/3
Volodymyr Brynza [Mon, 19 Dec 2016 20:25:21 +0000 (22:25 +0200)]
Move thread creation logic to Murphy to prevent thread lock up

Change-Id: I9c8e41bf66bef9f7a9094d8cbd604cb91c0d5a86
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
7 years ago[v0.6.17] add rtsp buffering patch 09/105809/1
Eunhae Choi [Mon, 19 Dec 2016 13:04:50 +0000 (22:04 +0900)]
[v0.6.17] add rtsp buffering patch

Change-Id: I283c0c24cf6514504862dc274a752e3442c931b0

7 years ago[v0.6.17] add rtsp buffering patch 08/105808/1
Eunhae Choi [Mon, 19 Dec 2016 13:04:50 +0000 (22:04 +0900)]
[v0.6.17] add rtsp buffering patch

Change-Id: I283c0c24cf6514504862dc274a752e3442c931b0

7 years ago[v0.6.16] make update prerolled video frame 89/104389/1 accepted/tizen/common/20161214.160502 accepted/tizen/ivi/20161214.015312 accepted/tizen/mobile/20161214.014830 accepted/tizen/tv/20161214.015107 accepted/tizen/wearable/20161214.015215 submit/tizen/20161213.083228
Eunhae Choi [Tue, 13 Dec 2016 08:19:33 +0000 (17:19 +0900)]
[v0.6.16] make update prerolled video frame

Change-Id: Ic416677201bcfed7942f598a648d2872b5e98206

7 years ago[v0.6.16] make update prerolled video frame 87/104387/1 accepted/tizen/3.0/common/20161216.123656 accepted/tizen/3.0/ivi/20161216.084311 accepted/tizen/3.0/mobile/20161216.083847 accepted/tizen/3.0/tv/20161216.084034 accepted/tizen/3.0/wearable/20161216.084204 submit/tizen_3.0/20161213.081002 submit/tizen_3.0/20161215.110001
Eunhae Choi [Tue, 13 Dec 2016 08:19:33 +0000 (17:19 +0900)]
[v0.6.16] make update prerolled video frame

Change-Id: Ic416677201bcfed7942f598a648d2872b5e98206

7 years ago[v0.6.15] set pause state when doing stop for hls 19/101219/1 accepted/tizen/3.0/common/20161207.194508 accepted/tizen/3.0/ivi/20161207.011917 accepted/tizen/3.0/mobile/20161207.011531 accepted/tizen/3.0/tv/20161207.011712 accepted/tizen/3.0/wearable/20161207.011810 submit/tizen_3.0/20161206.052949
Eunhae Choi [Wed, 30 Nov 2016 09:53:47 +0000 (18:53 +0900)]
[v0.6.15] set pause state when doing stop for hls

Change-Id: I507b204b6ed7a4aebf20878218fbf641fba54403
(cherry picked from commit cf3249c65bb1ee96feb21de92954b4d10c812f33)

7 years ago[v0.6.15] set pause state when doing stop for hls 30/101130/1 accepted/tizen/common/20161207.184552 accepted/tizen/ivi/20161208.012242 accepted/tizen/mobile/20161208.011910 accepted/tizen/tv/20161208.012044 accepted/tizen/wearable/20161208.012138 submit/tizen/20161207.075356
Eunhae Choi [Wed, 30 Nov 2016 09:53:47 +0000 (18:53 +0900)]
[v0.6.15] set pause state when doing stop for hls

Change-Id: I507b204b6ed7a4aebf20878218fbf641fba54403

7 years agoMerge branch 'tizen_3.0' into tizen 06/100506/1 accepted/tizen/common/20161129.173631 accepted/tizen/ivi/20161130.015437 accepted/tizen/mobile/20161130.015218 accepted/tizen/tv/20161130.015303 accepted/tizen/wearable/20161130.015350 submit/tizen/20161129.052917
Eunhae Choi [Mon, 28 Nov 2016 09:50:23 +0000 (18:50 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: Id9364a3c7c14d574e2bf910146f646509efdacf1
Signed-off-by: Eunhae Choi <eunhae1.choi@samsung.com>
7 years agoMerge "[v0.6.14] set mute on volume element" into tizen_3.0 accepted/tizen/3.0/common/20161130.064843 accepted/tizen/3.0/ivi/20161130.011810 accepted/tizen/3.0/mobile/20161130.011530 accepted/tizen/3.0/tv/20161130.011644 accepted/tizen/3.0/wearable/20161130.011725 submit/tizen_3.0/20161129.051721
Eunhae Choi [Mon, 28 Nov 2016 08:31:53 +0000 (00:31 -0800)]
Merge "[v0.6.14] set mute on volume element" into tizen_3.0

7 years agoMerge "Fixed SVACE critical issues" into tizen_3.0
eunhae choi [Fri, 25 Nov 2016 10:45:59 +0000 (02:45 -0800)]
Merge "Fixed SVACE critical issues" into tizen_3.0

7 years agoMerge "[subtitle] subtitle_cb is called after EOS." into tizen_3.0
eunhae choi [Fri, 25 Nov 2016 10:44:03 +0000 (02:44 -0800)]
Merge "[subtitle] subtitle_cb is called after EOS." into tizen_3.0

7 years ago[v0.6.14] set mute on volume element 33/100233/1
Eunhae Choi [Fri, 25 Nov 2016 10:33:09 +0000 (19:33 +0900)]
[v0.6.14] set mute on volume element

Change-Id: I6baf0872028faa542c5257c7e71ee6c9ab18186d

7 years ago[subtitle] subtitle_cb is called after EOS. 24/100224/1
Jaechan Lee [Fri, 25 Nov 2016 09:49:47 +0000 (18:49 +0900)]
[subtitle] subtitle_cb is called after EOS.

[Model] Tizen3.0 Z2
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] Monitoring test
[Occurrence Version] Z200FDDE0APK7

[Problem] Despite the video is played until EOS, subtitle can be updated.
[Cause & Measure] Cause : Although, the drop-probability property of identity plugin is changed as "0.0",
in this case, the last buffer of fakesink is remained.
So, subtitle_cb will be called after EOS just once.
Measure : the update of subtitle is prohibited after EOS.
[Checking Method] player_test > play video files with subtitle.

[Team] MMFW
[Developer] Jaechan Lee
[Solution company] Samsung
[Change Type] N/A

Change-Id: Ia0c804ccd7ce6d37b995a5687830ad83a8806c3a

7 years agoFixed SVACE critical issues 14/100214/1
Jaechan Lee [Fri, 25 Nov 2016 08:30:27 +0000 (17:30 +0900)]
Fixed SVACE critical issues

[Model] Tizen3.0
[BinType] AP
[Customer] OPEN

[Issue#] N/A
[Request] SVACE
[Occurrence Version] N/A

[Problem] MEMORY_LEAK
[Cause & Measure] Cause : src_buffer was not freed in some cases.
Measure : buffer will be freed properly.
[Checking Method] N/A

[Team] MMFW
[Developer] Jaechan Lee
[Solution company] Samsung
[Change Type] N/A

Change-Id: I425f2fc236b2e1fd7dfe8ddcd06d3cd9acceb993

7 years agoMerge branch 'tizen' into tizen_3.0 34/99134/1 accepted/tizen/3.0/common/20161123.140810 accepted/tizen/3.0/ivi/20161123.083652 accepted/tizen/3.0/mobile/20161123.083405 accepted/tizen/3.0/tv/20161123.083512 accepted/tizen/3.0/wearable/20161123.083605 accepted/tizen/common/20161122.192932 accepted/tizen/ivi/20161122.235942 accepted/tizen/mobile/20161122.235728 accepted/tizen/tv/20161122.235812 accepted/tizen/wearable/20161122.235849 submit/tizen/20161122.044017 submit/tizen_3.0/20161122.043110
NAMJEONGYOON [Tue, 22 Nov 2016 04:22:24 +0000 (13:22 +0900)]
Merge branch 'tizen' into tizen_3.0

Change-Id: Ib92c57ee0104f6a6bee37bd315e363fc98695e62

7 years ago[v0.6.14] fix fd leak 08/98108/1
Eunhae Choi [Wed, 16 Nov 2016 07:16:31 +0000 (16:16 +0900)]
[v0.6.14] fix fd leak

Change-Id: Ida0fc16e9fd8cb31d8bd513037ec83856be7b0df

7 years ago[v0.6.13]enlarge mq size to resolve block issue of seeking 66/97866/1
Eunhae Choi [Tue, 15 Nov 2016 07:15:46 +0000 (16:15 +0900)]
[v0.6.13]enlarge mq size to resolve block issue of seeking

Change-Id: I89058d414fe2e6f108357a1f54452eccb177b22e
(cherry picked from commit a24d9ed511a6fb0f475df83b736479dc12032023)

7 years ago[v0.6.13]enlarge mq size to resolve block issue of seeking 64/97864/1
Eunhae Choi [Tue, 15 Nov 2016 07:15:46 +0000 (16:15 +0900)]
[v0.6.13]enlarge mq size to resolve block issue of seeking

Change-Id: I89058d414fe2e6f108357a1f54452eccb177b22e

7 years ago[v0.6.13] if segment time is invalid, use duration query info 01/97401/1 accepted/tizen/common/20161115.200808 accepted/tizen/ivi/20161115.234327 accepted/tizen/mobile/20161115.234139 accepted/tizen/tv/20161115.234217 accepted/tizen/wearable/20161115.234249 submit/tizen/20161115.062308
Eunhae Choi [Mon, 14 Nov 2016 04:56:37 +0000 (13:56 +0900)]
[v0.6.13] if segment time is invalid, use duration query info

Change-Id: I0637e93c30dcdd46281ecf8dcd04df8c42ab885e

7 years ago[v0.6.13] if segment time is invalid, use duration query info 77/97377/1 accepted/tizen/3.0/common/20161116.144033 accepted/tizen/3.0/ivi/20161116.023420 accepted/tizen/3.0/mobile/20161116.022906 accepted/tizen/3.0/tv/20161116.023019 accepted/tizen/3.0/wearable/20161116.023316 submit/tizen_3.0/20161114.050904 submit/tizen_3.0/20161115.060306 submit/tizen_3.0_common/20161116.110618
Eunhae Choi [Mon, 14 Nov 2016 04:56:37 +0000 (13:56 +0900)]
[v0.6.13] if segment time is invalid, use duration query info

Change-Id: I0637e93c30dcdd46281ecf8dcd04df8c42ab885e

7 years ago[v0.6.12] do not ignore buffering msg (murphy does not use mainloop anymore) 28/96828/1
Eunhae Choi [Thu, 10 Nov 2016 09:45:59 +0000 (18:45 +0900)]
[v0.6.12] do not ignore buffering msg (murphy does not use mainloop anymore)

Change-Id: I0a19e4f86fdeaea6346ffe48147466392eb1ad79

7 years ago[v0.6.12] do not ignore buffering msg (murphy does not use mainloop anymore) 27/96827/1 accepted/tizen/3.0/common/20161114.143321 accepted/tizen/3.0/ivi/20161111.003351 accepted/tizen/3.0/mobile/20161111.003257 accepted/tizen/3.0/tv/20161111.003312 accepted/tizen/3.0/wearable/20161111.003330 submit/tizen_3.0/20161110.095131 submit/tizen_3.0_common/20161114.081136
Eunhae Choi [Thu, 10 Nov 2016 09:45:59 +0000 (18:45 +0900)]
[v0.6.12] do not ignore buffering msg (murphy does not use mainloop anymore)

Change-Id: I0a19e4f86fdeaea6346ffe48147466392eb1ad79

7 years ago[v0.6.12] Add parser date_time tag in tag message 23/96823/1
Gilbok Lee [Wed, 9 Nov 2016 11:55:26 +0000 (20:55 +0900)]
[v0.6.12] Add parser date_time tag in tag message

Change-Id: I4fb7d4cf797f0275312171b8a19708c9bd88d1c0

7 years agoMove Murphy client loop to new context 16/96816/1
Volodymyr Brynza [Mon, 7 Nov 2016 07:34:19 +0000 (09:34 +0200)]
Move Murphy client loop to new context

Change-Id: If001b418679e477f59127d652f8cbb468414a357
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
7 years agoMerge "Move Murphy client loop to new context" into tizen
eunhae choi [Thu, 10 Nov 2016 09:23:48 +0000 (01:23 -0800)]
Merge "Move Murphy client loop to new context" into tizen

7 years ago[v0.6.12] Add parser date_time tag in tag message 14/96614/2 accepted/tizen/3.0/common/20161114.082839 accepted/tizen/3.0/ivi/20161109.162324 accepted/tizen/3.0/mobile/20161109.162218 accepted/tizen/3.0/tv/20161109.162238 accepted/tizen/3.0/wearable/20161109.162257 submit/tizen_3.0/20161109.123641 submit/tizen_3.0_common/20161110.084657
Gilbok Lee [Wed, 9 Nov 2016 11:55:26 +0000 (20:55 +0900)]
[v0.6.12] Add parser date_time tag in tag message

Change-Id: I4fb7d4cf797f0275312171b8a19708c9bd88d1c0

7 years ago[v0.6.11] add buffer status cb lock and check state transition when unrealize 45/96145/1 accepted/tizen/3.0/ivi/20161109.124742 accepted/tizen/3.0/mobile/20161109.124438 accepted/tizen/3.0/tv/20161109.124558 accepted/tizen/3.0/wearable/20161109.124657 submit/tizen_3.0/20161108.053851
Eunhae Choi [Tue, 8 Nov 2016 04:29:27 +0000 (13:29 +0900)]
[v0.6.11] add buffer status cb lock and check state transition when unrealize

Change-Id: I5926265317fa85fbdf14f28c2508bb034b6c384b

7 years ago[v0.6.11] add buffer status cb lock and check state transition when unrealize 44/96144/1 accepted/tizen/common/20161109.140304 accepted/tizen/ivi/20161109.002844 accepted/tizen/mobile/20161109.002552 accepted/tizen/tv/20161109.002711 accepted/tizen/wearable/20161109.002800 submit/tizen/20161108.054351
Eunhae Choi [Tue, 8 Nov 2016 04:29:27 +0000 (13:29 +0900)]
[v0.6.11] add buffer status cb lock and check state transition when unrealize

Change-Id: I5926265317fa85fbdf14f28c2508bb034b6c384b

7 years ago[merge][v0.6.10] remove evas from ini 54/96054/1
Eunhae Choi [Mon, 7 Nov 2016 12:30:23 +0000 (21:30 +0900)]
[merge][v0.6.10] remove evas from ini

Change-Id: Iad43163466de9ff176caab2d7f89a19d640e917c

7 years agoMove Murphy client loop to new context 49/94849/3
Volodymyr Brynza [Mon, 7 Nov 2016 07:34:19 +0000 (09:34 +0200)]
Move Murphy client loop to new context

Change-Id: If001b418679e477f59127d652f8cbb468414a357
Signed-off-by: Volodymyr Brynza <v.brynza@samsung.com>
7 years ago[v0.6.10] remove evas from ini 30/95430/1
NAMJEONGYOON [Thu, 3 Nov 2016 08:19:34 +0000 (17:19 +0900)]
[v0.6.10] remove evas from ini

Change-Id: I92030725f377357f23c3e1ece5c896a41a2d2dda

7 years ago[v0.6.10] clean up the code which is related to evas display 14/95414/1
NAMJEONGYOON [Thu, 3 Nov 2016 07:10:31 +0000 (16:10 +0900)]
[v0.6.10] clean up the code which is related to evas display

Change-Id: I6d96ef882b77673217102d2f7375361a88c14990

7 years ago[v0.6.9] change state by defined mm funct instead of gst interface 99/95399/1
Eunhae Choi [Wed, 2 Nov 2016 12:05:44 +0000 (21:05 +0900)]
[v0.6.9] change state by defined mm funct instead of gst interface

mm state can not be updated by direct state change
in this case, after pause, there is no way to resume

Change-Id: Ifb27df230979dd5234874f8e570d5f26d29b924a
Signed-off-by: Eunhae Choi <eunhae1.choi@samsung.com>
7 years ago[v0.6.9] change state by defined mm funct instead of gst interface 20/95220/1
Eunhae Choi [Wed, 2 Nov 2016 12:05:44 +0000 (21:05 +0900)]
[v0.6.9] change state by defined mm funct instead of gst interface

mm state can not be updated by direct state change
in this case, after pause, there is no way to resume

Change-Id: Ifb27df230979dd5234874f8e570d5f26d29b924a
Signed-off-by: Eunhae Choi <eunhae1.choi@samsung.com>
7 years ago[0.6.8] do not check bus err msg if the error is already posted 88/94288/1
Eunhae Choi [Fri, 28 Oct 2016 05:06:08 +0000 (14:06 +0900)]
[0.6.8] do not check bus err msg if the error is already posted

Change-Id: I5fe6b4acce0522b3f2fc15b5e4d12933cce35ced

7 years ago[v0.6.7] fix bug about playback rate 84/93684/1 accepted/tizen/3.0/ivi/20161028.134028 accepted/tizen/3.0/mobile/20161028.133136 accepted/tizen/3.0/tv/20161028.133436 accepted/tizen/3.0/wearable/20161028.133743 accepted/tizen/common/20161025.155041 accepted/tizen/ivi/20161026.054125 accepted/tizen/mobile/20161026.054037 accepted/tizen/tv/20161026.054056 accepted/tizen/wearable/20161026.054112 submit/tizen/20161025.094407 submit/tizen_3.0/20161028.062323 submit/tizen_3.0/20161028.082423 submit/tizen_3.0_common/20161104.104000
NAMJEONGYOON [Tue, 25 Oct 2016 09:29:59 +0000 (18:29 +0900)]
[v0.6.7] fix bug about playback rate

Change-Id: Iaa3cfc0969320283d4ae702ad197ed4b46a1d16a

7 years ago[v0.6.6] fix video resource acquire fail issue when resource conflict 63/93463/1 accepted/tizen/common/20161024.135151 submit/tizen/20161024.102259
Eunhae Choi [Mon, 24 Oct 2016 10:17:14 +0000 (19:17 +0900)]
[v0.6.6] fix video resource acquire fail issue when resource conflict

Change-Id: I427a13d07c61d3df6b8a32768a71a08593554f0b

7 years ago[v0.6.5] remove log 56/93056/1 accepted/tizen/common/20161020.173425 accepted/tizen/ivi/20161020.125920 accepted/tizen/mobile/20161020.125811 accepted/tizen/tv/20161020.125828 accepted/tizen/wearable/20161020.125850 submit/tizen/20161020.073422
Eunhae Choi [Thu, 20 Oct 2016 07:23:54 +0000 (16:23 +0900)]
[v0.6.5] remove log

Change-Id: I76ccc5b35506ca6432d01235b07b4b022ca54f16

7 years ago[v0.6.5] remove mem leak in capture funct 15/92915/3
Eunhae Choi [Wed, 19 Oct 2016 10:12:30 +0000 (19:12 +0900)]
[v0.6.5] remove mem leak in capture funct

Change-Id: I17405ab3c757ddfcfc6c2083f489a2af764ce632

7 years ago[v0.6.4] support RGB format 63/92563/1 accepted/tizen/common/20161018.175419 accepted/tizen/ivi/20161019.093222 accepted/tizen/mobile/20161019.093143 accepted/tizen/tv/20161019.093201 accepted/tizen/wearable/20161019.093209 submit/tizen/20161018.110515
NAMJEONGYOON [Mon, 17 Oct 2016 10:52:23 +0000 (19:52 +0900)]
[v0.6.4] support RGB format

Change-Id: I54419f3ba9acd4163aff7c03ce1278c3d679cfe4

7 years ago[v0.6.3] fix video capture err on TM1 04/92304/1
Eunhae Choi [Fri, 14 Oct 2016 10:14:35 +0000 (19:14 +0900)]
[v0.6.3] fix video capture err on TM1

Change-Id: I7268a324645013a20773b2f82f017bd07c3af87e

7 years ago[v0.6.3] handle QoS event considering gapless playback. 44/92144/1
Eunhae Choi [Thu, 13 Oct 2016 10:59:50 +0000 (19:59 +0900)]
[v0.6.3] handle QoS event considering gapless playback.

Change-Id: Iebe58815cf1d04c6ef923e4c972900d57811f6fa

7 years ago[v0.6.2] remove unnecessary logs 58/92058/1
Gilbok Lee [Thu, 13 Oct 2016 05:44:22 +0000 (14:44 +0900)]
[v0.6.2] remove unnecessary logs

Change-Id: I8048105502471e59fb06c94f86e85ca923af07d4

7 years ago[v0.6.2] wait until last drained cb call when doing gapless 23/91423/1 accepted/tizen/common/20161012.154216 accepted/tizen/ivi/20161012.065409 accepted/tizen/mobile/20161012.065251 accepted/tizen/tv/20161012.065319 accepted/tizen/wearable/20161012.065340 submit/tizen/20161012.010406
Eunhae Choi [Fri, 7 Oct 2016 10:34:01 +0000 (19:34 +0900)]
[v0.6.2] wait until last drained cb call when doing gapless

Change-Id: I40fd0419cbd418a40519c49623120100018d0e52

7 years ago[v0.6.1] add videoconvert, if media_packet is enabled and sw codec is used 50/90850/2 accepted/tizen/3.0/mobile/20161015.033519 accepted/tizen/3.0/tv/20161016.005018 accepted/tizen/3.0/wearable/20161015.083242 accepted/tizen/common/20161005.165508 accepted/tizen/ivi/20161007.003943 accepted/tizen/mobile/20161007.003755 accepted/tizen/tv/20161007.003833 accepted/tizen/wearable/20161007.003908 submit/tizen/20161005.055916 submit/tizen_3.0_mobile/20161015.000003 submit/tizen_3.0_tv/20161015.000003 submit/tizen_3.0_wearable/20161015.000003
NAMJEONGYOON [Tue, 4 Oct 2016 11:25:05 +0000 (20:25 +0900)]
[v0.6.1] add videoconvert, if media_packet is enabled and sw codec is used

Change-Id: I00494a35ae737459cce6e606c1ba9d47412b3f25

7 years ago[v0.6.0] modify align for I420 08/90308/1
Eunhae Choi [Thu, 29 Sep 2016 10:32:01 +0000 (19:32 +0900)]
[v0.6.0] modify align for I420

Change-Id: Ib2ca3329e93026395f69db102da468947e223fb1