Eunhye Choi [Fri, 5 Apr 2024 05:33:02 +0000 (14:33 +0900)]
[0.6.276] Remove unused reference to fix mem leak
Change-Id: I8902cd3d42c462294fc6dbb13d45bdc1def8e5ce
Eunhye Choi [Wed, 20 Mar 2024 06:37:41 +0000 (15:37 +0900)]
[0.6.275] fix mem leak
Change-Id: I4dfea6108bbd4c22964969d21bdea1a89c7321ce
Gilbok Lee [Tue, 23 Jan 2024 00:36:44 +0000 (09:36 +0900)]
[0.6.274] Fix coverity issue (MISSING_LOCK)
Change-Id: Ibec8c461cb58ceedfff50a184ed108bb8b484568
Gilbok Lee [Wed, 28 Jun 2023 02:19:56 +0000 (11:19 +0900)]
[0.6.274] increase reference count, when adding stream
- in the case of gapless, stream may be deleted
Change-Id: Iff22d601edd7374346a24499a9fdbcb548798569
Gilbok Lee [Fri, 24 Feb 2023 04:49:10 +0000 (13:49 +0900)]
[0.6.273] Disable print taglist function
Change-Id: I93f246ffeaa319e78d2b419e3e06fe933a6531ab
Gilbok Lee [Fri, 28 Oct 2022 04:45:54 +0000 (13:45 +0900)]
[0.6.272] fix crash when player destroy during prepare_async
- The removed element is accessed in the
__mmplayer_release_signal_connection() function
Change-Id: Ie2137a08a5d00b56ee039a7e2638aa626a81218c
Eunhye Choi [Wed, 24 Aug 2022 10:02:09 +0000 (19:02 +0900)]
[0.6.271] set the textbin clock to the referenced pipeline clock
- fix crash issue
- pipeline clock is released when the subtitle pipeline
state is sync to main pipeline during playing
which cause crash when the main pipeline is unreferenced.
Change-Id: Id71adee2288b41bb5ce5202a7f05a41917aa9374
Eunhye Choi [Thu, 24 Mar 2022 05:49:22 +0000 (14:49 +0900)]
[0.6.270] fix crash during gapless playback
- uridecodebin includes all the elements
except concat and sinkbin
Change-Id: Idbedaafb131ef99028e3095c33fef98572eeea2c
Eunhye Choi [Mon, 21 Feb 2022 09:54:13 +0000 (18:54 +0900)]
[0.6.269] replace deprecated gst api
- 'gst_element_get_request_pad' is deprecated since gst 1.20.0
- replace it to 'gst_element_request_pad_simple'
Change-Id: Idfcacaf2236fe90b540a6722d10dd2b66bfd5e51
Eunhye Choi [Mon, 15 Nov 2021 07:52:36 +0000 (16:52 +0900)]
[0.6.268] handle seek to eos
- skip to seek to end of stream
if the current pos is already eos
Change-Id: I6be9b88d0d3f3e002521a099732718dbb5816072
Eunhye Choi [Thu, 4 Nov 2021 02:44:40 +0000 (11:44 +0900)]
[0.6.267] skip unsupported codec
- skip unsupported codec with reference to ini keyword
Change-Id: I8e444f130d0ccfc69d5c6e4181546fecb4b7fa5f
Eunhye Choi [Mon, 18 Oct 2021 06:54:24 +0000 (15:54 +0900)]
[0.6.266] release video resource
- set state to NULL to release resource before remove from bin
- object unref is done in gst_bin_remove.
Change-Id: Ib943eeb5e65c2dcf84087df92620a56df287f680
Gilbok Lee [Sun, 17 Oct 2021 23:56:02 +0000 (08:56 +0900)]
[0.6.265] Set videoparse to send SPS/PPS with every IDR frame
- Set property when stream-format of videoparser is byte-stream
- Remove unused code
Change-Id: I126aa248bba878d252415eeaed3ecaf474567384
Gilbok Lee [Tue, 12 Oct 2021 06:35:04 +0000 (15:35 +0900)]
[0.6.264] Delete video sink when player set audio only
- player has blocked when player set audio only
Change-Id: I0cf2b1c51ffc196334b1303cbf23d8803b0c58dc
Gilbok Lee [Fri, 8 Oct 2021 05:57:59 +0000 (14:57 +0900)]
Set multiqueue max-size-time when local playback
- player is blocked when player_set_position
using contents which the key frame interval high.
- demuxer don't push video frame, because of
audio queue is full.
Change-Id: I654b33b372b8d9ce2db1cae5558f6015a9371187
Eunhye Choi [Thu, 7 Oct 2021 09:37:38 +0000 (18:37 +0900)]
[0.6.262] resolve block issue during switching stream
- resolve block issue by sending seek event
when stream is switched (as audio only scenarios)
during paused state.
- demux task could not push data for newly added track
because it is waiting to push the previous track data but
the buffer could be full in paused state.
Change-Id: I415c7435654a0977e0f61453a76f608d16e25698
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
Eunhye Choi [Wed, 29 Sep 2021 05:51:33 +0000 (14:51 +0900)]
[0.6.260] fix coverity issue
Change-Id: I4ee953eb5004575612675b0ecebbe6cd99fef5ee
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
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>
Eunhye Choi [Thu, 22 Jul 2021 09:03:44 +0000 (18:03 +0900)]
[0.6.257] fix coverity issue
Change-Id: I5ba21aa62ca611c0e81fed3b458e6cd757f937c9
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>
Gilbok Lee [Wed, 2 Jun 2021 00:36:14 +0000 (09:36 +0900)]
[0.6.255] Change path of configuration file
Change-Id: I9afa4b839734c351a3cc609eff4a29602fa2a924
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
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
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
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
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
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>
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
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
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
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
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
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
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
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
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
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
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
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
Gilbok Lee [Thu, 10 Sep 2020 02:55:17 +0000 (11:55 +0900)]
[0.6.239] Fix memory leak
Change-Id: Ifd794cae579d92ba8bb1d52a0f676e397039f20e
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
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
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
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
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
Gilbok Lee [Fri, 17 Jul 2020 08:20:56 +0000 (17:20 +0900)]
[0.6.233] Remove build warning
Change-Id: Idec4a6906de4c93b3ed40b3d3317e04167a4ae07
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
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
Gilbok Lee [Thu, 9 Jul 2020 03:56:31 +0000 (12:56 +0900)]
[0.6.231] Fix typo error
Change-Id: I22bf36a126f8a26a34517b885c894e45000d54e2
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
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
jiyong.min [Sun, 3 May 2020 22:24:48 +0000 (07:24 +0900)]
Unify rotate type enum
Change-Id: Ie2d64bd92ab4560097c669ec8143da68218bf3de
Eunhye Choi [Tue, 28 Apr 2020 05:30:22 +0000 (14:30 +0900)]
[0.6.229] add line coverage option
Change-Id: I5faec48d2bcccb3b93793d687ef9f2a2203d878d
Eunhye Choi [Tue, 28 Apr 2020 05:12:51 +0000 (14:12 +0900)]
[0.6.229] fix svace issue
Change-Id: I8c11552001f5ae4047017157825f4d4330038403
Gilbok Lee [Mon, 27 Apr 2020 04:16:27 +0000 (13:16 +0900)]
[0.6.228] Add log for debug
Change-Id: Ib57ebfe9c486b24a33a96143ea32bf786be49ec6
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
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
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
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
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
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
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
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
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
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
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
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
Eunhye Choi [Tue, 7 Apr 2020 11:51:58 +0000 (20:51 +0900)]
Merge branch 'tizen' into tizen_5.5_devel
Change-Id: I81a81e4abf005caa8457ee079c07fd3c65ea7d5b
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
Eunhye Choi [Tue, 7 Apr 2020 06:09:04 +0000 (15:09 +0900)]
support multi-track
- support multi track with uridecodebin3
Change-Id: Ieb6db9de1d285d9f95cf45f7e1c333c7b8d81375
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
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
Eunhye Choi [Wed, 18 Mar 2020 03:32:17 +0000 (12:32 +0900)]
Merge branch 'tizen' into tizen_5.5_devel
Change-Id: Ieef3d703fd018d2d91713144eccf86e668031c47
Eunhye Choi [Mon, 24 Feb 2020 09:40:10 +0000 (18:40 +0900)]
[0.6.218] fix svace issue
Change-Id: Iaeed241147e5cd0b789d9a603bc8564af0a6f6e9
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
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
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
Eunhye Choi [Thu, 16 Jan 2020 02:14:51 +0000 (11:14 +0900)]
add queue setting for buffering
Change-Id: Icea1e0e5c3ba99f4c86a2fa6f7318cf0af623780
Eunhye Choi [Fri, 17 Jan 2020 07:59:12 +0000 (16:59 +0900)]
[0.6.214] fix coverity issue
Change-Id: I8a9ec74963a96725e02447071ac19ad65c2bfbcc
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
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
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
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
Gilbok Lee [Tue, 3 Dec 2019 02:24:16 +0000 (11:24 +0900)]
[0.6.211] Fix build error
Change-Id: I6b6bb91c8b760545f812c681e07a60d36d077401
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
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
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
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
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
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
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
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
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>
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
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
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
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>
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