aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_g722.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-11Janitor patch to change uses of sizeof to ARRAY_LENbbryant1-2/+2
2008-06-26Convert casts to unions, to fix alignment issues on Solaristilghman1-2/+2
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-6/+6
2008-03-20Use the correct buffer for g722tolin16_sample. This shouldn't have caused anyrussell1-3/+3
2008-03-07Merge changes from team/russell/g722-sillyness ...russell1-2/+6
2008-01-11At one point during working on this module, I had the lin/lin16 versions of therussell1-34/+2
2008-01-11 - Fix the last set of places where incorrect assumptions were made about therussell1-5/+9
2008-01-10Fix various issues in codec_g722.russell1-15/+50
2007-12-27I went looking for where we downloaded the g722 implementation and came acrossrussell1-0/+3
2007-12-21codecs.conf really shouldn't be mandatory.. it never had been before, so let...qwell1-1/+1
2007-11-22remove a number of #include <fcntl.h> which are eitherrizzo1-2/+0
2007-11-19remove some useless includes from codecsrizzo1-4/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-06Commit some cleanups to the format type code.tilghman1-1/+75
2007-10-31More changes to change return values from load_module functions.qwell1-9/+15
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-5/+6
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-2/+1
2007-02-14I don't know how it worked earlier, but valgrindpcadach1-2/+2
2006-12-21This little mod gets rid of that g722 compiler warning that breaks builds con...murf1-1/+1
2006-12-21Minor addition giving props to Steve Underwood for his hard work. Thanks again mattf1-0/+3
2006-12-21Add codec G.722 support.mattf1-0/+219