platform/core/multimedia/libmm-player.git
2 years ago[0.6.261] Set h264parse to send SPS/PPS with every IDR frame if v4l2h264dec is used 90/264790/2 accepted/tizen/6.5/unified/20211028.122636 accepted/tizen/unified/20211001.001304 accepted/tizen/unified/20211007.154731 submit/tizen/20210930.035859 submit/tizen/20211007.090107 submit/tizen/20211026.082429 submit/tizen_6.5/20211028.162401 tizen_6.5.m2_release
Gilbok Lee [Thu, 30 Sep 2021 00:27:49 +0000 (09:27 +0900)]
[0.6.261] Set h264parse to send SPS/PPS with every IDR frame if v4l2h264dec is used

- v4l2h264decoder stream format is byte-stream.
  decoder gets error if player disables/enables audio-only mode during playback,
  because SPS/PPS is not received in that situation.

Change-Id: I117856f539bbe76c4ccca7692c5f927c25e6ceb2

2 years ago[0.6.260] fix coverity issue 45/264745/1 accepted/tizen/unified/20211001.001328 submit/tizen/20210929.063733
Eunhye Choi [Wed, 29 Sep 2021 05:51:33 +0000 (14:51 +0900)]
[0.6.260] fix coverity issue

Change-Id: I4ee953eb5004575612675b0ecebbe6cd99fef5ee

2 years ago[0.6.259] remove invalid object unref 06/264606/2 submit/tizen/20210928.034031
Eunhye Choi [Mon, 27 Sep 2021 06:20:14 +0000 (15:20 +0900)]
[0.6.259] remove invalid object unref

- after calling gst_bin_remove, the element is removed
  and the reference is cleard too.

Change-Id: Iffb267d092160c0b467f32a9aafbc72837ddb2d3

2 years ago[0.6.258] Use video overlay interface to set exported shell handle 60/261560/2
Hyunil [Wed, 21 Jul 2021 06:53:07 +0000 (15:53 +0900)]
[0.6.258] Use video overlay interface to set exported shell handle

- Use gst_video_overlay_set_wl_window_exported_shell_handle()
- Remove g_object_set() but it is available.

Change-Id: I340502081f130a6b3ab64522c16766eeea1ea7e7
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
2 years ago[0.6.257] fix coverity issue 78/261678/1 accepted/tizen/unified/20210723.122801 submit/tizen/20210722.093020
Eunhye Choi [Thu, 22 Jul 2021 09:03:44 +0000 (18:03 +0900)]
[0.6.257] fix coverity issue

Change-Id: I5ba21aa62ca611c0e81fed3b458e6cd757f937c9

2 years ago[0.6.256] Apply video rendering for MM_DISPLAY_SURFACE_OVERLAY_SYNC_UI type 20/258220/4 accepted/tizen/unified/20210720.123530 submit/tizen/20210719.045446
Hyunil [Wed, 12 May 2021 08:08:56 +0000 (17:08 +0900)]
[0.6.256] Apply video rendering for MM_DISPLAY_SURFACE_OVERLAY_SYNC_UI type

- Add MMPLAYER_ATTR_DISPLAY_EXPORTED_SHELL_HANDLE attribute
- Add setting exported-shell-handle to videosink
- Modify video rendering condition

Change-Id: Iad35f88aaf2db419802c144968461287512d62b4
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
2 years ago[0.6.255] Change path of configuration file 67/259167/1 accepted/tizen/unified/20210608.131710 submit/tizen/20210604.030216
Gilbok Lee [Wed, 2 Jun 2021 00:36:14 +0000 (09:36 +0900)]
[0.6.255] Change path of configuration file

Change-Id: I9afa4b839734c351a3cc609eff4a29602fa2a924

2 years ago[0.6.254] fix mem leak 89/258889/1 accepted/tizen/unified/20210602.122637 submit/tizen/20210531.015432
Eunhye Choi [Thu, 27 May 2021 07:09:28 +0000 (16:09 +0900)]
[0.6.254] fix mem leak

- reported by coverity

Change-Id: Ia34f9e796d02cde6a3bb97a98b543429dd6403ab

2 years agoRemove unnecessary code 02/258202/2
desperadok [Wed, 12 May 2021 06:36:31 +0000 (15:36 +0900)]
Remove unnecessary code

After retrieving samplerate from attrs, it always overwritten by value
from caps

Change-Id: Ibbf9261b03c7b7a99cd3decc33f22e3852763e14

3 years ago[0.6.253] Fix wrong memory free, when the pipeline is destroyed 92/257192/1 accepted/tizen/unified/20210422.005409 submit/tizen/20210421.110538
Gilbok Lee [Tue, 20 Apr 2021 08:31:24 +0000 (17:31 +0900)]
[0.6.253] Fix wrong memory free, when the pipeline is destroyed

- videobin is already freed in _mmplayer_gst_decode_pad_removed()

Change-Id: Ic92d041eeb6e3967c08ac30cf3c8125e72be510e

3 years ago[0.6.252] support stream switch in case of hls and dash 08/256408/2
Eunhye Choi [Fri, 2 Apr 2021 05:21:12 +0000 (14:21 +0900)]
[0.6.252] support stream switch in case of hls and dash

