summaryrefslogtreecommitdiff
path: root/codecs
AgeCommit message (Expand)Author
2008-05-05Merged revisions 115327 via svnmerge from Joshua Colp
2008-03-28Merged revisions 111856 via svnmerge from Jason Parker
2008-03-26Merged revisions 110880 via svnmerge from Kevin P. Fleming
2008-03-21Merged revisions 110474 via svnmerge from Jason Parker
2008-03-20Use the correct buffer for g722tolin16_sample. This shouldn't have caused anyRussell Bryant
2008-03-18Merged revisions 109648 via svnmerge from Jason Parker
2008-03-11Merged revisions 107464 via svnmerge from Kevin P. Fleming
2008-03-07Merge changes from team/russell/g722-sillyness ...Russell Bryant
2008-01-16Merged revisions 98951 via svnmerge from Joshua Colp
2008-01-15Merged revisions 98943 via svnmerge from Russell Bryant
2008-01-11Kevin noted that the thing that I _actually_ changed here was that I convertedRussell Bryant
2008-01-11Fix a bus error that happened when asterisk was built with optimizations on 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
2008-01-10Fix the buffer_samples value. For signed linear, the number of samples neededRussell Bryant
2008-01-10Fix this so it doesn't force codec_g722 to get relinked every timeRussell Bryant
2008-01-10Ensure that libg722.a gets rebuilt if one of the files changesRussell Bryant
2008-01-09Merged revisions 97491 via svnmerge from Kevin P. Fleming
2008-01-02and now just to keep the libresample party going... if the functions from lib...Kevin P. Fleming
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...Kevin P. Fleming
2008-01-02Instead of linking libresample into the main Asterisk binary, build it asRussell Bryant
2008-01-01Fix building of codec_resample on platforms other then Cygwin. On everything ...Joshua Colp
2008-01-01make codec_resample build on __CYGWIN__, and make it load on FreeBSDLuigi Rizzo
2007-12-31Use float.h to fix the build on FreeBSD. Also, add some other platforms asRussell Bryant
2007-12-31Merge changes from team/russell/codec_resampleRussell 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-12-17Merged revisions 93180 via svnmerge from Kevin P. Fleming
2007-12-14Solaris compat fixesTilghman Lesher
2007-12-10Put into Makefile.moddir_rules the common instructions used toLuigi Rizzo
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referenceLuigi Rizzo
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-08improve linked-list macros in two ways:Kevin P. Fleming
2007-11-06Commit some cleanups to the format type code.Tilghman Lesher
2007-11-06Merged revisions 89046 via svnmerge from Jason Parker
2007-10-31More changes to change return values from load_module functions.Jason Parker
2007-10-29clean up assembler and preprocessor files if they are here tooKevin P. Fleming
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...Jason Parker
2007-10-19Convert NEW_CLI to AST_CLI.Jason Parker
2007-10-19More changes to NEW_CLI.Jason Parker
2007-10-18Merged revisions 86296 via svnmerge from Russell Bryant
2007-10-01The trunk version of this patch also includes a couple more small clean fixesRussell Bryant
2007-09-11Merged revisions 82265 via svnmerge from Joshua Colp
2007-08-31Merged revisions 81405 via svnmerge from Kevin P. Fleming
2007-08-20This change set fixes bug 8126 in trunk. It is implemented via compile time o...Steve Murphy
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher