platform/core/multimedia/libmm-sound.git
6 years agoFix float->int(short) clipping issue when playing ogg content 11/177311/1
Seungbae Shin [Thu, 26 Apr 2018 12:47:55 +0000 (21:47 +0900)]
Fix float->int(short) clipping issue when playing ogg content

related reference:
  http://www.mega-nerd.com/libsndfile/api.html#note2
  https://github.com/erikd/libsndfile/issues/194

[Version] 0.12.15
[Issue Type] Bug Fix

Change-Id: I60894d8286c53999c5d907c486a10ca7a88dd95a

6 years agoFix coverity defects 05/177005/1 accepted/tizen/unified/20180426.062531 submit/tizen/20180425.084522
Seungbae Shin [Tue, 24 Apr 2018 11:36:26 +0000 (20:36 +0900)]
Fix coverity defects

fix minor build warning

[Version] 0.12.14
[Issue Type] Security

Change-Id: I5eee1290de2fb381f61078e099e566ae166e530e

6 years agoFix for TV product build macro 76/176776/1 accepted/tizen/unified/20180424.165725 submit/tizen/20180424.071740
Seungbae Shin [Mon, 23 Apr 2018 10:14:06 +0000 (19:14 +0900)]
Fix for TV product build macro

[Version] 0.12.13
[Issue Type] Build

Change-Id: Ib717c739ef11c46425ee9163394a3ebdbcc7c3b2

6 years agoRemove deprecated APIs and codes for session backward compatibility 63/160463/13 submit/tizen/20180315.034548
Sangchul Lee [Thu, 16 Nov 2017 08:20:56 +0000 (17:20 +0900)]
Remove deprecated APIs and codes for session backward compatibility

[Version] 0.12.12
[Issue Type] Clean-up

Change-Id: I7545981ceafe13d56e9c4fa9d99227d6e326f631
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoFix SVACE defects 20/172320/1 accepted/tizen/unified/20180316.062436 submit/tizen/20180313.074314
Seungbae Shin [Tue, 13 Mar 2018 07:38:16 +0000 (16:38 +0900)]
Fix SVACE defects

[Version] 0.12.12
[Issue Type] Security

Change-Id: Id681c147e6b346e7391e0f635d5ff92d49ca6b48

6 years agoCheck pulseaudio ready file in _mm_sound_play_keysound 24/170924/1 accepted/tizen/unified/20180227.062923 submit/tizen/20180226.072000
Jungsup Lee [Tue, 20 Feb 2018 04:43:12 +0000 (13:43 +0900)]
Check pulseaudio ready file in _mm_sound_play_keysound

Check "/tmp/.pulseaudio_ready" file before access "/tmp/keytone"

[Version] 0.12.11
[Issue Type] Bug Fix

Signed-off-by: Jungsup Lee <jungsup4.lee@samsung.com>
Change-Id: Ib5d91e2733bdf390f277faf1efcb2d4cdfbbec48

6 years agoExtend timeout period of waiting for mainloop running 23/170923/1
Sangchul Lee [Tue, 16 Jan 2018 00:25:49 +0000 (09:25 +0900)]
Extend timeout period of waiting for mainloop running

Sometimes it takes long time to change its state to "running" especially on TV target.

[Version] 0.12.10
[Issue Type] Enhancement

Change-Id: I2192047295794fbd21ca2a541826eaac1ed7c5f9
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd TV BT device when current device list query 22/170922/1
Seungbae Shin [Wed, 10 Jan 2018 12:58:07 +0000 (21:58 +0900)]
Add TV BT device when current device list query

[Version] 0.12.9
[Profile] TV
[Issue Type] Bug

Change-Id: I74998313adbd54ac99094a1f68f34e983723d767

6 years agoRevise service file to add capabilities option 21/170921/1
Sangchul Lee [Wed, 20 Dec 2017 02:45:53 +0000 (11:45 +0900)]
Revise service file to add capabilities option

[Version] 0.12.8
[Issue Type] Enhancement

Change-Id: Ieefd933534c94d4af36678cd78d05fe8659fb7bb
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoRemove unused / unnecessary usage of pa simple 03/169403/1
Seungbae Shin [Tue, 6 Feb 2018 09:22:13 +0000 (18:22 +0900)]
Remove unused / unnecessary usage of pa simple

[Version] 0.12.7
[Issue Type] Build

Change-Id: I8f593a868df18d458aec256c44b5e2ece187c5d9

6 years agoRemove dlog prints on signal handler / dotnet cleanup 65/164665/1
Seungbae Shin [Fri, 15 Dec 2017 04:40:14 +0000 (13:40 +0900)]
Remove dlog prints on signal handler / dotnet cleanup

[Version] 0.12.6
[Issue Type] Enhancement

Change-Id: Ib73de0cbd07d3648d4aa500a9a2d8f5ea1670275

6 years agoFix memory leak after wav playback 45/163545/1 accepted/tizen/unified/20171214.154153 submit/tizen/20171214.052526
Seungbae Shin [Thu, 7 Dec 2017 11:28:15 +0000 (20:28 +0900)]
Fix memory leak after wav playback