- if new stream is detected during adaptive streaming playback,
  autoplug-continue signal could be emitted.
  The cb should return TRUE to support stream switch.

Change-Id: Ie9d9288ef9b6f41cb255783890cffc7aa18495c8

3 years ago[0.6.251] Release videobin signal in pad_removed callback 68/250968/1 accepted/tizen/unified/20210113.121046 submit/tizen/20210112.010247
Gilbok Lee [Thu, 31 Dec 2020 05:47:54 +0000 (14:47 +0900)]
[0.6.251] Release videobin signal in pad_removed callback

- Invalid read detected in valgrind when player interrupted situation

Change-Id: If652318561413791dc98bf4617bda16b3ced6e19

3 years ago[0.6.250] Improve to defend the spurious wakeup issue of g_cond_wait_until() 07/248907/1
Sangchul Lee [Thu, 3 Dec 2020 06:46:53 +0000 (15:46 +0900)]
[0.6.250] Improve to defend the spurious wakeup issue of g_cond_wait_until()

It is expressed in
: https://developer.gnome.org/glib/stable/glib-Threads.html#g-cond-wait-until

Change-Id: Id5d35f6a403df01c7a976dff7a3b825217f9ba34
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
3 years ago[0.6.249] Post INTERRUPT_STARTED message before _mmplayer_unrealize 51/247451/2 accepted/tizen/unified/20201113.130842 submit/tizen/20201112.022411
Gilbok Lee [Wed, 11 Nov 2020 05:01:38 +0000 (14:01 +0900)]
[0.6.249] Post INTERRUPT_STARTED message before _mmplayer_unrealize

Change-Id: I822ca506728b33c879eb78e62e2d5594743056bd

3 years ago[0.6.248] Post FLUSH_BUFFER message to retrieve exported buffers 17/247317/2 submit/tizen/20201110.045527
Gilbok Lee [Tue, 10 Nov 2020 01:26:33 +0000 (10:26 +0900)]
[0.6.248] Post FLUSH_BUFFER message to retrieve exported buffers

- change message name MM_MESSAGE_GAPLESS_CONSTRUCTION to MM_MESSAGE_FLUSH_BUFFER

Change-Id: Ib4231615b841ff254031c9cc261357f5b0fe723d

3 years ago[0.6.247] resolve deadlock during abort_pause 28/246428/2 submit/tizen/20201104.065942
Eunhye Choi [Thu, 29 Oct 2020 07:23:50 +0000 (16:23 +0900)]
[0.6.247] resolve deadlock during abort_pause

- set the sinkbin state manually to avoid deadlock
- deadlock could be occurred when player set ready state to pipeline
  just before linking sinkbin

Change-Id: I17eb142ea70e85c40da7454b2f2d20f910ee4151

3 years ago[0.6.246] Set h264parse to send SPS/PPS with every IDR frame if omxdec_h264 is used. 47/245947/2 accepted/tizen/unified/20201102.124441 submit/tizen/20201028.052639
Gilbok Lee [Tue, 20 Oct 2020 08:50:36 +0000 (17:50 +0900)]
[0.6.246] Set h264parse to send SPS/PPS with every IDR frame if omxdec_h264 is used.

- The OMX decoder gets error if the player disables audio-only mode during playback,
  because SPS/PPS is not received in that situation.

Change-Id: I297e96983b8c6c7514ea98fc93cb6036c5f97e47

3 years ago[0.6.245] fix crash when video stream is disabled 39/245939/1
Eunhye Choi [Tue, 20 Oct 2020 07:42:38 +0000 (16:42 +0900)]
[0.6.245] fix crash when video stream is disabled

- when the select-stream event is sent to pipeline
  it access invalid sink resource during handling it.
- the select-stream event should be sent to uridecodebin3 directly.

Change-Id: I2bd886f0b70b5ce1d7f562eb8fb6884ad9f1f286

3 years ago[0.6.244] Fix the bug that does not disconnect pad signal 95/245595/2
Gilbok Lee [Tue, 13 Oct 2020 02:38:33 +0000 (11:38 +0900)]
[0.6.244] Fix the bug that does not disconnect pad signal

Change-Id: Ie9a4094dcb13419a606eeb3169869a5cbd5b5f6f

3 years ago[0.6.243] Remove libmm-utility dependency 91/245191/9
Eunhye Choi [Mon, 5 Oct 2020 07:45:17 +0000 (16:45 +0900)]
[0.6.243] Remove libmm-utility dependency

- remove libmm-utility dependency for headless

Change-Id: I17e4b36aec0784187049b4e7469759c7c63158ec

3 years ago[0.6.242] Check MMPLAYER_BUS_WATCHER_WAIT_UNTIL() return value, when remove bus watcher 87/245187/4
Gilbok Lee [Mon, 5 Oct 2020 07:19:05 +0000 (16:19 +0900)]
[0.6.242] Check MMPLAYER_BUS_WATCHER_WAIT_UNTIL() return value, when remove bus watcher

Change-Id: Ia4ae724ddf204a829277f19610a0bcd6ef2a7422

3 years agoMerge "Revert "[0.6.234] Disable ringbuffer in queue2 when streaming mp3"" into tizen
Gilbok Lee [Mon, 5 Oct 2020 07:22:17 +0000 (07:22 +0000)]
Merge "Revert "[0.6.234] Disable ringbuffer in queue2 when streaming mp3"" into tizen

