Define class for managing background sound
[platform/core/uifw/tts.git] / server /
2022-02-16 Suyeon HwangDefine class for managing background sound 19/271119/3
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
2021-09-30 Suyeon HwangReorder mutex to prevent deadlock 93/264793/1 submit/tizen/20210930.015514
2021-09-29 Suyeon HwangMerge "Add mutex to prevent race condition of g_playing...
2021-09-29 Suyeon HwangMake new function for tidl to match ttsd_ipc interface 24/264724/2
2021-09-29 Suyeon HwangMake ipc method name more specific 23/264723/1
2021-09-29 Suyeon HwangChange function name to identify ipc method 22/264722/1
2021-09-28 Suyeon HwangAdd mutex to prevent race condition of g_playing_info 72/264672/1
2021-09-27 Suyeon HwangAdd and delete timer on main thread for safe handling 36/264536/2
2021-09-07 Sooyeon KimMerge "Use generated tidl codes" into tizen accepted/tizen/unified/20210908.131709 submit/tizen/20210907.042858
2021-09-07 sooyeonComment out codes to duck system sound 29/263629/1
2021-09-07 Hwankyu JhunUse generated tidl codes 98/263598/1
2021-08-31 sooyeon[ACR-1653][tts][Add] Add new APIs and an error type... 98/263098/6 accepted/tizen/unified/20210907.015400 submit/tizen/20210906.145543
2021-08-31 Sooyeon KimMerge "Add a checker to calculate latency" into tizen accepted/tizen/unified/20210831.143737 submit/tizen/20210831.104905
2021-08-27 sooyeonAdd a checker to calculate latency 28/263128/3
2021-08-27 Suyeon HwangRecover background volume when engine is terminated 99/263199/1
2021-08-25 Suyeon HwangFix log to help debugging on TV 40/262440/2
2021-08-09 Sooyeon KimMerge "Call ttse_terminate() when TTS engine is changed... accepted/tizen/unified/20210810.135334 submit/tizen/20210809.155528
2021-08-06 Suyeon HwangMake mutex cover all access of g_tidl_proxy_infos 10/262310/1
2021-07-30 sooyeonCall ttse_terminate() when TTS engine is changed 89/261989/3
2021-07-09 Suyeon HwangFix critical section for checking thread status 78/261078/2 accepted/tizen/unified/20210716.131354 submit/tizen/20210709.113558 submit/tizen/20210714.093154
2021-07-08 Suyeon HwangRemove expired notify callback handle 27/261027/2
2021-07-08 Suyeon HwangClear player data after play thread is stopped 18/261018/2
2021-07-08 Suyeon HwangClean code to enhance readability 79/260979/1
2021-07-07 Suyeon HwangEnhance the readability using cpp style 58/260958/1
2021-07-07 Suyeon HwangAdd mutex for thread safety of app_data access 57/260957/1
2021-07-07 Suyeon HwangSet timer asynchronously to avoid deadlock 28/260928/2
2021-07-07 Suyeon HwangAdd mutex to avoid race condition of tidl handle 36/260836/2
2021-07-06 sooyeonFix coverity issues 83/260883/1 accepted/tizen/unified/20210707.130515 submit/tizen/20210706.191553
2021-07-02 Suyeon HwangFix data type of tidl interace for raw pcm data 51/260751/1 accepted/tizen/unified/20210705.125135 submit/tizen/20210702.091906 submit/tizen/20210705.020920
2021-07-01 sooyeonFix coverity issues 11/260711/2 accepted/tizen/unified/20210702.133343 submit/tizen/20210701.200247
2021-07-01 Suyeon HwangMerge "Check length of extra_info to prevent empty...
2021-07-01 Suyeon HwangMerge "Deactivate ducking after the activation is compl...
2021-07-01 Suyeon HwangMerge "Remove ducking when background volume is changed...
2021-07-01 sooyeonFix svace issue 02/260702/1
2021-06-30 Suyeon HwangDeactivate ducking after the activation is completed 36/260636/1
2021-06-30 sooyeon.kimRemove ducking when background volume is changed 35/260635/1
2021-06-30 Suyeon HwangCheck length of extra_info to prevent empty string 17/260617/1
2021-06-28 Suyeon HwangCreate data structure for saving tidl proxy information 10/260010/4
2021-06-28 Suyeon HwangRemove unused tidl method 09/260009/4
2021-06-28 Suyeon HwangFix tidl_request_hello logic to match tidl and dbus... 08/260008/4
2021-06-25 Suyeon HwangImplement tts_prepare_sync() on tidl method 07/260007/3
2021-06-25 Suyeon HwangLaunch exact service process for each mode 04/260004/3
2021-05-21 Suyeon HwangAdd null check to avoid null reference problem 25/258625/1
2021-05-21 Suyeon HwangIntialize function pointer to avoid invalid access 17/258617/2
2021-05-21 Suyeon HwangSwap order of parameter and argument to match proxy... 16/258616/2
2021-05-21 Suyeon HwangRemove memory leakage on tts_core and tts_engine_parser 15/258615/2
2021-04-08 Suyeon HwangLock all accessing state code and Use cpp style lock... 51/256651/1
2021-04-08 Suyeon HwangUse tts_ipc_method_e on server side 36/256536/2
2021-04-06 Suyeon HwangJoin two tidl method, register and request_hello 35/256535/1
2021-03-26 Suyeon HwangCreate play thread if the app state is still playing 42/255942/2
2021-03-17 Sungwook ParkSupport TIDL / dbus IPC 23/248523/8
2021-03-08 Suyeon HwangAdd missing mutex unlock before exit the function 59/254659/1
2021-02-23 Suyeon HwangAdd mutex to remove race condition among functions... 93/254093/1
2020-11-27 Suyeon HwangMerge changes Ic6ad2c94,I7d0f0397,I5b298cb5,Ib64b8628...
next