threaded_mainloop was not removed after wav playback,
now it will be removed on seperate temporal thread
(we can't remove from inside of mainloop thread)

in addition, change shutdown timeout from 10 to 60 sec.
(I think 10 sec. might be too short)

[Version] 0.12.5
[Issue Type] Bug Fix

Change-Id: Ic3a0053812fc3f31c344b9170a0684c656a97648

6 years agofixup! Fix build warnings 91/161491/1 accepted/tizen/unified/20171124.172654 submit/tizen/20171124.042202
Seungbae Shin [Thu, 23 Nov 2017 14:32:39 +0000 (23:32 +0900)]
fixup! Fix build warnings

[Version] 0.12.4
[Issue Type] Warning

Change-Id: Ie402f9bfa739dfba422ecffc9993a258b5cb39f8

6 years agoFix build warnings 45/160245/1
Seungbae Shin [Tue, 14 Nov 2017 09:13:11 +0000 (18:13 +0900)]
Fix build warnings

[Version] 0.12.3
[Issue Type] Warning

Change-Id: I16f7dafeb0a7fb70971255ffedeb8490b4b1d6f3

6 years agoRemove unused argument 92/159092/1 accepted/tizen/unified/20171108.063447 submit/tizen/20171107.074009
Sangchul Lee [Tue, 7 Nov 2017 02:47:07 +0000 (11:47 +0900)]
Remove unused argument

[Version] 0.12.2
[Issue Type] Fix warning

Change-Id: Ie55d69f874d27664489ad72b47394e45d871fb36
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd support for device running changed callback 31/158131/5
Sangchul Lee [Wed, 27 Sep 2017 02:51:46 +0000 (11:51 +0900)]
Add support for device running changed callback

 - mm_sound_add_device_running_changed_callback()
 - mm_sound_remove_device_running_changed_callback()
 - mm_sound_is_device_running()

Functions for change of running state are added. Previous device functions
including callback could not represent a device state related to its audio streams.
Now, these new APIs provide functionality regarding the 'running' state based on
the fundamental rule of that a device will be changed to 'running' only if
any stream go through the device.

[Version] 0.12.1
[Issue Type] New APIs

Change-Id: I79c164f706a5903cd2c6c76902d69c11a55ddbc3
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agofocus_server: copy pid of node that will be used for session backward compatibility 35/158435/2
Sangchul Lee [Wed, 1 Nov 2017 00:31:14 +0000 (09:31 +0900)]
focus_server: copy pid of node that will be used for session backward compatibility

This pid information will be used to each multimedia framework to keep session behavior.

[Version] 0.11.31
[Issue Type] backward compatibility

Change-Id: I4f52b7f29d28b1f5d3ad0388e2df42f6d3bf32aa
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agofixup! Fix Coverity defects 35/157935/2 submit/tizen/20171027.024111
Seungbae Shin [Thu, 26 Oct 2017 05:47:08 +0000 (14:47 +0900)]
fixup! Fix Coverity defects

[Version] 0.11.30
[Issue Type] Bug Fix

Change-Id: I3931e5811379eaae5596a893c39c26d11e971872
(cherry picked from commit ec308faabad9c5b5c06b68438b391c38ce9716b5)

6 years agoModification for Tizen Coding Rule 34/157934/1
Seungbae Shin [Tue, 12 Sep 2017 06:02:59 +0000 (15:02 +0900)]
Modification for Tizen Coding Rule

Change-Id: I05fe4103c333f75b0ac85387c197ad2899026dfa
(cherry picked from commit 0f3a484264047bcccb8804e72db68420f3509a27)

6 years agodisable signal handler for VD dotnet application, cleanup will be done by external... 64/156364/1 accepted/tizen/unified/20171020.091642 submit/tizen/20171018.063752 submit/tizen/20171019.095903
Seungbae Shin [Mon, 16 Oct 2017 11:39:53 +0000 (20:39 +0900)]
disable signal handler for VD dotnet application, cleanup will be done by external call

fix for coding rule included

[Version] 0.11.29
[Issue Type] Product / Dotnet

Change-Id: I5ed9ec1bc21bfddfd553d577bb048870123c8c50
(cherry picked from commit c5426e625d881fa2e75e2e5ba5d404c8c9166169)

6 years agoForward error from dbus method properly in mm_sound_proxy.c 90/156290/1
Sangchul Lee [Wed, 18 Oct 2017 01:27:48 +0000 (10:27 +0900)]
Forward error from dbus method properly in mm_sound_proxy.c

[Version] 0.11.28
[Issue Type] Bug Fix

Change-Id: I1c4531df4983658f58db8b50a57fb32153015f9e
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoFree device list from first node 69/156269/1
Sangchul Lee [Mon, 16 Oct 2017 01:59:02 +0000 (10:59 +0900)]
Free device list from first node

[Version] 0.11.27
[Issue Type] Memory leak

Change-Id: Ibc10c0f2f7619bd92d927c546f9922b456adfa71
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoFix Coverity defects 02/154502/2 accepted/tizen/unified/20171013.193024 submit/tizen/20171012.130939
Seungbae Shin [Tue, 10 Oct 2017 10:14:13 +0000 (19:14 +0900)]
Fix Coverity defects

[Version] 0.11.26
[Issue Type] Security

Change-Id: I83114daea560103ce66ee03fc0f86399c891fcc1

6 years agofocus_server: Fix bug regarding update of reacquisition information within focus... 81/151281/5 accepted/tizen/unified/20170925.151022 submit/tizen/20170925.071433
Sangchul Lee [Wed, 20 Sep 2017 09:45:12 +0000 (18:45 +0900)]
focus_server: Fix bug regarding update of reacquisition information within focus callback

It is also modified regarding conding convention

[Version] 0.11.25
[Issue Type] Bug fix

Change-Id: Id6a84b0c2f392aea4aa5c390a783720f95c038a3
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoRemove useless build config 76/150076/1 submit/tizen/20170918.074757 submit/tizen/20170919.005040 submit/tizen/20170920.104141
Sangchul Lee [Thu, 14 Sep 2017 08:01:23 +0000 (17:01 +0900)]
Remove useless build config

exclude MM_DEBUG_FLAG from CFLAGS

[Version] 0.11.24
[Issue Type] Cleanup

Change-Id: Iaf26d9c1a95b8dd8b29ded787b2b3012a2246faf
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoRemove dependency of libmm-log 26/150026/2 accepted/tizen/unified/20170914.230142 submit/tizen/20170914.083817
Sangchul Lee [Thu, 14 Sep 2017 03:22:30 +0000 (12:22 +0900)]
Remove dependency of libmm-log

[Version] 0.11.23
[Issue Type] Cleanup

Change-Id: I8ffb472f6ce7b119afd5c5f2ce2e538512ab659d
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoRevise dbus error handling codes to be more defensive 86/147386/1
Sangchul Lee [Mon, 4 Sep 2017 06:59:30 +0000 (15:59 +0900)]
Revise dbus error handling codes to be more defensive

[Version] 0.11.22
[Issue Type] Enhancement

Change-Id: Ic433b6e794efc9256799a4bc09cdb535655b8e76
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoUse mutex for focus index only when it is not for session in mm_sound_client_set_focu... 91/146491/3 accepted/tizen/unified/20170901.201019 submit/tizen/20170901.030803
Sangchul Lee [Tue, 29 Aug 2017 04:56:00 +0000 (13:56 +0900)]
Use mutex for focus index only when it is not for session in mm_sound_client_set_focus_reacquisition()

Since the muse server which uses this library for multiple handles executes requests from clients serially,
we can skip locking/unlocking the mutex for this case.

[Version] 0.11.21
[Issue Type] Enhancement

Change-Id: Ib90eb2c5f20086c048c7cae52ee9e4037cab265b
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agofixup! Do not raise() inside signal handler 98/145298/2 accepted/tizen/4.0/unified/20170829.020318 accepted/tizen/unified/20170822.182805 submit/tizen/20170822.051906 submit/tizen_4.0/20170828.100004 submit/tizen_4.0/20170828.110004
Seungbae Shin [Tue, 22 Aug 2017 04:47:04 +0000 (13:47 +0900)]
fixup! Do not raise() inside signal handler

[Version] 0.11.20
[Issue Type] Revise

Change-Id: I62f9cb32009421810581ca689e5e194b5492c645

6 years agofixup! focus-server: Apply umask(0) to change access permissions of its files 97/145297/2
Seungbae Shin [Tue, 22 Aug 2017 04:45:37 +0000 (13:45 +0900)]
fixup! focus-server: Apply umask(0) to change access permissions of its files

Change-Id: Ie36dc6e99bc06f7d38220208f920fe7d22b9f491

6 years agoDo not raise() inside signal handler 93/144893/3 accepted/tizen/unified/20170822.023847 submit/tizen/20170821.085338
Seungbae Shin [Fri, 18 Aug 2017 08:05:02 +0000 (17:05 +0900)]
Do not raise() inside signal handler

[Version] 0.11.19
[Issue Type] Cleanup

Change-Id: I17e3d04d75b54bdec9a29aa45575f32e0de89903

6 years agofocus-server: Apply umask(0) to change access permissions of its files 87/144987/2
Sangchul Lee [Mon, 21 Aug 2017 00:56:12 +0000 (09:56 +0900)]
focus-server: Apply umask(0) to change access permissions of its files

[Version] 0.11.18
[Issue Type] Enhancement

Change-Id: I7a46d3ea7df6cef23301175dccc5d6c4a553fecb
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agofocus-server: fix bug of invoking monitor callback of other nodes 01/144601/1
Sangchul Lee [Thu, 17 Aug 2017 08:05:29 +0000 (17:05 +0900)]
focus-server: fix bug of invoking monitor callback of other nodes

[Version] 0.11.17
[Issue Type] Bug

Change-Id: I630cb5420f2addb4666e398f3fcd38af3143ae51
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agofix invalid parameter in error log 99/144499/1
Sangchul Lee [Thu, 17 Aug 2017 04:35:06 +0000 (13:35 +0900)]
fix invalid parameter in error log

[Version] 0.11.16
[Issue Type] Bug

Change-Id: Ib825e9c02459b5d498d50d4045e1899721710b82
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agofixup! Move volume vconf set to pulseaudio 21/142221/3 accepted/tizen/4.0/unified/20170816.011816 accepted/tizen/unified/20170804.025631 submit/tizen/20170803.072523 submit/tizen_4.0/20170811.094300
Seungbae Shin [Thu, 3 Aug 2017 05:54:43 +0000 (14:54 +0900)]
fixup! Move volume vconf set to pulseaudio

- Fix for returning permission error properly if set_volume without privilege
- Revise codes based on coding rule

[Version] 0.11.15
[Profile] Common
[Issue Type] Bug

Change-Id: I37a8171de8382aa011659d8fd2ac3212d3becd0e

6 years agoAdd notstrip file for TV 33/140133/1 accepted/tizen/unified/20170727.190305 submit/tizen/20170724.103042
Jungsup Lee [Mon, 24 Jul 2017 04:26:32 +0000 (13:26 +0900)]
Add notstrip file for TV

Add libmm-sound.notstrip file

[Version] 0.11.15
[Profile] TV
[Issue Type] Requirement

Signed-off-by: Jungsup Lee <jungsup4.lee@samsung.com>
Change-Id: Ie404d8e31f14faf50dbca8b0a60b0efc21800d77

6 years agoRevise unnecessary logs, remove build warnings 80/139680/2 accepted/tizen/unified/20170721.202218 submit/tizen/20170721.042445
Seungbae Shin [Tue, 18 Jul 2017 07:07:42 +0000 (16:07 +0900)]
Revise unnecessary logs, remove build warnings

[Version] 0.11.14
[Issue Type] Cleanup

Change-Id: I3168b80a822f054a073f76ff7acaf448c2dd01c2

6 years agoFix possible buffer overflow using strncat 51/139351/2 accepted/tizen/unified/20170721.040451 submit/tizen/20170720.045714
Seungbae Shin [Tue, 18 Jul 2017 11:45:33 +0000 (20:45 +0900)]
Fix possible buffer overflow using strncat

+ Remove unnecessary getenv code

[Version] 0.11.13
[Profile] Common
[Issue Type] Security

Change-Id: Ief1e7f38562eacd4a4fea2e04bc726197c1d6d94

6 years agofixup! Fix use-after-free crash during get empty codec slot 65/138965/1 accepted/tizen/unified/20170719.132221 submit/tizen/20170717.021211 submit/tizen/20170718.102010 submit/tizen/20170719.041955
Seungbae Shin [Fri, 14 Jul 2017 11:40:06 +0000 (20:40 +0900)]
fixup! Fix use-after-free crash during get empty codec slot

reset of shutdown timer was missing during new handle is created

[Version] 0.11.12
[Issue Type] Bug

Change-Id: I8915ae1ebbe57d7b34d8889212fd7808b1103802

6 years agoMove volume vconf set to pulseaudio 19/136919/2 accepted/tizen/unified/20170717.021038 submit/tizen/20170713.021221
Seungbae Shin [Mon, 3 Jul 2017 12:23:54 +0000 (21:23 +0900)]
Move volume vconf set to pulseaudio

[Version] 0.11.11
[Profile] Common
[Issue Type] Requirement

Change-Id: I6f8be5668a6e32ad7f498ea6c8c5add6cb45879c

6 years agoRemove capability options in spec file and those will be moved to security-config... 49/136349/3
Sangchul Lee [Thu, 29 Jun 2017 07:14:09 +0000 (16:14 +0900)]
Remove capability options in spec file and those will be moved to security-config package

[Version] 0.11.10
[Issue Type] spec

Change-Id: If6a727c0deb0664b1ed65b3f92d095ab0ebbcbbe
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoFix use-after-free crash during get empty codec slot 86/137086/1 accepted/tizen/unified/20170706.194242 submit/tizen/20170706.113657
Seungbae Shin [Fri, 19 May 2017 10:34:02 +0000 (19:34 +0900)]
Fix use-after-free crash during get empty codec slot

Issue detected using libFuzzer, patch provided by SQE.

[Version] 0.11.9
[Profile] Common
[Issue Type] Enhancement

Change-Id: I9dc7afa7a3733bebd03c634a8400ccfb0aebf0f3

6 years agofocus_server: Apply new macro 34/133734/4 accepted/tizen/unified/20170627.071447 accepted/tizen/unified/20170630.083020 submit/tizen/20170615.073353 submit/tizen/20170626.070954
Sangchul Lee [Tue, 13 Jun 2017 08:08:21 +0000 (17:08 +0900)]
focus_server: Apply new macro

  CONTINUE_IF_LIST_DATA_IS_NULL(x_node, x_list)
  CONTINUE_IF_NOT_MY_FOCUS_NODE(x_node, x_param)

[Version] 0.11.8
[Profile] Common
[Issue Type] Refactoring

Change-Id: I191793ab7fb8b9eebd359b365458f349494a89bf
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agofocus_server: Add support for delivery focus to another node 87/133687/3
Sangchul Lee [Mon, 12 Jun 2017 02:51:42 +0000 (11:51 +0900)]
focus_server: Add support for delivery focus to another node

[Version] 0.11.7
[Profile] Common
[Issue Type] New feature

Change-Id: I685153d97900881e07b0c95e6c405e335da8cf99
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd device property vendor/product id for USB 08/133508/2 accepted/tizen/unified/20170630.082938 submit/tizen/20170614.022225
Jeongho Mok [Mon, 12 Jun 2017 08:31:37 +0000 (17:31 +0900)]
Add device property vendor/product id for USB

[Version] 0.11.6
[Profile] Common
[Issue Type] Enhancement

Change-Id: Ifdfc3f47efd82c6097fa9ef5a4b539ca626bced3

6 years ago[SQE][LibFuzzer] Fix opened file descriptors cleanup in libmm-sound 44/132444/1 accepted/tizen/unified/20170608.072209 submit/tizen/20170607.044604
Seungbae Shin [Mon, 5 Jun 2017 08:08:18 +0000 (17:08 +0900)]
[SQE][LibFuzzer] Fix opened file descriptors cleanup in libmm-sound

[Version] 0.11.5
[Profile] Common
[Issue Type] SQE

Change-Id: I2c241b1d61e5041b68beb3ed9c43eecc2ccdbf24

6 years agotestsuite: Fix fgets error handling branch 85/132085/3 accepted/tizen/unified/20170605.150759 submit/tizen/20170602.051157
Jeongho Mok [Thu, 1 Jun 2017 05:01:39 +0000 (14:01 +0900)]
testsuite: Fix fgets error handling branch

[Version] 0.11.4
[Profile] Common
[Issue Type] Testsuite

Change-Id: I033e141174d39cd3bb69fd760074e984f4fb865f

6 years agoFix invalid signature of mm_sound_get_device_by_id 34/132134/2
Jeongho Mok [Thu, 1 Jun 2017 07:06:12 +0000 (16:06 +0900)]
Fix invalid signature of mm_sound_get_device_by_id

[Version] 0.11.4
[Profile] Common
[Issue Type] Enhancement

Change-Id: I7ffd3ae656937012110ae82e90d505285fa2e6e6

6 years agoGet device by id 37/131637/3
Jeongho Mok [Tue, 30 May 2017 04:44:18 +0000 (13:44 +0900)]
Get device by id

[Version] 0.11.3
[Profile] Common
[Issue Type] Enhancement

Change-Id: I140885278aa8bab3d5fabc5c0a0860b38d6fde9a

6 years agoSkip invoking watch callback if the request is coming from the watch callback 80/129380/4
Sangchul Lee [Tue, 16 May 2017 05:10:43 +0000 (14:10 +0900)]
Skip invoking watch callback if the request is coming from the watch callback

It is possible that request of acquiring/releasing focus can be executed within
focus watch callback. In this case, focus server can try to invoke the focus
watch callback of same node again based on conditions and then it gets blocked.
This patch avoids situation by skipping the callback again.

[Version] 0.11.2
[Issue Type] Enhancement

Change-Id: I2fc337227fa75dfb2d6f660fbc6c2fe4977b0548
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoAdd support for acquiring/releasing focus within focus callback 10/129310/6
Sangchul Lee [Fri, 12 May 2017 05:41:19 +0000 (14:41 +0900)]
Add support for acquiring/releasing focus within focus callback

Added socket infrastructure for new IPC.
Added signal handler to deinitialize resources.

[Version] 0.11.1
[Issue Type] Enhancement

Change-Id: Ia497cc7e651221cc5dcfeb58518194c877cf7458
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
6 years agoRemove version from plugin so, remove symbolic link 44/131244/2 accepted/tizen/unified/20170531.082627 submit/tizen/20170526.083733
Seungbae Shin [Thu, 25 May 2017 13:58:06 +0000 (22:58 +0900)]
Remove version from plugin so, remove symbolic link

few build warnings are removed also

[Version] 0.10.115
[Profile] Common
[Issue Type] Enhancement

Change-Id: Ia6657a1f82b090b9f62ee0b05c33426b7116ee3c

6 years agoAdd exception case as per the previous session policy when releasing focus 38/128738/1 accepted/tizen/unified/20170511.173106 submit/tizen/20170511.042527 tizen_4.0.m1_release
Sangchul Lee [Thu, 11 May 2017 07:26:15 +0000 (16:26 +0900)]
Add exception case as per the previous session policy when releasing focus

 - session resumption is only available for media session.

[Version] 0.10.115
[Issue Type] Backward compatibility

Change-Id: I2d56838d0eb3d4c3116115205dd2e81842a439b8
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoFOCUS_TYPE_BOTH can be passed to argument of mm_sound_mgr_focus_get_stream_type_of_ac... 68/127868/1
Sangchul Lee [Tue, 18 Apr 2017 01:04:30 +0000 (10:04 +0900)]
FOCUS_TYPE_BOTH can be passed to argument of mm_sound_mgr_focus_get_stream_type_of_acquired_focus()

Some codes that check validation of arguments are also added.

[Version] 0.10.114
[Profile] Common
[Issue Type] Enhancement

Change-Id: Ie286d59afe7c98bb5f0c7774b19a660dedc4a057
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoInvoke focus watch callback when unregistering node with acquired state 67/127867/1
Sangchul Lee [Fri, 14 Apr 2017 07:16:35 +0000 (16:16 +0900)]
Invoke focus watch callback when unregistering node with acquired state

Even though there's no node which has lost the focus by this unregistering node,
focus watch callbacks should be called in contrast with focus state callback.
Revise wrong condition of invoking monitor callback.

[Version] 0.10.113
[Profile] Common
[Issue Type] Bug fix

Change-Id: I83fb18081ea94f4e26f7a3aaf158fb0357d7a108
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoSimulate monitor handle of audio session manager 74/124974/2
Sangchul Lee [Wed, 12 Apr 2017 00:19:41 +0000 (09:19 +0900)]
Simulate monitor handle of audio session manager

This patch simulates asm monitor handle that is used by sound-manager session interrupted callback.

[Version] 0.10.112
[Profile] Common
[Issue Type] Backward compatibility

Change-Id: Icffabc332f2e2bee3d48a610b1369fb584832868
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoFix to skip decreasing repeat count in case of inifinite play in mm_sound_plugin_code... 87/127687/1 accepted/tizen/unified/20170502.165405 submit/tizen/20170502.041616
Sangchul Lee [Fri, 28 Apr 2017 08:57:52 +0000 (17:57 +0900)]
Fix to skip decreasing repeat count in case of inifinite play in mm_sound_plugin_codec_wave.c

[Version] 0.10.111
[Profile] Common
[Issue Type] Fix Bug

Change-Id: If8ca4a90a0f4b22ed22edf41106c8e21cc1b7fe0
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoInvoke stop callback always 76/127476/2 accepted/tizen/unified/20170428.032929 submit/tizen/20170427.124253
Jeongho Mok [Thu, 27 Apr 2017 10:13:26 +0000 (19:13 +0900)]
Invoke stop callback always

[Version] 0.10.110
[Profile] Common
[Issue Type] Fix Bug

Change-Id: I62a7907b11cafccf7d277ef435ca9a4ddc4892a1

7 years agoFix SVACE defects 81/125981/1 accepted/tizen/unified/20170420.155242 submit/tizen/20170420.054453
Seungbae Shin [Wed, 19 Apr 2017 13:17:08 +0000 (22:17 +0900)]
Fix SVACE defects

[Version] 0.10.109
[Profile] Common
[Issue Type] Security

Change-Id: I7d16be3762d2cb156c627c4efa1c3c7dea12ed9f

7 years agodbus:policy:remove unknown user name 'default' 08/122908/1
sanghyeok.oh [Tue, 4 Apr 2017 03:04:49 +0000 (12:04 +0900)]
dbus:policy:remove unknown user name 'default'

In case of TM1, there are no user with name 'default'.
Feb 19 09:40:21 localhost dbus-daemon[354]: Unknown username "default" in message bus configuration file

Change-Id: Idf132bc0cdea637a668307d3f2bdec0eb24a3472
Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
7 years agoRemove unused headers and functions 75/122075/4 accepted/tizen/unified/20170406.055048 submit/tizen/20170405.072228
Jeongho Mok [Thu, 30 Mar 2017 06:02:27 +0000 (15:02 +0900)]
Remove unused headers and functions

[Version] 0.10.108
[Profile] Common
[Issue Type] Cleanup

Change-Id: Ieced8f9c0482c51eb3a00a4f718204ccea60c0aa

7 years agolibmm-sound: add new sound filter API 98/87398/20
KimJeongYeon [Wed, 7 Sep 2016 06:55:43 +0000 (15:55 +0900)]
libmm-sound: add new sound filter API

Filter APIs (for proposal)
 1) int mm_sound_set_filter(const char *stream_type, const char *filter_name, const char *filter_parameters, const char *filter_group)
 2) int mm_sound_unset_filter(const char *stream_type)
 3) int mm_sound_control_filter(const char *stream_type, const char *filter_name, const char *filter_controls)

