Merge "Add error type for converting string" into tizen
[platform/core/uifw/tts.git] / server /
2022-08-02 Wonnam JangMerge "Add error type for converting string" into tizen
2022-08-01 Suyeon HwangSend 'NULL' string if there is no private data 52/279052/1
2022-07-25 Suyeon HwangMake variables shared between threads atomic 44/277444/2
2022-07-13 Suyeon HwangAdd static keyword into global variables 56/277756/1
2022-06-29 Suyeon HwangReorder precondition checking code 11/277011/1
2022-06-29 Suyeon HwangRemove duplicated codes 37/276937/4
2022-06-27 Suyeon HwangMerge changes Ic626132d,I2b542061 into tizen
2022-06-24 Suyeon HwangMake return value clear using enum 71/276771/1
2022-06-24 Suyeon HwangRemove duplicated code 60/276760/2
2022-05-12 Suyeon HwangFix paused data handling logic 59/274959/1
2022-03-28 wn.jangAdd to check return value 32/272932/1
2022-03-28 wn.jangInitialize type of app data 26/272926/1 submit/tizen/20220328.060712
2022-03-25 wn.jangInitialize result_event of app data 08/272808/1
2022-03-15 Suyeon HwangClean up header files 96/271896/2
2022-03-15 Suyeon HwangRemove ttsd_player_resume() 95/271895/2
2022-03-15 Suyeon HwangRearrange code to stop all client 94/271894/2
2022-03-15 Suyeon HwangRemove code for mode of service engine 93/271893/2
2022-03-15 Suyeon HwangRemove unused code about sound focus change 92/271892/2
2022-03-15 Suyeon HwangRearrange the policy handling code 91/271891/2
2022-03-15 Suyeon HwangMake play type to identify the method to stop playing 90/271890/2
2022-03-15 Suyeon HwangRemove unused parameter of ttsd_server_pause() 88/271888/2
2022-03-15 Suyeon HwangChange name of function to increase readability 86/271886/2
2022-03-14 Suyeon HwangClean up code to enhance readability 84/271884/2
2022-03-08 Suyeon HwangUse PlayerThread class to manage utterance playing... 83/271883/2 accepted/tizen/unified/20220322.010041 submit/tizen/20220314.051039 submit/tizen/20220315.015714
2022-03-08 Suyeon HwangRemove functions and variables relative with player_s 82/271882/2
2022-03-08 Suyeon HwangUse PlayerThread class to manage current playing client 81/271881/2
2022-03-08 Suyeon HwangDefine class for new TTS play thread 80/271880/2
2022-03-08 Suyeon HwangMerge "Make new functions to manager last event of...
2022-03-07 Suyeon HwangFix build error by order of initializer 33/272033/1
2022-03-07 Suyeon HwangMerge "Fix defect from static analysis tool" into tizen
2022-03-04 Suyeon HwangMake new functions to manager last event of played... 79/271879/2
2022-03-03 Suyeon HwangExtract function for waiting synthesis 78/271878/2
2022-03-03 Suyeon HwangUnify state check of player and ttsd_data 77/271877/3
2022-03-03 Suyeon HwangFix ttsd_data_get_client_state() returns state value... 76/271876/2
2022-03-03 Suyeon HwangMerge "Extract function for utterance start/complete...
2022-03-03 Suyeon HwangExtract function for utterance start/complete event 75/271875/1
2022-03-03 Suyeon HwangRemove ttsd_network.c/h 72/271872/2
2022-03-03 Suyeon HwangMerge "Extract function for playting pcm data" into... accepted/tizen/unified/20220303.131738 submit/tizen/20220303.025855
2022-03-03 Suyeon HwangMerge changes I7c724fff,I3e1607f8 into tizen
2022-03-02 wn.jangFix defect from static analysis tool 57/271857/1
2022-03-02 Suyeon HwangExtract function for playting pcm data 27/271827/1
2022-03-02 Suyeon HwangMerge "Refactor retry IPC code to enhance readability...
2022-03-02 Suyeon HwangMerge "Fix paused data handling logic" into tizen
2022-02-24 Suyeon HwangAdd ttse_terminate() and tts_prepare_sync() into public API 69/271169/4
2022-02-22 Suyeon HwangClean up ttse_terminate(), tts_prepare_sync() function 68/271168/2
2022-02-18 Suyeon HwangFix paused data handling logic 80/271380/1
2022-02-18 Suyeon HwangMerge changes Ifddb8324,I3537411c into tizen
2022-02-18 Suyeon HwangMerge "Fix the description of tts_repeat()" into tizen accepted/tizen/unified/20220221.080259 submit/tizen/20220218.073949
2022-02-18 Suyeon HwangUse AudioStream class on ttsd_player 68/271268/2
2022-02-18 Suyeon HwangDefine class for managing audio stream 67/271267/2
2022-02-17 Suyeon HwangMerge "Fix potential defects on ttsd_player" into tizen
2022-02-16 Suyeon HwangUse BackgroundVolume class on ttsd_player 20/271120/3
2022-02-16 Suyeon HwangDefine class for managing background sound 19/271119/3
2022-02-16 Suyeon HwangFix potential defects on ttsd_player 45/271145/1
2022-02-15 Suyeon HwangAdd code to check whether the player is initialized 95/271095/2
2022-02-15 Suyeon HwangChange file format of ttsd_player from c to cpp 14/266214/9
2022-02-15 Suyeon HwangFix condition to remove dead code 41/268941/5
2022-02-15 Suyeon HwangFix prototypes of internal functions to increase readab... 13/266213/9
2022-02-15 Suyeon HwangMake function for managing sound_data_s 12/266212/9
2022-02-15 Suyeon HwangMake function for managing speak_data_s 11/266211/9
2022-02-15 Suyeon HwangUse single play thread to play PCM data 10/266210/9
2022-02-10 Suyeon HwangMerge "Return error when TTS engine is terminated befor... submit/tizen/20220211.020451
2022-02-10 Suyeon HwangSend return value from server to client 32/270832/1
2022-02-10 sooyeonReturn error when TTS engine is terminated before begin... 31/270831/1
2022-01-20 Suyeon HwangSend new state to client synchornously 75/269575/3
2022-01-14 Suyeon HwangTerminate service engine when engine is changed 52/269452/1
2022-01-05 Suyeon HwangAdd credential field into app data on server side 67/268967/1
2022-01-04 Suyeon HwangAdd app check code to handle TCs 83/268883/1
2022-01-03 Suyeon HwangCall finalize synchronously when app termination is... 95/268695/2
2021-12-27 Suyeon HwangMerge branch 'tizen_6.5' into tizen 94/268594/1
2021-12-27 Suyeon HwangFix the data type for uid 41/268241/6
2021-12-21 Suyeon HwangReactivate sound ducking when background volume ratio... 44/268344/1
2021-12-19 sooyeonAdd retry logic when rpc_port_stub_tts_register() is... 75/268275/1
2021-12-17 Sooyeon KimMerge "Add thread_wait to wait g_reprepare_thread is...
2021-12-17 sooyeonRearrange logs 88/268188/3
2021-12-17 Wonnam JangMerge "Fix config client type as a bit flat" into tizen_6.5
2021-12-17 Suyeon HwangFix config client type as a bit flat 19/268219/2
2021-12-07 Suyeon HwangMerge "Call ttse_terminate when engine is changed befor...
2021-12-07 sooyeonCall ttse_terminate when engine is changed before regis... 79/267579/1
2021-12-06 Suyeon HwangAdd parameter to detemine client and others 91/267491/4
2021-12-06 Sooyeon KimMerge "Add mutex on tts_config_info for thread safety...
2021-12-06 Sooyeon KimMerge "Seperate memory of tts_config_info for thread...
2021-12-03 sooyeonMake g_synth_control as atomic and Add extra logs 22/267422/3
2021-12-01 Suyeon HwangSet playing status into vconf 80/267280/1
2021-11-29 Suyeon HwangFix invalid file pointer access to avoid crash 11/267011/3
2021-11-12 Suyeon HwangMerge branch 'tizen' into tizen_6.5 32/266432/1
2021-11-11 Wonnam JangMerge "Match the function hierarchy" into tizen
2021-11-11 wn.jangMatch the function hierarchy 79/266379/1
2021-11-04 sooyeonUnify TTSD processes into two processes (default, inter... 82/265982/6
2021-11-03 Suyeon HwangMerge "Invoke register callback once during tts_prepare...
2021-11-02 sooyeonAdd a checker whether quit_loop_timer is carried out... 22/265922/1
2021-10-20 sooyeonAdd a state checker to ignore invalid synthesized pcm 86/265486/2
2021-10-15 sooyeonCall __change_background_volume in main thread 45/265345/1
2021-10-15 sooyeonAdd a checker whether ttse_terminate() is invoked or not 23/265323/2
2021-10-12 Suyeon HwangPrevent audio mixing between each mode 89/264189/3
2021-10-12 Suyeon HwangStart play thread only when 'ttsd_server_play()' is... 88/264188/3
2021-10-12 Suyeon HwangRemove unvaluable deadcode by changing function prototype 30/264930/2
2021-10-12 Suyeon HwangClean up mixing policy code 87/264187/3
2021-10-12 Suyeon HwangMerge "Fix implementation related to TIDL" into tizen
2021-10-07 Hwankyu JhunFix implementation related to TIDL 69/263169/5
next