aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
AgeCommit message (Expand)AuthorFilesLines
2008-11-20Merged revisions 157974 via svnmerge from kpfleming1-1/+1
2008-09-02Merged revisions 140566 via svnmerge from russell1-1/+2
2008-08-20Fix bug where the samples were not accurate when in G723 mode, which wouldsruffell1-5/+6
2008-08-07Removing code that was commented out.sruffell1-111/+0
2008-08-07Updated codec_dahdi to use the transcoder interface in the DAHDI.sruffell1-38/+121
2008-07-21Merged revisions 132390 via svnmerge from russell1-1/+8
2008-07-21Merged revisions 132388 via svnmerge from russell1-1/+1
2008-07-11Merged revisions 130129 via svnmerge from bbryant3-6/+6
2008-06-25Merged revisions 125138 via svnmerge from kpfleming1-1/+2
2008-06-17Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Config...jpeeler1-67/+66
2008-05-05Merged revisions 115328 via svnmerge from file1-0/+1
2008-03-28Merged revisions 111857 via svnmerge from qwell1-3/+3
2008-03-26Merged revisions 110881 via svnmerge from kpfleming50-7359/+5
2008-03-21Merged revisions 110475 via svnmerge from qwell1-3/+3
2008-03-20Merged revisions 110339 via svnmerge from russell1-3/+3
2008-03-18Merged revisions 109651 via svnmerge from qwell1-1/+1
2008-03-11Merged revisions 107466 via svnmerge from kpfleming1-1/+1
2008-03-07Merged revisions 106501 via svnmerge from russell1-2/+6
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