[Version] 0.10.107
[Profile] Common
[Issue Type] New Feature

Signed-off-by: KimJeongYeon <jeongyeon.kim@samsung.com>
Change-Id: Ibfc2b2d00739b84d12742b014565a2b83bf43833

7 years agoRevise code 78/82178/12
Seungbae Shin [Wed, 20 Jul 2016 13:03:37 +0000 (22:03 +0900)]
Revise code

1. fix stop sync & no callback when stop
2. remove ogg tremolo code
3. use sndfile on wav plugin (support both .wav and .ogg...)
4. fix for coding rule
5. enable focus_integration
6. remove unused mm_source
7. revise shutdown logic
8. fix invalid path handling

Change-Id: Ia6bc8e167fd4f69ac6e68dda96633f37882ff530

7 years agofixup! Enhance session backward compatibility 18/121218/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170329.172623 accepted/tizen/ivi/20170329.222747 accepted/tizen/mobile/20170329.222615 accepted/tizen/tv/20170329.222658 accepted/tizen/unified/20170329.222806 accepted/tizen/wearable/20170329.222722 submit/tizen/20170329.121135
Sangchul Lee [Mon, 27 Mar 2017 07:52:49 +0000 (16:52 +0900)]
fixup! Enhance session backward compatibility

Fix invalid length to compare ext_info array with predefined string

