Merge "Fix typo error" into tizen
[platform/core/uifw/tts.git] / server /
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...
2020-11-20 Suyeon HwangAdd mutex to wait play thread safely 94/248094/1 submit/tizen/20201120.141139 submit/tizen/20201123.062812
2020-11-09 sooyeon.kimFix build error in 64bit 93/247293/1 accepted/tizen/unified/20201110.125029 submit/tizen/20201109.122558
2020-11-09 Sungwook ParkRemove infinite loop log 12/247212/1 submit/tizen/20201109.074204
2020-11-06 sooyeon.kimReturn operation failed error when inserting data is... 97/246997/2
2020-11-06 sooyeon.kimFix crash in pringint logs 93/246993/1
2020-11-05 sooyeon.kimFix build error and Update version (1.60.12) 58/246958/2
2020-11-05 sooyeon.kimAdd logs for checking clients in ttsd_data 23/246923/3
2020-11-02 sooyeon.kimChange not to send dbus message when ttsc is destroyed... 57/246557/3
2020-10-22 Suyeon HwangEnhance validation check for current player 19/246019/1 accepted/tizen/unified/20201029.124841 submit/tizen/20201028.060707
2020-10-08 Sooyeon KimMerge "Fix variable type for credential_needed in ttsd_...
2020-10-08 Sooyeon KimMerge "Revert "Add a checker of screen reader in tts_pr...
2020-10-08 sooyeon.kimFix variable type for credential_needed in ttsd_dbus_server 04/245404/1
2020-10-05 Sooyeon KimMerge "Add to call audio_out_unprepare() when g_playing... submit/tizen/20201005.111827
2020-10-05 sooyeon.kimAdd to call audio_out_unprepare() when g_playing_info... 11/245211/1
2020-09-10 sooyeon.kimAdd to avoid a crash in player thread 88/243788/1 accepted/tizen/unified/20200911.143431 submit/tizen/20200910.083341
2020-08-21 sooyeon.kimAdd to set audio handles as NULL 45/241445/2 accepted/tizen/unified/20200824.134459 submit/tizen/20200821.113338
2020-07-24 sooyeon.kimAdd ecore_thread_cancel to avoid crash 94/239394/1 accepted/tizen/unified/20200727.132050 submit/tizen/20200724.103723
2020-07-24 sooyeon.kimFix to change background volume when it is changed... 91/239391/2
2020-07-24 sooyeon.kimChange a logic to call reprepare 90/239390/1
2020-07-24 sooyeon.kimFix an issue not to exit from __play_thread 87/239387/1
2020-07-24 sooyeon.kimFix to call __set_policy_for_playing 82/239382/1
2020-07-24 sooyeon.kimFix to avoid paused_data crash 60/239360/1
2020-03-23 wn.jangFix ttse TC fail while tct-mgr execute 13/228513/2
2020-03-16 sooyeon.kimFix to avoid crash in paused_data 15/227815/1
2020-03-13 wn.jangRemove unnecessary value 16/227616/1
2020-03-02 Wonnam JangMerge "Add log to leave string length" into tizen
2020-02-24 sooyeon.kimAdd to set timer as NULL when returning EINA_FALSE 89/225789/1 accepted/tizen/unified/20200302.041942 submit/tizen/20200228.062816
2020-02-10 sooyeon.kimFix to mix screen-reader and interrupt mode by adding... 33/224433/1 submit/tizen/20200220.060827 submit/tizen/20200221.052406
2020-02-10 wn.jangAdd logs when audio data is exhausted 32/224432/1
2020-01-31 wn.jangAvoid crash when pid is nagative value 07/223607/1
2020-01-28 wn.jangCorrect type of sound stream 11/223311/1
2020-01-17 sooyeon.kimAdd a checker into __send_interrupt_client 29/222729/1
2020-01-15 wn.jangUpdate hello protocol 31/222431/1 submit/tizen/20200115.024146
2020-01-15 Wonnam JangMerge "Update background volume ratio to 0.4" into...
2020-01-13 Wonnam JangMerge "Delete ecore timer when quit ecore main loop...
2020-01-09 wn.jangDelete ecore timer when quit ecore main loop 80/222080/1
2019-12-26 wn.jangchange codes to function such as ttsd_player_clear 32/221032/1
2019-12-26 sooyeon.kimCrash issue fix by stopping timer invocation during... 31/221031/1
2019-12-19 Wonnam JangMerge "Add codes to avoid memory leak" into tizen
2019-12-19 wn.jangAdd codes to avoid memory leak 90/220490/1
2019-12-10 sooyeon.kimFix build issue (delete unnecessary log) 00/219800/1
2019-12-09 wn.jangSkip ducking when backgroud volume ratio is 1.0 76/219676/1
2019-11-19 wn.jangChange internal function to static 75/218075/1 accepted/tizen/unified/20191122.053225 submit/tizen/20191121.081105
2019-11-15 Sooyeon KimMerge "Fix to mix sound when interrupt mode and other...
2019-11-08 Wonnam JangMerge "Fix line coverage script" into tizen accepted/tizen/unified/20191111.105514 submit/tizen/20191108.071610
2019-11-06 wn.jangSeperate sound stream ducking handle 40/217040/3 accepted/tizen/unified/20191108.065937 submit/tizen/20191106.055029
2019-11-01 sooyeon.kimFix to mix sound when interrupt mode and other modes... 08/216808/1
2019-10-17 sungrae joAdded set/unset background volume ratio fucntion. 38/215838/4 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.020148 accepted/tizen/5.5/unified/mobile/hotfix/20201027.080119 accepted/tizen/unified/20191018.222501 submit/tizen/20191017.122545 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 tizen_5.5.m2_release
2019-05-30 sungrae joAdd sound buf save for test 99/206999/1
2019-02-28 sooyeon.kimAdd unset_policy when utt_completed is occurred 72/200672/1
2019-02-19 sooyeon.kimFix thread unsafety issue in ttsd_player_pause 28/200128/2
2018-12-05 Wonnam JangMerge "Remove unnecessary timer" into tizen
2018-12-05 sooyeon.kimFix to set sound stream when audio is changed 86/194486/1
2018-11-15 sooyeon.kimFix memory leak 97/193097/2
next