3 years agoRevert "[0.6.234] Disable ringbuffer in queue2 when streaming mp3" 83/245183/1
Gilbok Lee [Mon, 5 Oct 2020 07:07:50 +0000 (16:07 +0900)]
Revert "[0.6.234] Disable ringbuffer in queue2 when streaming mp3"

This reverts commit d5fec5b9bca75865ad9e768db1d1943fcfdf16f4.

Change-Id: Icb369c48a395baf800214a96fd41063c47f93aba

3 years ago[0.6.241] apply select-stream event for audio only 15/244415/2 accepted/tizen/6.0/unified/20201030.114439 accepted/tizen/6.0/unified/hotfix/20201103.004303 accepted/tizen/unified/20200921.095130 submit/tizen/20200921.015926 submit/tizen_6.0/20201029.205104 submit/tizen_6.0_hotfix/20201102.192504 submit/tizen_6.0_hotfix/20201103.114804 tizen_6.0.m2_release
Eunhye Choi [Fri, 18 Sep 2020 08:06:20 +0000 (17:06 +0900)]
[0.6.241] apply select-stream event for audio only

- keep the previous path for decodebin2
- apply select-stream event with uridecodebin3
  to release decoder and display resource in case
  the audio-only is enabled.

Change-Id: I559c352f8b1496b135af5218ed15467effd837e1

3 years ago[0.6.240] Fix coverity issues 93/244193/1 accepted/tizen/unified/20200916.212654 submit/tizen/20200916.082856
Gilbok Lee [Wed, 16 Sep 2020 01:37:56 +0000 (10:37 +0900)]
[0.6.240] Fix coverity issues

- Missing unlock, Double free

Change-Id: Ied1781d04f3177a36762658c07e704a69edba382

3 years ago[0.6.239] Fix memory leak 69/243769/3 accepted/tizen/unified/20200915.014531 submit/tizen/20200914.081919
Gilbok Lee [Thu, 10 Sep 2020 02:55:17 +0000 (11:55 +0900)]
[0.6.239] Fix memory leak

Change-Id: Ifd794cae579d92ba8bb1d52a0f676e397039f20e

3 years ago[0.6.238] Fix memory leak due to without unref source element 72/243572/4 submit/tizen/20200909.015028
Gilbok Lee [Tue, 8 Sep 2020 08:11:35 +0000 (17:11 +0900)]
[0.6.238] Fix memory leak due to without unref source element

- Create __mmplayer_rtsp_src_setup() for clean code

Change-Id: Ia2295f1e3d58012389f2a8edc8faa0380faa230d

3 years ago[0.6.237] Apply audio caps when samplerate or channel is changed 36/243236/6
Gilbok Lee [Fri, 4 Sep 2020 06:55:58 +0000 (15:55 +0900)]
[0.6.237] Apply audio caps when samplerate or channel is changed

- remove deadcode

Change-Id: I035c36affbf9120763e87b41440b83906a9bdd0b

3 years ago[0.6.236] Fix memory leak due to without unref caps 97/243197/3 accepted/tizen/unified/20200907.143925 submit/tizen/20200904.063829
Gilbok Lee [Fri, 4 Sep 2020 01:23:49 +0000 (10:23 +0900)]
[0.6.236] Fix memory leak due to without unref caps

Change-Id: Ibb732660de1b7ab2e1d335870ca4ad18f6c6ec12

3 years ago[0.6.235] Fix crash when audiobin is not generated 36/242836/1 accepted/tizen/unified/20200902.011936 submit/tizen/20200901.071833
Gilbok Lee [Tue, 1 Sep 2020 06:48:19 +0000 (15:48 +0900)]
[0.6.235] Fix crash when audiobin is not generated

Change-Id: I05732a540fb985d658ed474f9df26b21f527ddba

3 years ago[0.6.234] Disable ringbuffer in queue2 when streaming mp3 90/242690/2
Gilbok Lee [Fri, 28 Aug 2020 07:09:52 +0000 (16:09 +0900)]
[0.6.234] Disable ringbuffer in queue2 when streaming mp3

- Setting ringbuffer make queue2 work in pull mode which causes the memory usage increases in muse-server

Change-Id: I29e120d6d51ab6ce2c83e5f8b8523b989ea889fa

3 years ago[0.6.233] Remove build warning 81/238781/1
Gilbok Lee [Fri, 17 Jul 2020 08:20:56 +0000 (17:20 +0900)]
[0.6.233] Remove build warning

Change-Id: Idec4a6906de4c93b3ed40b3d3317e04167a4ae07

3 years ago[0.6.233] Execute commit after checking the return value of marking at resource destroy 29/238629/4
YoungHun Kim [Wed, 15 Jul 2020 23:49:03 +0000 (08:49 +0900)]
[0.6.233] Execute commit after checking the return value of marking at resource destroy

Change-Id: I1c8d0848b4b1fb9136962cd94b7c1bd4a673ff5e

3 years ago[0.6.232] Always release h/w resource, when player destroy 75/238375/3 accepted/tizen/unified/20200715.002118 submit/tizen/20200714.074336
Gilbok Lee [Mon, 13 Jul 2020 06:21:21 +0000 (15:21 +0900)]
[0.6.232] Always release h/w resource, when player destroy