[Version] 0.10.106
[Profile] Common
[Issue Type] Bug fix

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

7 years agoUse license macro in spec 74/120274/3
Jeongho Mok [Wed, 22 Mar 2017 07:51:13 +0000 (16:51 +0900)]
Use license macro in spec

[Version] 0.10.105
[Profile] Common
[Issue Type] License

Change-Id: I0875eb154e38fe38719fe7c5d9f7f34110a57f79

7 years agoMerge branch 'tizen_3.0' into tizen 29/120829/2
Jeongho Mok [Fri, 24 Mar 2017 09:42:22 +0000 (18:42 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I108ce602053ba7af01386224687a8e03c69dfd29

7 years agoFix SVACE defects 40/120640/1
Seungbae Shin [Thu, 23 Mar 2017 11:41:30 +0000 (20:41 +0900)]
Fix SVACE defects

[Version] 0.10.105
[Profile] Common
[Issue Type] Security

Change-Id: I60e738479c88a43070dd8ac71967ca57381d53eb

7 years agoEnhance session backward compatibility 78/120178/3
Sangchul Lee [Wed, 22 Mar 2017 04:17:40 +0000 (13:17 +0900)]
Enhance session backward compatibility

In case of audio-io, mm-player, mm-camcorder, it provides interrupted_cb API to inform session resumption
to an application. Even if this callback function notifies resumption situation, the application can determine
whether resume previous stream or not in this callback. This patch is to make that when invoking focus state
changed callback for acquiring, the state of the node managed in focus server will not be updated rather
updated when the next request to acquire focus is coming from the application side.

[Version] 0.10.104
[Profile] Common
[Issue Type] Backward compatibility

Change-Id: I9d99ade37c07903cae235b0c2960dbd498306622
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoAdd mm_sound_client_request_unset_focus_watch_callback() to set a flag for skipping... 47/119547/5
Sangchul Lee [Fri, 17 Mar 2017 08:20:22 +0000 (17:20 +0900)]
Add mm_sound_client_request_unset_focus_watch_callback() to set a flag for skipping invoke user callback

[Version] 0.10.103
[Profile] Common
[Issue Type] Enhancement

Change-Id: Ibf57ae5d51014cf353610f06c8e73379e915ff34
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoAdd condition to skip invoking focus callback in case of unregistering without releas... 51/119751/1
Sangchul Lee [Mon, 20 Mar 2017 04:09:15 +0000 (13:09 +0900)]
Add condition to skip invoking focus callback in case of unregistering without releasing focus

For session backward compatibility, there can be serveral nodes that have focus in the same process.
Check focus status of other node that has same pid as the focus node's that requested to unregister
to skip invoking focus callback if a node with acquired status exists.

[Version] 0.10.102
[Profile] Common
[Issue Type] Bug fix

Change-Id: I2c213ecacc9da743cc2b0359bf57ba5b38c17c82
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoAdd support for mm_sound_set_focus_reacquisition_for_session function 56/119456/2
Sangchul Lee [Fri, 17 Mar 2017 05:09:59 +0000 (14:09 +0900)]
Add support for mm_sound_set_focus_reacquisition_for_session function

[Version] 0.10.101
[Profile] Common
[Issue Type] Backward compatibility

Change-Id: Ie8e85d7d83fa3f4b29482d1ea2431e2978a87979
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoMerge branch 'tizen_3.0' into tizen 33/119333/1
Seungbae Shin [Thu, 16 Mar 2017 10:31:50 +0000 (19:31 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: Ic493e54d2c4bb7d1583fa98af1e22b605ab22eb1

7 years agoMake sure the focus loop is running within _focus_init_context() 80/119180/6 accepted/tizen/3.0/common/20170320.130433 accepted/tizen/3.0/ivi/20170320.080507 accepted/tizen/3.0/mobile/20170320.074924 accepted/tizen/3.0/tv/20170320.075841 accepted/tizen/3.0/wearable/20170320.080129 submit/tizen_3.0/20170317.034449
Sangchul Lee [Thu, 16 Mar 2017 02:23:56 +0000 (11:23 +0900)]
Make sure the focus loop is running within _focus_init_context()

[Version] 0.10.100
[Profile] Common
[Issue Type] Enhancement

Change-Id: Icf003ecc57c716ec3430f1cbd3a5e49e9f10a708
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoReturn error in tone parse 34/118534/4
Jeongho Mok [Mon, 13 Mar 2017 04:52:41 +0000 (13:52 +0900)]
Return error in tone parse

[Version] 0.10.99
[Profile] Common
[Issue Type] Fix Bug

Change-Id: I96f4cd806b257ea00d7dea9c72dc61da80d2bd9c

7 years agoAdd support for AUDIO_METHOD_UPDATE_STREAM_FOCUS_STATUS to update stream focus status... 26/118626/5
Sangchul Lee [Mon, 13 Mar 2017 08:54:48 +0000 (17:54 +0900)]
Add support for AUDIO_METHOD_UPDATE_STREAM_FOCUS_STATUS to update stream focus status to pulseaudio

[Version] 0.10.98
[Profile] Common
[Issue Type] Add feature

Change-Id: Iefff4c4b0acd32c3c6a327e01c43a3fc03892cd0
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoUse focus handle pointer as user data of g_source_set_callback 64/117364/5
Sangchul Lee [Mon, 6 Mar 2017 00:41:26 +0000 (09:41 +0900)]
Use focus handle pointer as user data of g_source_set_callback

[Version] 0.10.97
[Profile] Common
[Issue Type] Refactorying

Change-Id: I20bf3a5311261bcfa84f402678232dbd3c48247f
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoMerge branch 'tizen_3.0' into tizen 91/117891/1
Seungbae Shin [Wed, 8 Mar 2017 03:40:08 +0000 (12:40 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: Iedd2c6d77aefec9970ebe6123e402f606592cb49

7 years agoRevise focus callback 70/117570/7 accepted/tizen/3.0/common/20170314.132356 accepted/tizen/3.0/ivi/20170314.081337 accepted/tizen/3.0/mobile/20170314.081003 accepted/tizen/3.0/tv/20170314.081124 accepted/tizen/3.0/wearable/20170314.081228 submit/tizen_3.0/20170308.033926
Seungbae Shin [Mon, 6 Mar 2017 12:11:54 +0000 (21:11 +0900)]
Revise focus callback

[Version] 0.10.96
[Profile] Common
[Issue Type] Enhancement

Change-Id: Ib48412bafd40116cf2a7177e1ca75d387b2bc5dd

7 years agoMerge branch 'tizen_3.0' into tizen 13/116913/1 accepted/tizen/common/20170303.090713 accepted/tizen/ivi/20170303.004802 accepted/tizen/mobile/20170303.004712 accepted/tizen/tv/20170303.004736 accepted/tizen/unified/20170309.033349 accepted/tizen/wearable/20170303.004747 submit/tizen/20170302.115149 submit/tizen_unified/20170308.100408
Seungbae Shin [Thu, 2 Mar 2017 03:46:54 +0000 (12:46 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: Id0ce98b85f363e2700358519763c31e692e19cb5

7 years agoRevise focus callback context 32/116432/3 accepted/tizen/3.0/common/20170302.075649 accepted/tizen/3.0/ivi/20170302.034033 accepted/tizen/3.0/mobile/20170302.033906 accepted/tizen/3.0/tv/20170302.033952 accepted/tizen/3.0/wearable/20170302.034012 submit/tizen_3.0/20170228.000412
Sangchul Lee [Fri, 24 Feb 2017 08:39:21 +0000 (17:39 +0900)]
Revise focus callback context

Make new focus callback context for each focus handle

[Version] 0.10.95
[Profile] Common
[Issue Type] Enhancement

Change-Id: I4097198a18e0c0cab69e41a7c24bc227ee8fd21a
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoMerge branch 'tizen_3.0' into tizen 89/114689/1 submit/tizen/20170214.125635
Seungbae Shin [Tue, 14 Feb 2017 11:34:13 +0000 (20:34 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I2037657f5a355a60197e30841c97721c9feb0c6a

7 years agoSupport ogg loop playback 97/114497/5 accepted/tizen/3.0/common/20170215.121255 accepted/tizen/3.0/ivi/20170215.034232 accepted/tizen/3.0/mobile/20170215.033717 accepted/tizen/3.0/tv/20170215.033947 accepted/tizen/3.0/wearable/20170215.034103 submit/tizen_3.0/20170214.112531
Seungbae Shin [Mon, 13 Feb 2017 12:34:12 +0000 (21:34 +0900)]
Support ogg loop playback

[Version] 0.10.94
[Profile] Common
[Issue Type] Feature

Change-Id: I80fd9c6625387632160659260e322a3d96d2368e

7 years agoMerge patch for tone sound 07/113807/5
eonseok.lee [Thu, 9 Feb 2017 02:12:30 +0000 (11:12 +0900)]
Merge patch for tone sound
- Two stops for the same slot in toneplayer create issue
- tone play does not stop issue

[Model] tizen3.0
[BinType] AP
[Customer] OPEN
[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A
[Problem] Two stops for the same slot in toneplayer create issue/tone
 10 play does not stop issue
[Cause & Measure] sound_stop is called two times with the same
 handle/start and stop is too fast
[Checking Method] N/A
[Team] MMFW
[Developer] eonseok.lee
[Solution company] Samsung
[Change Type] N/A

Change-Id: Icad5cffc69909c0e3b3834660bb4d72071df5204

7 years agoMerge branch 'tizen_3.0' into tizen 65/114565/1
Seungbae Shin [Tue, 14 Feb 2017 05:06:13 +0000 (14:06 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I38567d2ad6be24a35f5f16baa4737c4c83020796

7 years agoFix bug of converting voice sound_type to stream_type 35/114535/1
Seungbae Shin [Tue, 14 Feb 2017 02:13:02 +0000 (11:13 +0900)]
Fix bug of converting voice sound_type to stream_type

[Version] 0.10.93
[Profile] Common
[Issue Type] Bug

Change-Id: Ie2af4155ee05d691ec01d99df7b6a4e1c9a6e719

7 years agoRemove unnecessary global list of subscribed signal 30/113830/3 accepted/tizen/3.0/common/20170214.180613 accepted/tizen/3.0/ivi/20170214.042615 accepted/tizen/3.0/mobile/20170214.042528 accepted/tizen/3.0/tv/20170214.042545 accepted/tizen/3.0/wearable/20170214.042601 submit/tizen_3.0/20170213.103000
Seungbae Shin [Thu, 9 Feb 2017 04:51:27 +0000 (13:51 +0900)]
Remove unnecessary global list of subscribed signal

[Version] 0.10.92
[Profile] Common
[Issue Type] Clean up

Change-Id: Id5a72c723e8cc3f438c08d3bc9b855cb56832c63

7 years agoRemove useless parameters(route_info, priority) regarding audio path routing since... 98/112898/2 accepted/tizen/3.0/common/20170213.160907 accepted/tizen/3.0/ivi/20170213.035337 accepted/tizen/3.0/mobile/20170213.035234 accepted/tizen/3.0/tv/20170213.035300 accepted/tizen/3.0/wearable/20170213.035324 submit/tizen_3.0/20170210.094941
Sangchul Lee [Fri, 3 Feb 2017 07:14:30 +0000 (16:14 +0900)]
Remove useless parameters(route_info, priority) regarding audio path routing since Tizen 3.0

[Version] 0.10.91
[Profile] Common
[Issue Type] Clean up

Change-Id: Ifdce998ae0ac6b32cdb4f1df681161ab11bf6cc4
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoDo not invoke user callback if it is not supported type in _dbus_signal_callback() 73/113773/2
Sangchul Lee [Thu, 9 Feb 2017 01:18:15 +0000 (10:18 +0900)]
Do not invoke user callback if it is not supported type in _dbus_signal_callback()

[Version] 0.10.90
[Profile] Common
[Issue Type] Bug fix

Change-Id: I65fb532ea958195fda3f5b47497a4a6fe4dc8ee2
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoDivide logic to invoke some focus functions within main context 45/113645/4
Sangchul Lee [Wed, 8 Feb 2017 05:29:50 +0000 (14:29 +0900)]
Divide logic to invoke some focus functions within main context

This is applied to mm_sound_unset_focus_watch_callback()/mm_sound_unregister_focus()

[Version] 0.10.89
[Profile] Common
[Issue Type] Enhancement

Change-Id: I19dc2cc6b4b980c4d02efbc69ef7c35dd1cd21b7
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoMerge branch 'tizen_3.0' into tizen 53/112753/1 accepted/tizen/common/20170203.161644 accepted/tizen/ivi/20170203.090756 accepted/tizen/mobile/20170203.090706 accepted/tizen/tv/20170203.090726 accepted/tizen/wearable/20170203.090741 submit/tizen/20170203.032235
Seungbae Shin [Thu, 2 Feb 2017 12:17:39 +0000 (21:17 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I0a699721c3989dc3272977162bb9b8bb5f419050

7 years agoGenerate /tmp/.sound_server_ready as well as /tmp/.focus_server_ready for compatibility 50/112750/3 accepted/tizen/3.0/common/20170203.150916 accepted/tizen/3.0/ivi/20170203.090340 accepted/tizen/3.0/mobile/20170203.090134 accepted/tizen/3.0/tv/20170203.090238 accepted/tizen/3.0/wearable/20170203.090311 submit/tizen_3.0/20170202.094603
Seungbae Shin [Thu, 2 Feb 2017 11:54:10 +0000 (20:54 +0900)]
Generate /tmp/.sound_server_ready as well as /tmp/.focus_server_ready for compatibility

[Version] 0.10.88
[Profile] Common
[Issue Type] Dependancy

Change-Id: I20ed19b4282bb2e94fd1c24de8b50469b2728354

7 years agoMerge branch 'tizen_3.0' into tizen 19/112719/1 accepted/tizen/common/20170203.161623 accepted/tizen/ivi/20170203.023107 accepted/tizen/mobile/20170203.023020 accepted/tizen/tv/20170203.023037 accepted/tizen/wearable/20170203.023054 submit/tizen/20170202.111238
Seungbae Shin [Thu, 2 Feb 2017 09:55:57 +0000 (18:55 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: I572bf70e1d33553edfff0cf02716cefc304782f1

7 years agoEnable focus_server_ready for all profile. 86/112686/4
Seungbae Shin [Thu, 2 Feb 2017 07:35:48 +0000 (16:35 +0900)]
Enable focus_server_ready for all profile.

[Version] 0.10.87
[Profile] Common
[Issue Type] Dependancy

Change-Id: Id993f545ee49779d4e60c1246be1246b3a596b0b

7 years agosound-server: Enable session backward compatibility and fix codes to pass session... 85/112685/2
Sangchul Lee [Thu, 2 Feb 2017 07:29:07 +0000 (16:29 +0900)]
sound-server: Enable session backward compatibility and fix codes to pass session option to MMSoundMgrCodecPlay()

[Version] 0.10.86
[Profile] Common
[Issue Type] Bug fix

Change-Id: I6342be16fc11fb24e1b715ab60b8c523951e7497
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
7 years agoFix memory leak (sound-server) : valgrind 69/112569/2
Seungbae Shin [Wed, 1 Feb 2017 12:36:02 +0000 (21:36 +0900)]
Fix memory leak (sound-server) : valgrind

[Version] 0.10.85
[Profile] Common
[Issue Type] Memory Leak

Change-Id: I0dd98fd197947fd3f482260c787455da50efb585

7 years agoFix memory leak : valgrind 86/112386/7 accepted/tizen/3.0/common/20170202.151059 accepted/tizen/3.0/ivi/20170202.085717 accepted/tizen/3.0/mobile/20170202.085634 accepted/tizen/3.0/tv/20170202.085646 accepted/tizen/3.0/wearable/20170202.085700 submit/tizen_3.0/20170201.113021
Seungbae Shin [Tue, 31 Jan 2017 14:10:48 +0000 (23:10 +0900)]
Fix memory leak : valgrind

[Version] 0.10.85
[Profile] Common
[Issue Type] Memory Leak

Change-Id: I1d5878e0517741ea1b5176dd634010c9680ac820

7 years agoFix incorrect rpm-build macros 99/104899/3
MyungJoo Ham [Wed, 14 Dec 2016 13:52:45 +0000 (22:52 +0900)]
Fix incorrect rpm-build macros

1. 'tizen_profile_name' is recognized only in GBM build servers (private).
  Make it explicit.

   : It is highly recommended NOT to use in-code ifdef/endif with profile: TIZEN_TV
   Please remove all of them soon. (This will be incomaptible with Tizen 4.0)

2. TIZEN_MICRO is useless.

3. tizen_audio_feature_bludetooth_enable is useless

Change-Id: I9885f415b1e8604d34a0187250292187b8ef9969
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
7 years agoMerge branch 'tizen_3.0' into tizen 77/111677/1 accepted/tizen/common/20170123.182437 accepted/tizen/ivi/20170125.085013 accepted/tizen/mobile/20170125.084901 accepted/tizen/tv/20170125.084925 accepted/tizen/wearable/20170125.084945 submit/tizen/20170123.131118
Seungbae Shin [Mon, 23 Jan 2017 10:10:36 +0000 (19:10 +0900)]
Merge branch 'tizen_3.0' into tizen

Change-Id: Ia61bd7c6dc30464d433cbf083e1929713e4301b0

7 years agoAdd protection code for focus-callback creation 45/110645/3 accepted/tizen/3.0/common/20170124.081313 accepted/tizen/3.0/ivi/20170124.042417 accepted/tizen/3.0/mobile/20170124.042250 accepted/tizen/3.0/tv/20170124.042320 accepted/tizen/3.0/wearable/20170124.042349 submit/tizen_3.0/20170123.123302
Seungbae Shin [Tue, 17 Jan 2017 09:06:35 +0000 (18:06 +0900)]
Add protection code for focus-callback creation

[Version] 0.10.84
[Profile] Common
[Issue Type] Debug

Change-Id: Ib91e9fca348bae24b6bd446236d91eef25c96506

7 years agoDo not refresh taken id if acquire focus block by policy 78/111578/1
Wu Nannan [Fri, 20 Jan 2017 09:23:55 +0000 (17:23 +0800)]
Do not refresh taken id if acquire focus block by policy

[Version] 0.10.83
[Profile] Common
[Issue Type] Bug fix
[Problem] music not resume after ringtone call end , if request play during ringtone

Change-Id: I42f2c0b49ab7992d5e541243eacf940b1b5c8401