platform/core/api/mediastreamer.git
2020-08-07 Sangchul LeeAdd logic to skip h/w video decoder element in __ms_fea... 67/240467/4
2020-08-07 Sangchul LeeAdd logic to skip h/w decoder element in __decodebin_au... 56/240456/5
2020-07-30 Sangchul LeeAdd callback for "on-new-transceiver" on webrtcbin 92/239792/2
2020-07-29 Sangchul Leefixup! Revise codes to use new subfunctions to init... 00/239700/1 accepted/tizen/unified/20200729.165557 submit/tizen/20200729.053706
2020-07-27 Sangchul LeeAdd function to dump ini setttings 15/239515/3
2020-07-27 Sangchul LeeAdd inline function to get number from string 02/239502/3
2020-07-27 Sangchul LeeRevise codes to use new subfunctions to init/set GValue 51/239351/5
2020-07-27 Sangchul LeeReduce string comparisons in ms_node_set[get]_param_value() 77/239277/4
2020-07-22 Sangchul LeeFix crash 08/239108/2 accepted/tizen/unified/20200723.161243 submit/tizen/20200722.045405
2020-07-21 Sangchul LeeRevise codes releasing ini setting 39/238739/6
2020-07-21 Sangchul LeeUse array retrieve subfunction 37/238737/9
2020-07-17 Sangchul LeeImprove zerocopy format selection logic 36/238736/8
2020-07-17 Sangchul LeeDivide converting mimetype-string function into several... 31/238631/3
2020-07-15 Sangchul LeeAdd support for the live source for WebRTC 36/238536/7
2020-07-15 HyunilApply zero copy to video encoder 72/238472/4
2020-07-14 HyunilApply zero copy format for camerasrc and h/w encoder 54/238454/2
2020-07-14 Sangchul LeeApply LCOV_EXCL_START/STOP macro to media_streamer_gst_... 16/238416/2 submit/tizen/20200714.065000
2020-07-10 Sangchul LeeChange dlog tag to TIZEN_N_MEDIASTREAMER 60/238260/1
2020-07-10 Sangchul LeeAdd ms_update_state_from_pend_state() sub-function 08/238208/2
2020-07-08 Sangchul LeeAdd missing '(Since 6.0)' to description of new enum 76/238076/1
2020-07-08 Sangchul LeeRevise logs in ms_pipeline_get_state() 34/238034/4
2020-07-08 Sangchul LeeRemove unidentified logic inside of __ms_bus_cb() for... 87/237987/6
2020-07-03 Sangchul LeeRename internal defines for specific strings 73/236873/5
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 LeeAdd new APIs to set/unset decoded ready callback of... 14/235514/6
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-24 Sangchul LeeMerge "Return the proper data type required by the...
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-04-16 Sangchul LeeRemove useless parameter of the internal functions 56/230956/1
2020-04-16 Sangchul LeeFix typo of the internal function name 52/230952/1
2020-04-16 Sangchul LeeRemove useless condition in __ms_signal_destroy() 51/230951/1
2020-04-14 Sangchul LeeRevise description - function names are stated explicitly 38/230738/1
2020-04-13 Sangchul LeeRevise descriptions 36/230636/2
2020-04-13 Sangchul LeeRevise description - use uppercase for abbreviations 25/230625/3
2020-04-13 Sangchul LeeRevise description - change 'src' to 'source' 24/230624/2
2020-04-13 Sangchul Leedoc: Fix grammar errors 83/230583/2
2020-03-12 HyunilAdd debug log to rank compare 16/227216/7 submit/tizen/20200312.092738
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-19 HyunilAdd audio-convert to negotiate with libav and pulsesink 36/225236/2 accepted/tizen/unified/20200219.151746 submit/tizen/20200219.072257
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-12-19 HyunilRemove line coverage exception code for media_streamer_... 92/220492/1
next