Change-Id: I71c79e4e3405e0cc26eb2e01ad34c6d11acbee9c

3 years ago[0.6.231] Fix typo error 50/238150/3
Gilbok Lee [Thu, 9 Jul 2020 03:56:31 +0000 (12:56 +0900)]
[0.6.231] Fix typo error

Change-Id: I22bf36a126f8a26a34517b885c894e45000d54e2

3 years ago[0.6.231] Always release resource when called resource_release_cb 46/233546/9
Gilbok Lee [Fri, 15 May 2020 08:29:54 +0000 (17:29 +0900)]
[0.6.231] Always release resource when called resource_release_cb

remove unused log

Change-Id: I27a3555df10752950570439c3911ed66b5589d7a

3 years ago[0.6.230] Use FIFO ticket lock when use command lock 68/235368/5 accepted/tizen/unified/20200610.015629 submit/tizen/20200609.025115
Gilbok Lee [Thu, 4 Jun 2020 06:25:41 +0000 (15:25 +0900)]
[0.6.230] Use FIFO ticket lock when use command lock

- To ensure the order of access to shared resources

Change-Id: I91fb99a0cf8918c9242f0fb7c04ba2bc34725871

3 years agoUnify rotate type enum 72/232372/1 accepted/tizen/unified/20200507.052303 submit/tizen/20200506.063025
jiyong.min [Sun, 3 May 2020 22:24:48 +0000 (07:24 +0900)]
Unify rotate type enum

Change-Id: Ie2d64bd92ab4560097c669ec8143da68218bf3de

4 years ago[0.6.229] add line coverage option 67/232067/2
Eunhye Choi [Tue, 28 Apr 2020 05:30:22 +0000 (14:30 +0900)]
[0.6.229] add line coverage option

Change-Id: I5faec48d2bcccb3b93793d687ef9f2a2203d878d

4 years ago[0.6.229] fix svace issue 65/232065/1 accepted/tizen/unified/20200506.100223 submit/tizen/20200428.051450
Eunhye Choi [Tue, 28 Apr 2020 05:12:51 +0000 (14:12 +0900)]
[0.6.229] fix svace issue

Change-Id: I8c11552001f5ae4047017157825f4d4330038403

4 years ago[0.6.228] Add log for debug 58/231958/4
Gilbok Lee [Mon, 27 Apr 2020 04:16:27 +0000 (13:16 +0900)]
[0.6.228] Add log for debug

Change-Id: Ib57ebfe9c486b24a33a96143ea32bf786be49ec6

4 years ago[0.6.228] Reset interrupted_by_resource variable after unrealize 41/231641/1 accepted/tizen/unified/20200424.141646 submit/tizen/20200423.031722
Gilbok Lee [Thu, 23 Apr 2020 06:59:16 +0000 (15:59 +0900)]
[0.6.228] Reset interrupted_by_resource variable after unrealize

Change-Id: I1069c3f0cea0d5866f7bbbe471dd6cda23c17b5d

4 years ago[0.6.227] Inserts a video sink in the first of the sink element list 34/231634/2
Gilbok Lee [Thu, 23 Apr 2020 06:43:55 +0000 (15:43 +0900)]
[0.6.227] Inserts a video sink in the first of the sink element list

- to send the first seek event in video sink.

Change-Id: I467026057925a2c9995e20b2f0f66c2f61ec45bd

4 years ago[0.6.226] add typefinding in parsebin 17/231617/2
Eunhye Choi [Thu, 23 Apr 2020 05:04:20 +0000 (14:04 +0900)]
[0.6.226] add typefinding in parsebin

- skip sink-caps property setting to do typefinding
  in parsebin
- urisourcebin detect adaptive format and
  parsebin need to detect content type.

Change-Id: Ied35cd4a6bdcdc60a906bfd9d9d2c31843372ae1

4 years ago[0.6.225] set text track info 56/231356/3
Eunhye Choi [Tue, 21 Apr 2020 10:25:57 +0000 (19:25 +0900)]
[0.6.225] set text track info

- update text attributes about the track
  which attrs are referenced at external
  text scenario too.

Change-Id: I5ad35dbcfc23df843b109d68ce90f656b8b0da40

4 years ago[0.6.224] set input information to parsebin 18/231318/1
Eunhye Choi [Tue, 21 Apr 2020 06:53:49 +0000 (15:53 +0900)]
[0.6.224] set input information to parsebin

- set detected input information to parsebin
  to avoid duplicated typefinding which can cause
  deadlock issue.

Change-Id: I21cc822a4806361ab589755e2a2f4a9b76980bc3

4 years ago[0.6.222] support codec type setting with u3 38/231238/5 accepted/tizen/unified/20200422.032159 submit/tizen/20200421.025806
Eunhye Choi [Mon, 20 Apr 2020 10:14:02 +0000 (19:14 +0900)]
[0.6.222] support codec type setting with u3

- fix bug about attr default from ini file
- support codec type setting with uridecodebin3
- decoder element sorting is not supported in uridecodebin3,
  so use 'force-sw-decoders-xxx' property instead.
- the default type decoder have to be described in ini file.

Change-Id: I2410e1d3a31f85353a2d86e1080f8a5b30fbabd1

