summaryrefslogtreecommitdiff
path: root/codecs/codec_g722.c
AgeCommit message (Expand)Author
2017-12-22Remove as much trailing whitespace as possible.Sean Bright
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
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
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-06-03Remove unnecessary code relating to PLC.Mark Michelson
2008-10-17Merge codec_consistency branch. This should make sample usage much happier.Jason Parker
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingTilghman Lesher
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENBrett Bryant
2008-06-26Convert casts to unions, to fix alignment issues on SolarisTilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-03-20Use the correct buffer for g722tolin16_sample. This shouldn't have caused anyRussell Bryant
2008-03-07Merge changes from team/russell/g722-sillyness ...Russell Bryant
2008-01-11At one point during working on this module, I had the lin/lin16 versions of theRussell Bryant
2008-01-11 - Fix the last set of places where incorrect assumptions were made about theRussell Bryant
2008-01-10Fix various issues in codec_g722.Russell Bryant
2007-12-27I went looking for where we downloaded the g722 implementation and came acrossRussell Bryant
2007-12-21codecs.conf really shouldn't be mandatory.. it never had been before, so let...Jason Parker
2007-11-22remove a number of #include <fcntl.h> which are eitherLuigi Rizzo
2007-11-19remove some useless includes from codecsLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-10-31More changes to change return values from load_module functions.Jason Parker
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-02-14I don't know how it worked earlier, but valgrindPaul Cadach
2006-12-21This little mod gets rid of that g722 compiler warning that breaks builds con...Steve Murphy
2006-12-21Minor addition giving props to Steve Underwood for his hard work. Thanks again Matthew Fredrickson
2006-12-21Add codec G.722 support.Matthew Fredrickson