2165 Commits (94b127cf7a38e8d19c1ceea7e29c964fa3fb2da5)

Author SHA1 Message Date
  Samuel Thibault 6f8aeb4ebc Typo 2 years ago
  Yury Popov cd0dd0900f Do not create audio out if not required 2 years ago
  Juho Hiltunen b52d1f3afd code cleanup: move strncpy0 to common.c 2 years ago
  Juho Hiltunen c4d8976fbc code cleanup: Add new source file common.h for misc functions. 2 years ago
  Juho Hiltunen 47b1b5baeb code cleanup: move TranslateWord3() and others o translateword.c 2 years ago
  Juho Hiltunen 5e7c105723 code cleanup: move TranslateLetter() and others to translateword.c 2 years ago
  Juho Hiltunen fb06936c51 code cleanup: start moving translateWord3() to a new source file. 2 years ago
  Juho Hiltunen c4be2c90ad code cleanup: remove irrelevant comment 2 years ago
  Juho Hiltunen 54963ebee2 code cleanup: remove unused int prev_clause_pause 2 years ago
  Juho Hiltunen 0e07d929fd code cleanup: refactor checking phoneme_mode into a function 2 years ago
  Juho Hiltunen 1443c970cd cmn: search for dictionary matches instead of translating characters. 2 years ago
  Juho Hiltunen 2ef9d75067 code cleanup: remove dead code related to language 'wo' 2 years ago
  Juho Hiltunen 8976875590 code cleanup: remove dead code related to Kiryarwanda 2 years ago
  Juho Hiltunen 3eb43c1ef5 code cleanup: remove dead code related to Tibetan 2 years ago
  Juho Hiltunen 7492475728 code cleanup: make a function for checking tr->chars_ignore 2 years ago
  Juho Hiltunen a161118976 code cleanup: move lookupwchar2 to readclause.c 2 years ago
  Samuel Thibault 6284272c31 Fix out-of-bound vowel_stress access 2 years ago
  Samuel Thibault 8789e1e8e1 Increase buffer size for thousands processing 2 years ago
  Samuel Thibault 3c220e5831 Fix calling utf8_in2 2 years ago
  Samuel Thibault 4412de57fd Fix number processing buffer overflow fix 2 years ago
  Samuel Thibault ecec635b44 Cope with truncated utf8 input 2 years ago
  Samuel Thibault 53348c5118 Avoid match1.del_fwd getting stale value 2 years ago
  Samuel Thibault 60767a41c0 Avoid buffer underflow 2 years ago
  Samuel Thibault ada93e2db0 Fix number_buf buffer overflow 2 years ago
  Samuel Thibault 482ee1da05 Add missing check for EOF 3 years ago
  Samuel Thibault f60a27a7cd Do not overflow ph_buf 3 years ago
  Samuel Thibault 1da9ad10e8 Add tertiary translator 3 years ago
  Samuel Thibault 9decedb8c2 Fix missing checks for EOF 3 years ago
  Samuel Thibault dfc322743d MAKE_MEM_UNDEFINED: Fix warning 3 years ago
  Samuel Thibault f4133364d1 Add more const qualifiers 3 years ago
  Samuel Thibault 6f58f75693 Add missing phoneme table reset 3 years ago
  Samuel Thibault 3b009398c9 Add missing stresslevel field initialization 3 years ago
  Samuel Thibault eed7db1575 Fix out-of-bound access 3 years ago
  Samuel Thibault 24e1eaa0cc Mark static arrays undefined when they are reused 3 years ago
  Samuel Thibault 7e608a3273 Make some buffers non-static 3 years ago
  Samuel Thibault a660fc04cc Add more const qualifiers on static arrays 3 years ago
  Samuel Thibault 2d3a49b161 Make static arrays undefined on entry into LoadVoice 3 years ago
  Samuel Thibault afdf50bfd3 Add a note to avoid erroneous commits like e91d0a5 3 years ago
  Sean Budd 139417e8e1 Revert "code cleanup: don't add a \0 to voices_language in LoadVoice()." 3 years ago
  Samuel Thibault 5087b05c52 Mark re-used "source" array as undefined 3 years ago
  Samuel Thibault 1228094127 Mark re-used phoneme_tab array as undefined 3 years ago
  Samuel Thibault 199cbe4a1a Mark re-used phoneme_list as undefined 3 years ago
  Samuel Thibault f1ce2ec423 Mark re-used ph_list2 array as undefined 3 years ago
  Samuel Thibault 15804e57a2 Constify tables 3 years ago
  Samuel Thibault 3ce135ac2b Mark re-used buffers as undefined 3 years ago
  Samuel Thibault a34d74ed43 Make envelope computation more robust 3 years ago
  Samuel Thibault 310e8fc768 Avoid using floating-point operation 3 years ago
  Samuel Thibault e8253c6513 ssml: Use a larger buffer 3 years ago
  Samuel Thibault 90c035c406 Fix overflow while capping to signed 16bit 3 years ago
  Samuel Thibault c91aa78363 LoadSoundFile: Fix char signedness 3 years ago