4 years ago[0.2.222] Add concat element for gapless playback 08/230908/12
Gilbok Lee [Thu, 16 Apr 2020 04:07:02 +0000 (13:07 +0900)]
[0.2.222] Add concat element for gapless playback

Change-Id: I21ea5362e222b4435c0e1ce0e1a387029694154e

4 years ago[0.2.221] Fix crash when the player has next_uri 54/230754/2 accepted/tizen/unified/20200415.121431 submit/tizen/20200413.123659
Gilbok Lee [Tue, 14 Apr 2020 04:41:56 +0000 (13:41 +0900)]
[0.2.221] Fix crash when the player has next_uri

- using g_list_free_full

Change-Id: I232bc62548524576517a97659f90cc322cf1f5d8

4 years ago[0.6.220] apply uridecodebin3 09/230709/1
Eunhye Choi [Mon, 13 Apr 2020 12:25:01 +0000 (21:25 +0900)]
[0.6.220] apply uridecodebin3

- Merge branch 'tizen_5.5_devel' into tizen
- use uridecodebin3 to setup playback pipeline
  instead of decodebin2.
- previous playback path will be enabled by setting
  'use decodebin' to yes in ini.

Change-Id: Id0d9faea334c8163947d94b18057aaf00a045e73

4 years agoapply 'use decodebin' option 00/230700/1 tizen_5.5_devel
Eunhye Choi [Mon, 13 Apr 2020 11:47:38 +0000 (20:47 +0900)]
apply 'use decodebin' option

- uridecodebin3 path is default.
  however, if 'use decodebin' option is enabled in ini,
  decodebin2 path will be enabled.

Change-Id: I20bee3094b91314a49ed6e1c7941e99e011d50b2

4 years agosupport playback with sw codec 59/230659/7
Eunhye Choi [Mon, 13 Apr 2020 07:49:27 +0000 (16:49 +0900)]
support playback with sw codec

- support setting decoder type
- handle request-resource signal
- update stream attr in select-stream signal
  instead of autoplug-select signal which is not
  emitted in decodebin3.

Change-Id: I235683d76ce90fe95b3fb57575116bd5b16316e7

4 years agosupport rtsp playback 69/230169/2
Eunhye Choi [Wed, 8 Apr 2020 08:50:23 +0000 (17:50 +0900)]
support rtsp playback

- support rtsp playback with uridecodebin3
- set buffering criteria to queue2 and mq
  in case of streaming except rtsp

Change-Id: I7dfdc848207714c9c28bb0719092884791453944

4 years agoMerge branch 'tizen' into tizen_5.5_devel 58/230058/1
Eunhye Choi [Tue, 7 Apr 2020 11:51:58 +0000 (20:51 +0900)]
Merge branch 'tizen' into tizen_5.5_devel

Change-Id: I81a81e4abf005caa8457ee079c07fd3c65ea7d5b

4 years agosupport mem src playback 33/230033/2
Eunhye Choi [Tue, 7 Apr 2020 08:33:26 +0000 (17:33 +0900)]
support mem src playback

- support mem src playback with uridecodebin3

Change-Id: I62acbf22cb542ef80f2028ccfcf97f94fdb24e5c

4 years agosupport multi-track 04/230004/4
Eunhye Choi [Tue, 7 Apr 2020 06:09:04 +0000 (15:09 +0900)]
support multi-track

- support multi track with uridecodebin3

Change-Id: Ieb6db9de1d285d9f95cf45f7e1c333c7b8d81375

4 years agosupport local playback 49/229849/4
Eunhye Choi [Mon, 6 Apr 2020 04:20:53 +0000 (13:20 +0900)]
support local playback

- local playback path
- smooth streaming playback path

Change-Id: I3459e7fc32ff0a9ae948bd043972bb5da3bbccb0

4 years ago[0.6.219] Fix g_mutex_clear crash when destroying bus msg thread 37/228137/6 accepted/tizen/unified/20200403.034507 submit/tizen/20200401.043141
Gilbok Lee [Thu, 19 Mar 2020 07:13:57 +0000 (16:13 +0900)]
[0.6.219] Fix g_mutex_clear crash when destroying bus msg thread

- Wait until the function registered in the gst_bus_watcher is terminated,
  when destroying the gst_bus_watcher

Change-Id: I5cddb3c01517f5a0fbd0843147e19bd92adae55a

4 years agoMerge branch 'tizen' into tizen_5.5_devel 93/227993/1
Eunhye Choi [Wed, 18 Mar 2020 03:32:17 +0000 (12:32 +0900)]
Merge branch 'tizen' into tizen_5.5_devel

Change-Id: Ieef3d703fd018d2d91713144eccf86e668031c47

4 years ago[0.6.218] fix svace issue 73/225773/3 accepted/tizen/unified/20200225.224353 accepted/tizen/unified/20200304.124039 submit/tizen/20200224.115404 submit/tizen/20200302.032418
Eunhye Choi [Mon, 24 Feb 2020 09:40:10 +0000 (18:40 +0900)]
[0.6.218] fix svace issue

Change-Id: Iaeed241147e5cd0b789d9a603bc8564af0a6f6e9

