Wrap g_hash_table_remove() with ms_node_remove_from_table()
[platform/core/api/mediastreamer.git] / packaging / capi-media-streamer.spec
2020-07-03 Sangchul LeeWrap g_hash_table_remove() with ms_node_remove_from_table() 28/237728/1
2020-07-03 Sangchul LeeAdd new definitions for sink pad name for audio/video... 69/236869/9
2020-07-02 Sangchul LeeAdd availability information of parameters in callback... 44/237644/2
2020-07-02 Sangchul LeeUse strdup() for the out parameter result of ms_node_ge... 32/237632/1
2020-07-02 Sangchul LeeAdd line break symbol('\n') to separate paragraphs 22/237622/4
2020-07-02 Sangchul LeeAdd @remarks for release information of parameters 13/237613/2
2020-07-02 HyunilAdd restriction about setting MEDIA_STREAMER_PARAM_DISPLAY 61/237561/5
2020-07-01 Sangchul LeeFix bug in media_streamer_node_get_pad_name() 65/237565/3
2020-06-26 Sangchul LeeFix code to set plugin name read from ini file 14/237214/1
2020-06-26 Sangchul LeeRemove unused function 98/237198/1
2020-06-26 HyunilAdd error condition in media_streamer_prepare() for... 70/237170/4
2020-06-25 HyunilChange the completion position of MEDIA_STREAMER_STATE_... 09/236409/7
2020-06-25 HyunilAdd internal API for getting webrtcbin from webrtc... 03/236403/6
2020-06-24 HyunilAdd WebRTC sample app 05/235805/22
2020-06-22 Sangchul LeeAdd @remarks to the description of media_streamer_node_... 19/236619/2
2020-06-19 Sangchul LeeRelease the state limit of media_streamer_node_add() 38/236538/4
2020-06-19 Sangchul LeeAdd error log in case of ms_bin_add_element() failure 22/236522/3
2020-06-17 Sangchul LeeRevise descriptions - Add missing punctuation mark... 89/236389/2
2020-06-17 Sangchul LeeRevise descriptions - Reorder returned values 00/236400/1
2020-06-17 Sangchul LeeFix doxygen - Add missing command @a to refer to member... 99/236399/2
2020-06-16 HyunilAdd WebRTC signaling example to test app 57/235257/13
2020-06-16 Sangchul LeeRevise descriptions 23/236223/3
2020-06-16 Sangchul LeeImprove media_streamer_node_set_pad_format() for WebRTC... 01/236101/14
2020-06-15 Sangchul LeeAdd internal API to find a specific element by name... 42/236142/6
2020-06-15 Sangchul LeeAdd to check privilege and feature for WebRTC node 30/236030/6
2020-06-15 HyunilImprove pad-added related codes of WebRTC node 02/235902/10
2020-06-12 HyunilImprove media_streamer_node_set_pad_format() to support... 01/235801/9
2020-06-11 Sangchul LeeRevise error log 53/235953/1
2020-06-11 Sangchul LeeAdd new parameter to set/get STUN server URL for WebRTC... 02/235802/4
2020-06-11 Sangchul LeeAdd support for OPUS audio format 04/235904/1
2020-06-09 Sangchul LeeFix bug in ms_find_element_in_bin_by_type() 24/235724/1
2020-06-09 HyunilAdd new param for setting remote session description... 01/235501/20
2020-06-08 Sangchul LeeAdd internal APIs to get SDP/ICE from text message 74/235374/11
2020-06-08 Sangchul LeeAdd new APIs to set/unset webrtc message callback 74/235274/10
2020-06-08 Sangchul LeeAdd support for WebRTC node 25/235025/17
2020-06-03 HyunilAdd webrtcbin test menu 54/235154/5
2020-06-01 Sangchul LeeAdd internal function - ms_find_element_in_bin_by_type() 24/235024/1
2020-06-01 Sangchul LeeFix return type of ms_rtp_node_prepare() 25/234925/1
2020-05-28 HyunilModify __demux_find to __find_node 50/234750/6
2020-05-28 HyunilAdd VP8 encoder for video encoder bin 94/234694/7
2020-05-28 Sangchul LeeRelease resources after finishing change of gst state... 75/234575/2
2020-05-26 Sangchul LeeChange file name - _node_policy_ to _node_dpm_policy_ 12/234412/3
2020-05-26 Sangchul LeeRevise DPM policy checking codes 88/234388/6
2020-05-26 Sangchul LeeChange function name - ms_state_change() to ms_set_state() 51/234351/2
2020-05-25 Sangchul LeeUse 'src' to unify parameter name for the source 97/234197/6
2020-05-25 Sangchul LeeUse '__' prefix only for static functions 95/234195/3
2020-05-21 HyunilAdd package for webrtc 08/234008/1
2020-05-13 Sangchul LeeRemove unnecessary @since_tizen command in private... 80/233180/2
2020-05-11 Sangchul LeeRevise and move functions 93/232693/3
2020-04-28 Sangchul LeeAdd ms_warning() log function 66/232066/1 submit/tizen/20200511.015752
2020-04-28 Sangchul LeeRemove __ms_check_ini_status() function 86/231986/4
2020-04-27 Sangchul LeeAdd static directive to internal functions in media_str... 64/231964/1
2020-04-27 Sangchul LeeAdd static directive to __ms_get_ini_instance() 54/231954/1
2020-04-23 Sangchul LeeReturn the proper data type required by the callback... 94/231594/1
2020-04-22 Sangchul LeeRevise the include guards of header files 26/231526/2
2020-04-22 Sangchul LeeFix typos and grammar errors 67/231467/3
2020-04-22 Sangchul LeeRevise internal function names to have consistency 20/231420/3
2020-04-22 Sangchul LeeFix typo - change 'transotions' to 'transitions' 11/231411/3
2020-04-22 Sangchul LeeMove internal functions to the proper place 10/231410/2
2020-04-22 Sangchul LeeFix typo - change resouces to resources 96/231296/2
2020-04-17 Sangchul LeeComply with the Tizen coding rule 49/231049/1
2020-02-20 HyunilCreate node by default name when the type is converter 44/225444/2 accepted/tizen/unified/20200304.124005 submit/tizen/20200221.064623 submit/tizen/20200224.070348 submit/tizen/20200302.032418
2020-02-11 HyunilChange iniparser api return type by iniparser version... 76/224476/2 accepted/tizen/unified/20200213.121623 submit/tizen/20200205.003954
2019-12-20 HyunilChange deprecated libsoup API 88/220688/3 accepted/tizen/unified/20191224.131916 submit/tizen/20191218.041916
2019-08-26 HyunilDefine SYSCONFDIR and remove unused ini path 63/212663/1
2019-07-30 HyunilAdd gcov environment 89/211089/2 accepted/tizen/unified/20190730.112008 submit/tizen/20190730.025926
2019-07-02 HyunilAdd gcov package for measuring line coverage 65/209065/1 accepted/tizen/unified/20190703.110642 submit/tizen/20190702.070046
2018-07-13 HyunilModify capi-media-streamer.pc for setting includedir... 70/184070/1 accepted/tizen/unified/20180719.063032 submit/tizen/20180718.043756
2018-03-15 HyunilApply ecore-wl2 instead of ecore-wayland 76/169376/3 accepted/tizen/unified/20180328.010120 submit/tizen/20180319.053649
2018-01-30 HyunilFix doxygen error, note and question in Native API... 01/168701/3 submit/tizen/20180131.053200
2017-11-16 Vadym Sachenkomm-resource-manager integration patch 82/159382/2 accepted/tizen/unified/20171123.065759 submit/tizen/20171117.022846 submit/tizen/20171117.070221
2017-09-29 Eunhae Choi[0.1.20] resolve coverity issue 50/153650/1 submit/tizen/20170929.104425
2017-09-28 Eunhae Choi[0.1.20] resolve coverity issue 53/153453/2 accepted/tizen/4.0/unified/20170929.221141 submit/tizen_4.0/20170929.104638 tizen_4.0.IoT.p1_release tizen_4.0.m2_release
2017-09-28 Volodymyr BrynzaRemove unused function and file 85/153285/1
2017-09-28 Volodymyr BrynzaRemove unused function and file 77/153277/1
2017-09-14 Eunhae Choi[0.1.19] fix the wl bind ver 56/150056/1
2017-09-12 Eunhae Choi[0.1.19] fix the wl bind ver 53/149553/1
2017-09-06 Eunhae Choi[0.1.18] set video_has flag for display window 83/147883/1 accepted/tizen/4.0/unified/20170907.193704 submit/tizen_4.0/20170906.061634
2017-09-06 Eunhae Choi[0.1.18] set video_has flag for display window 63/147863/1 accepted/tizen/unified/20170907.185641 submit/tizen/20170906.061717
2017-06-14 Eunhae Choi[0.1.17] fix svace issue 99/134099/1
2017-04-17 Eunhae Choi[0.1.16] fix svace issue 91/125391/1 accepted/tizen/4.0/unified/20170816.013910 accepted/tizen/4.0/unified/20170816.020252 accepted/tizen/unified/20170420.154829 submit/tizen/20170420.053325 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522 tizen_4.0.m1_release
2017-03-22 Eunhae Choi[0.1.15] Use %license macro to copy license 46/120346/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20170404.142235 accepted/tizen/ivi/20170403.130008 accepted/tizen/mobile/20170403.125514 accepted/tizen/tv/20170403.125814 accepted/tizen/unified/20170403.130111 accepted/tizen/wearable/20170403.125902 submit/tizen/20170403.050513
2017-03-09 Oleksandr PopovAdded http server feature 16/115616/6
2017-02-16 Eunhae Choi[0.1.14] fix svace issue 46/115146/1 accepted/tizen/common/20170303.090800 accepted/tizen/ivi/20170303.065959 accepted/tizen/mobile/20170303.065804 accepted/tizen/tv/20170303.065910 accepted/tizen/unified/20170309.031615 accepted/tizen/wearable/20170303.065940 submit/tizen/20170303.015115 submit/tizen_unified/20170308.100404
2017-02-02 Volodymyr Brynzafix memory leak 09/112709/2 accepted/tizen/common/20170206.124351 accepted/tizen/common/20170210.170628 accepted/tizen/ivi/20170214.010744 accepted/tizen/mobile/20170214.010527 accepted/tizen/tv/20170214.010627 accepted/tizen/wearable/20170214.010705 submit/tizen/20170206.043356 submit/tizen/20170210.083202
2017-01-11 Eunhae Choi[v0.1.12] init mrp after create pipeline and add missed... 53/109753/1 accepted/tizen/common/20170112.174252 accepted/tizen/ivi/20170111.223022 accepted/tizen/mobile/20170111.222931 accepted/tizen/tv/20170111.222946 accepted/tizen/wearable/20170111.223007 submit/tizen/20170111.114435
2016-12-12 Volodymyr BrynzaImplement DPM requests for camera and mic 34/104034/1 accepted/tizen/3.0/common/20161216.123555 accepted/tizen/3.0/ivi/20161216.084254 accepted/tizen/3.0/mobile/20161216.083743 accepted/tizen/3.0/tv/20161216.084023 accepted/tizen/3.0/wearable/20161216.084110 submit/tizen_3.0/20161213.081002 submit/tizen_3.0/20161215.110001
2016-12-08 Volodymyr BrynzaImplement DPM requests for camera and mic 87/103487/1 accepted/tizen/common/20161214.160413 accepted/tizen/ivi/20161214.015258 accepted/tizen/mobile/20161214.014723 accepted/tizen/tv/20161214.015038 accepted/tizen/wearable/20161214.015129 submit/tizen/20161213.083228
2016-12-06 Oleksandr PopovAdded implementation of interruption by resource manager 64/102764/1 accepted/tizen/3.0/common/20161207.194443 accepted/tizen/3.0/ivi/20161207.011859 accepted/tizen/3.0/mobile/20161207.011442 accepted/tizen/3.0/tv/20161207.011653 accepted/tizen/3.0/wearable/20161207.011751 submit/tizen_3.0/20161206.052949
2016-12-05 Oleksandr PopovAdded implementation of interruption by resource manager 05/102405/2
2016-11-16 Volodymyr BrynzaAdded "display" property for overlay video sink 38/98138/1
2016-11-08 Volodymyr BrynzaAdded "display" property for overlay video sink 14/96314/1
2016-11-03 Eunhae Choi[v0.1.11][ACR-819] remove evas sink type 28/95328/4
2016-09-29 Eunhae Choi[v0.1.10] fix svace issue 62/90262/1 tizen_dev
2016-09-26 Eunhae Choi[v0.1.9] remove api reference warning 36/89536/1 accepted/tizen/3.0/ivi/20161011.055347 accepted/tizen/common/20160928.163950 accepted/tizen/ivi/20160930.040754 accepted/tizen/mobile/20160930.040435 accepted/tizen/tv/20160930.040604 accepted/tizen/wearable/20160930.040701 submit/tizen/20160928.043825 submit/tizen_3.0_ivi/20161010.000005
2016-09-22 Volodymyr Brynza[v0.1.8] add implementation of feature check when creat... 40/87840/4
2016-07-12 Eunhae Choifix svace issue 14/79614/1 accepted/tizen/common/20160712.151244 accepted/tizen/ivi/20160712.091046 accepted/tizen/mobile/20160712.091116 accepted/tizen/tv/20160712.091038 accepted/tizen/wearable/20160712.091057 submit/tizen/20160712.061810
2016-07-08 Eunhae Choimake right return of the set_params 26/79126/1 accepted/tizen/common/20160711.170416 accepted/tizen/ivi/20160711.084334 accepted/tizen/mobile/20160711.084110 accepted/tizen/tv/20160711.084216 accepted/tizen/wearable/20160711.084145 submit/tizen/20160711.030104
2016-07-05 Eunhae Choifix svace issue 46/78246/2 accepted/tizen/common/20160706.141807 accepted/tizen/ivi/20160706.013733 accepted/tizen/mobile/20160706.013624 accepted/tizen/tv/20160706.013658 accepted/tizen/wearable/20160706.013713 submit/tizen/20160705.084920
2016-06-14 Eunhae ChoiMerge "[ACR-669] modify the API privilege" into tizen
next