summaryrefslogtreecommitdiff
path: root/res/res_speech.c
AgeCommit message (Expand)Author
2017-12-07res_stasis and res_speech: Fix load order.Corey Farrell
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2015-05-13AST_MODULE_INFO: Format corrections to the usages of AST_MODULE_INFO macro.Rodrigo Ramírez Norambuena
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-25Add module support level to ast_module_info structure. Print it in CLI "modul...Mark Michelson
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2012-10-01Add support for retrieving engine specific settings using the speech API and ...Joshua Colp
2012-06-11Fix coverity UNUSED_VALUE findings in core support level filesKinsey Moore
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-07-20Add load priority order, such that preload becomes unnecessary in most casesTilghman Lesher
2010-02-18Revert an errant part of a previous cleanup, to fix a memory corruption issue.Tilghman Lesher
2009-05-21Const-ify the world (or at least a good part of it)Kevin P. Fleming
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-08improve linked-list macros in two ways:Kevin P. Fleming
2007-10-31More changes to change return values from load_module functions.Jason Parker
2007-08-31Merged revisions 81406 via svnmerge from Joshua Colp
2007-08-13Merged revisions 79334 via svnmerge from Joshua Colp
2007-08-13Merged revisions 79207 via svnmerge from Joshua Colp
2007-07-31Merged revisions 77831 via svnmerge from Joshua Colp
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-07-11Use the linkedlists.h AST_LIST_NEXT macro for modifying the list of results.Joshua Colp
2007-07-11Allow the native formats of a channel to influence the audio that is going to...Joshua Colp
2007-07-11Can't forget to remember what format is in use for writing.Joshua Colp
2007-07-11Change the speech API to allow passing the format through to the engine.Joshua Colp
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-31Merged revisions 66775 via svnmerge from Russell Bryant
2007-04-06Major res_speech cleanup. It looks much better now!Joshua Colp
2007-04-06Merged revisions 60361 via svnmerge from Joshua Colp
2006-10-13Merged revisions 45106 via svnmerge from Joshua Colp
2006-10-13Merged revisions 45104 via svnmerge from Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-18Expand speech API so that the developer can interact with the engine more dir...Joshua Colp
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-13Updates to speech recognition API and dialplan utilities. Moved to using dial...Joshua Colp
2006-04-10Presenting a revised data stores and oh my, a generic speech recognition API!...Joshua Colp