4 years ago0.6.217: get current caps 18/224918/2 accepted/tizen/unified/20200217.213909 submit/tizen/20200217.102422 submit/tizen/20200221.064623
Eunhye Choi [Fri, 14 Feb 2020 05:57:16 +0000 (14:57 +0900)]
0.6.217: get current caps

- get current caps directly instead of using query
  to get caps info of omx src pad

Change-Id: Ifa1be4f681667421321796ec748a863ff9ef3936

4 years ago[0.6.216] fix svace issue 62/224362/1 accepted/tizen/unified/20200212.125854 submit/tizen/20200211.030822
Eunhye Choi [Mon, 10 Feb 2020 06:13:27 +0000 (15:13 +0900)]
[0.6.216] fix svace issue

- fix new position calc error

Change-Id: I79a3c0b543e8d3a45f82a39d2486ad13c8729536

4 years ago[0.6.215] fix svace issue 03/223403/1 accepted/tizen/unified/20200204.125823 submit/tizen/20200130.102116 submit/tizen/20200131.071844 submit/tizen/20200203.044444
Eunhye Choi [Wed, 29 Jan 2020 09:54:52 +0000 (18:54 +0900)]
[0.6.215] fix svace issue

- fix svace issue
- set rtsp-sdp prefix to handle sdp file

Change-Id: Ib05605544072911af06b7551182ba8394f0e9233

4 years agoadd queue setting for buffering 39/222539/2
Eunhye Choi [Thu, 16 Jan 2020 02:14:51 +0000 (11:14 +0900)]
add queue setting for buffering

Change-Id: Icea1e0e5c3ba99f4c86a2fa6f7318cf0af623780

4 years ago[0.6.214] fix coverity issue 94/222694/3 accepted/tizen/unified/20200129.022524 submit/tizen/20200120.053545
Eunhye Choi [Fri, 17 Jan 2020 07:59:12 +0000 (16:59 +0900)]
[0.6.214] fix coverity issue

Change-Id: I8a9ec74963a96725e02447071ac19ad65c2bfbcc

4 years ago[0.6.214] fix state change error in case of gapless playback 07/222607/1 submit/tizen/20200117.040756
Eunhye Choi [Thu, 16 Jan 2020 12:00:51 +0000 (21:00 +0900)]
[0.6.214] fix state change error in case of gapless playback

- state change should be done sink-to-source order

Change-Id: Ib9c1ace0fbfb052c992c79cb5c3c91b01ad93572

4 years agoMerge tizen branch into tizen_5.5_devel branch 85/222485/1
Eunhye Choi [Wed, 15 Jan 2020 10:00:59 +0000 (19:00 +0900)]
Merge tizen branch into tizen_5.5_devel branch

Change-Id: I18e233cf60daa33b41d3266f72658ad3f864b80e

4 years ago[0.6.213] apply const type for iniparser upgrade 43/221943/4 accepted/tizen/unified/20200115.123428 submit/tizen/20200109.103735
Eunhye Choi [Wed, 8 Jan 2020 10:02:49 +0000 (19:02 +0900)]
[0.6.213] apply const type for iniparser upgrade

- use const type for iniparser 1.4
- fix svace issue

Change-Id: I6cdea1d3910412c113cd36b05431ef389b789d01

4 years ago[0.6.212] Fix build error due to toolchain upgrade (gcc6 -> gcc9) 89/221089/3 accepted/tizen/unified/20200109.065424 submit/tizen/20200107.042703
Gilbok Lee [Fri, 27 Dec 2019 04:53:09 +0000 (13:53 +0900)]
[0.6.212] Fix build error due to toolchain upgrade (gcc6 -> gcc9)

: -Werror=stringop-overflow, -Werror=format-overflow

Change-Id: I84be74e468d6154756671be969739ceb14f44a3a

4 years ago[0.6.211] Fix build error 83/219183/1 accepted/tizen/unified/20191203.121726 submit/tizen/20191203.023505
Gilbok Lee [Tue, 3 Dec 2019 02:24:16 +0000 (11:24 +0900)]
[0.6.211] Fix build error

Change-Id: I6b6bb91c8b760545f812c681e07a60d36d077401

4 years ago[0.6.211] Add log for debug(close fd) 44/218844/2 submit/tizen/20191129.064228
Gilbok Lee [Thu, 28 Nov 2019 23:21:41 +0000 (08:21 +0900)]
[0.6.211] Add log for debug(close fd)

Change-Id: I6f193caa32a13f9d70efab1198e9388172553383

4 years ago[0.6.210] Fix memory leak in __mmplayer_gst_create_txt_sink_bin() 43/218443/1
Gilbok Lee [Fri, 22 Nov 2019 08:12:03 +0000 (17:12 +0900)]
[0.6.210] Fix memory leak in __mmplayer_gst_create_txt_sink_bin()

Change-Id: Iec32796761de23af1379347bd780b5b061ec52f9

4 years ago[0.6.209] Fix crash when unprepare 68/217868/2
Gilbok Lee [Fri, 15 Nov 2019 04:57:54 +0000 (13:57 +0900)]
[0.6.209] Fix crash when unprepare

- Called __mmplayer_video_stream_decoded_render_cb() during unprepare.
- video_decodec_cb is changed NULL in __mmplayer_release_misc().
  So, the position of resetting the callback is changed to the
  _mmplayer_release_misc_post() function.

Change-Id: I6ed83ea85413ff92d795954aef7352435b5bc46d

4 years ago[0.6.208] Clean up _mmplayer_do_video_capture() function 14/217414/4
Gilbok Lee [Mon, 11 Nov 2019 08:34:44 +0000 (17:34 +0900)]
[0.6.208] Clean up _mmplayer_do_video_capture() function

Change-Id: I31e3b857d3605b3c362b76062eee81464e3c7990

4 years ago[0.6.207] use reconfigure lock to sync operation 90/215690/4 accepted/tizen/unified/20191101.042042 submit/tizen/20191021.065130
Eunhye Choi [Mon, 14 Oct 2019 08:21:50 +0000 (17:21 +0900)]
[0.6.207] use reconfigure lock to sync operation

- use reconfigure lock for reconfig state
- check reconfigure state before starting the
  playback related function.
- release uri list mem during player destroy
- enlarge the default number of bo
  to consider the web requirement

Change-Id: I32b6363476f000be136072bce5b77fa7747fe4d6

4 years ago[0.6.206] get decoder msg in sync handler 24/215424/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.023508 accepted/tizen/5.5/unified/mobile/hotfix/20201027.085013 accepted/tizen/unified/20191009.231717 submit/tizen/20191008.051417 submit/tizen_5.5/20191031.000004 submit/tizen_5.5_mobile_hotfix/20201026.185103 tizen_5.5.m2_release
Eunhye Choi [Tue, 8 Oct 2019 04:47:51 +0000 (13:47 +0900)]
[0.6.206] get decoder msg in sync handler

- in streaming case, decoder element message is
  delivered lately because of buffering messages.
- handle the decoder message in sync handler
  to minimize the delay

Change-Id: Iebdb5c9696179d6036ececa31a62743468950e60

4 years ago[0.6.205] sort codec factory by user request 58/215158/5 accepted/tizen/unified/20191006.223651 submit/tizen/20191004.024448
Eunhye Choi [Wed, 2 Oct 2019 05:35:47 +0000 (14:35 +0900)]
[0.6.205] sort codec factory by user request

- sort codec elements instead of skip it during auto-plugging.
- to handle the unsupported media format with default type decoder
  the other type decoder should be added.

Change-Id: I80aea47412e6230f8677bc8ffc66874d325d5e05

4 years ago[0.6.204] add the default codec type configuration 45/214245/2 accepted/tizen/unified/20190923.110311 submit/tizen/20190920.072750
Eunhye Choi [Thu, 19 Sep 2019 07:57:56 +0000 (16:57 +0900)]
[0.6.204] add the default codec type configuration

- add the default codec type configuration via ini setting
- some audio functions become optional in case
  the HW audio codec is selected.
  : audio effect, replaygain, pitch, pcm exporting

Change-Id: Ibd5f42646155606b5c6e8ca59825313dd05d47bb

4 years agouse-tbm is set to true when the condition is true 87/212587/2 accepted/tizen/unified/20190827.043439 submit/tizen/20190826.051840
Hyunil [Fri, 23 Aug 2019 06:47:59 +0000 (15:47 +0900)]
use-tbm is set to true when the condition is true

Change-Id: I0275dcbdba343eddef6710a484216b0b29a0af3f
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
4 years agoMerge "Revert "use-tbm is set to true when the condition is true"" into tizen accepted/tizen/unified/20190826.113250 submit/tizen/20190823.063831
eunhae choi [Fri, 23 Aug 2019 06:34:47 +0000 (06:34 +0000)]
Merge "Revert "use-tbm is set to true when the condition is true"" into tizen

4 years agoRevert "use-tbm is set to true when the condition is true" 84/212584/1
Hyunil Park [Fri, 23 Aug 2019 06:33:14 +0000 (06:33 +0000)]
Revert "use-tbm is set to true when the condition is true"

This reverts commit b60eafdbb8e2ebee8eed4475008e6fbb4fc5fa0b.

Change-Id: Ib6e1064d0d4b0de98db47f324e5d298981522dc3

4 years agoMerge "use-tbm is set to true when the condition is true" into tizen
Hyunil Park [Fri, 23 Aug 2019 06:28:57 +0000 (06:28 +0000)]
Merge "use-tbm is set to true when the condition is true" into tizen

4 years agouse-tbm is set to true when the condition is true 73/212573/2
Hyunil [Fri, 23 Aug 2019 06:09:49 +0000 (15:09 +0900)]
use-tbm is set to true when the condition is true

Change-Id: I647a57f24290ac2643250b9075c770255badb46f
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
4 years ago[0.6.203] fix ASAN issue 77/212577/1
Eunhye Choi [Fri, 23 Aug 2019 06:17:23 +0000 (15:17 +0900)]
[0.6.203] fix ASAN issue

- keep default attribute value in player handle

Change-Id: I7e82732c9438f234745beb7358ad960e5e3535e5

4 years agoMerge "Unref the pad for video capture before return" into tizen
eunhae choi [Wed, 14 Aug 2019 11:13:30 +0000 (11:13 +0000)]
Merge "Unref the pad for video capture before return" into tizen

4 years ago[0.6.202] fix coverity issue 17/211717/3 accepted/tizen/unified/20190814.065133 submit/tizen/20190813.062516
Eunhye Choi [Thu, 8 Aug 2019 08:58:06 +0000 (17:58 +0900)]
[0.6.202] fix coverity issue

