aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
AgeCommit message (Expand)AuthorFilesLines
2008-01-16Merged revisions 98951 via svnmerge from file1-0/+1
2008-01-15Merged revisions 98943 via svnmerge from russell1-17/+18
2008-01-11Kevin noted that the thing that I _actually_ changed here was that I convertedrussell1-3/+3
2008-01-11Fix a bus error that happened when asterisk was built with optimizations on 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
2008-01-10Fix the buffer_samples value. For signed linear, the number of samples neededrussell1-1/+1
2008-01-10Fix this so it doesn't force codec_g722 to get relinked every timerussell1-3/+3
2008-01-10Ensure that libg722.a gets rebuilt if one of the files changesrussell1-0/+2
2008-01-09Merged revisions 97491 via svnmerge from kpfleming1-2/+4
2008-01-02and now just to keep the libresample party going... if the functions from lib...kpfleming2-4/+1
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...kpfleming2-5/+1
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asrussell2-4/+5
2008-01-01Fix building of codec_resample on platforms other then Cygwin. On everything ...file1-1/+3
2008-01-01make codec_resample build on __CYGWIN__, and make it load on FreeBSDrizzo2-1/+2
2007-12-31Use float.h to fix the build on FreeBSD. Also, add some other platforms asrussell1-1/+1
2007-12-31Merge changes from team/russell/codec_resamplerussell3-0/+279
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...qwell9-12/+12
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-1/+3
2007-12-14Solaris compat fixestilghman1-1/+0
2007-12-10Put into Makefile.moddir_rules the common instructions used torizzo1-9/+1
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-1/+1
2007-11-22remove a number of #include <fcntl.h> which are eitherrizzo10-19/+0
2007-11-19remove some useless includes from codecsrizzo11-37/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo11-12/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo11-44/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-1/+1
2007-11-06Commit some cleanups to the format type code.tilghman1-1/+75
2007-11-06Merged revisions 89046 via svnmerge from qwell1-2/+1
2007-10-31More changes to change return values from load_module functions.qwell11-81/+132
2007-10-29clean up assembler and preprocessor files if they are here tookpfleming3-0/+3
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-19More changes to NEW_CLI.qwell1-26/+21
2007-10-18Merged revisions 86296 via svnmerge from russell1-0/+5
2007-10-01The trunk version of this patch also includes a couple more small clean fixesrussell1-0/+1
2007-09-11Merged revisions 82265 via svnmerge from file2-2/+8
2007-08-31Merged revisions 81405 via svnmerge from kpfleming1-0/+70
2007-08-20This change set fixes bug 8126 in trunk. It is implemented via compile time o...murf2-20/+20
2007-08-16Don't reload a configuration file if nothing has changed.tilghman9-51/+60
2007-07-26Do a massive conversion for using the ast_verb() macrorussell9-54/+28
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-1/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman2-4/+4
2007-05-24Merged revisions 65877 via svnmerge from qwell2-0/+2
2007-05-14Merged revisions 64278 via svnmerge from file1-0/+1
2007-04-27Merged revisions 62174 via svnmerge from qwell1-1/+1
2007-04-06Merged revisions 60399 via svnmerge from kpfleming1-1/+0
2007-03-06Sync codec_zap with the one that is in the 1.4 branch so that it can actuallyrussell1-183/+29