Change-Id: I3c09736bbb6da32465d4207bd495b604727c0cba

4 years agoUnref the pad for video capture before return 24/211424/2
Hyuntae Kim [Mon, 5 Aug 2019 00:54:23 +0000 (09:54 +0900)]
Unref the pad for video capture before return

Change-Id: If926e53d3c5678c51ae8b94cc0a17bb6d7afbff8

4 years agoChange data type of surface id 89/211289/1
Hyunil [Thu, 1 Aug 2019 07:10:51 +0000 (16:10 +0900)]
Change data type of surface id

Change-Id: Ief8ed854e219009f5c8843488de510d93931889b
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
4 years agoMerge tizen branch into tizen_5.5_devel 83/211283/1
Eunhye Choi [Thu, 1 Aug 2019 06:03:47 +0000 (15:03 +0900)]
Merge tizen branch into tizen_5.5_devel

Change-Id: Iccf04bb441767f827462a5c01f6abf9984ed8fdf

4 years ago[0.6.202] remove unused pcm info 44/211044/1
Eunhye Choi [Mon, 29 Jul 2019 09:19:18 +0000 (18:19 +0900)]
[0.6.202] remove unused pcm info

Change-Id: If9c4e7ed4cc096c12359790b9308846c3f537f26

4 years agoChange handle data type for setting wl_surface_id 20/210620/1 accepted/tizen/unified/20190725.220539 submit/tizen/20190724.035455
Hyunil [Tue, 23 Jul 2019 04:41:07 +0000 (13:41 +0900)]
Change handle data type for setting wl_surface_id

Change-Id: Ic1c8d81c751e65b39f79c2ded8a63b7d599d144d
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
4 years agoModify string format 56/210356/1 accepted/tizen/unified/20190722.074808 submit/tizen/20190719.073411
Hyunil [Thu, 18 Jul 2019 07:46:06 +0000 (16:46 +0900)]
Modify string format

Change-Id: Ic50b22d2273551e46f49d3781a94c6be33ac07dc
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
4 years ago[0.6.201] add attribute about media stream input format 61/210061/2
Eunhye Choi [Mon, 15 Jul 2019 09:54:56 +0000 (18:54 +0900)]
[0.6.201] add attribute about media stream input format

- get input format information from ini file
  and assign it into player attribute structure
  with media_format_mimetype_e

Change-Id: Idfae4268be04d7b1d3331738a3770e1367840559

4 years ago[0.6.200] consider the audio offload supported format 14/209714/2 accepted/tizen/unified/20190715.111855 submit/tizen/20190712.083315
Eunhye Choi [Wed, 10 Jul 2019 07:06:39 +0000 (16:06 +0900)]
[0.6.200] consider the audio offload supported format

- get supported format type from ini for audio offload
- keep the format information in player attributes
  with media_format_mimetype_e type
- add function to return the offload activation status

Change-Id: I10daf07163346640968e2fe7feb0b6552c8ecec7

4 years agoChange attribute value type of display_overlay 25/209725/4
Hyunil [Wed, 10 Jul 2019 08:27:38 +0000 (17:27 +0900)]
Change attribute value type of display_overlay

Change-Id: I3b06d30832543043e94798ca11de0e5ab40e8e5c
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
4 years ago[0.6.199] use player attr function for setting 33/209633/3
Eunhye Choi [Tue, 9 Jul 2019 11:08:15 +0000 (20:08 +0900)]
[0.6.199] use player attr function for setting

- use player attr function which includes
  the attr commit function.

Change-Id: Ib8d48c142228953a51bd23549a1ebbb6ddadb2fe

4 years agoMerge "[0.6.198] Add state-holder in case of using deinterleave" into tizen accepted/tizen/unified/20190710.103423 submit/tizen/20190709.022805 submit/tizen/20190709.040519
eunhae choi [Tue, 9 Jul 2019 03:04:49 +0000 (03:04 +0000)]
Merge "[0.6.198] Add state-holder in case of using deinterleave" into tizen

4 years ago[0.6.198] Add state-holder in case of using deinterleave 28/209528/1
Eunhye Choi [Mon, 8 Jul 2019 11:20:16 +0000 (20:20 +0900)]
[0.6.198] Add state-holder in case of using deinterleave

Change-Id: I29f7da2084a93cfc03f1c3008b5628ee598a84e5

4 years ago[0.6.198] restructure the player attribute 63/209363/8
Eunhye Choi [Fri, 5 Jul 2019 07:15:15 +0000 (16:15 +0900)]
[0.6.198] restructure the player attribute

- restructure the player attr to support array type
- refactoring about setting video display param

Change-Id: I53224139434ef251d6f0fe2d474e147ce0554523

4 years ago[0.6.197] Adjusting enough retries amount for souphttpsrc. 79/209279/3 submit/tizen/20190705.041759
Gilbok Lee [Thu, 4 Jul 2019 08:03:21 +0000 (17:03 +0900)]
[0.6.197] Adjusting enough retries amount for souphttpsrc.

- this avoids getting NOT_SUPPORTED_FILE error during mp3 http streaming playback.

Change-Id: I7b7b03553c9a72ad31decb377318f0957d482442